RcppR6 icon indicating copy to clipboard operation
RcppR6 copied to clipboard

Should be possible to create class without a constructor

Open richfitz opened this issue 11 years ago • 0 comments

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.

richfitz avatar Sep 02 '14 02:09 richfitz