Depending on constructor
, we construct the object as follows:
"R_system_version"
: We useR_system_version()
"next"
: Use the constructor for the next supported class. Call.class2()
on the object to see in which order the methods will be tried. This will usually be equivalent to"list"
"list"
: We define as a list and repair attributes
Usage
opts_R_system_version(constructor = c("R_system_version", "next", "list"), ...)