Displaying 1 result from an estimated 1 matches for "exportr".
Did you mean:
export
2013 Dec 02
1
pesky \usage-warnings with R CMD check
I?m in the process of preparing a package for CRAN.
The package is called ?exportR? and since it really just consists of one function, I found it natural to call it ?exportR? too.
The function returns a function that does the actual job, but it is set up to work in different ways, depending on the arguments given to its creator. In short:
library( exportR )
exporter <- export...