RcppR6
RcppR6 copied to clipboard
Should be possible to create class without a constructor
This will be useful where objects are created from various other functions, but we never want to build them from R. Probably the simplest way to do this would be to allow
constructor: false
which could then avoid creating the default constructor.