r package development - own function not visible for opencpu
问题 Hi I am new to writing R packages. r package development imports not loaded advised me to use roxygen2. I once called devtools::document() and the namespace was generated. However when I load this simple package (or try it via opencpu) the functions are NOT available. calling the code in native R seems to work test2::hello() [1] "Hello, world!" Starting opencpu like: 1) start opencpu simple server via library(opencpu) 2) execute opencpu$restart which will show a port number 3) http:/