I am rewriting some functionally related R modules into a package, using devtools.
All the new files are in R subfolder. Roxygen documentation added.
After load_all and document, without getting any error (and all .RD files created), I still miss some files in the NAMESPACE.
Any ideas?
As you didn't get any eror with load_all, I assume you are refferring to export as you mentioned missing some files in the NAMESPACE, have you explicitly exported those objects using @export tag as needed?