You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
automatically include other nClass and nFunction units in nCompile calls (#94)
* nCompile automated inclusion (optionally) of needed units
* fix nFunctions method gather_neeeded_nFunctions
* clean up and finish gathering of needed units
* add test-nCompile_auto_include and fixed issues along the way
* fix new test-nCompile_auto_include
get_R_interface_cppDef()) #might not be needed, but doesn't hurt to add and we don't have the details on whether it is needed from the loaded RcppPacket.
predefined=FALSE, # directory for reading and (default) writing predefined nClass saved RcppPacket. Writing location can be over-ridden by compileInfo$predefined_output_dir
28
28
inheritNCinternals=NULL,
29
29
env=NULL,
30
-
inheritQ=NULL,
30
+
inheritQ=NULL,# quoted inherit expression, to defer access to the inherited nClass generator itself.
31
31
process_inherit_done=FALSE,
32
32
virtualMethodNames_self=character(), # will be used when checking inherited method validity, only for locally implemented methods
0 commit comments