search for: packagefolder

Displaying 1 result from an estimated 1 matches for "packagefolder".

Did you mean: packagesfolder
2013 Feb 04
2
developing package: dealing with namespaces
I am tweaking an R package for which I have the source; the relevant code is in R not C. I'm making changes to the package code. What is the best workflow for doing this? I recall the advice used to be to remove the NAMESPACE during development, but I don't think this is possible anymore. For simplicity, suppose I have an outer level function f defined in f.R and an innder g in g.R