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
I am not sure, I would recommend comparing to other packages using Modules. I just looked at one of mine and it does not use .factory (but .constructor). This may be a less-well support part of Modules.
Hi,
say for module:
once compiled and loaded via
library(XYZ)
command
XYZ
prints to screen an XYZ overview containing the .method and it's doc string, but neither the .factory nor it's doc string.Not sure whether I am doing anything wrong or whether this is a bug.
Any idea how to get the factory method and it's doc string printed to screen?
Thanks
The text was updated successfully, but these errors were encountered: