search for: binarypkg

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

2013 Apr 18
3
Rebuild package on R 3.0.0 without source code?
...code (perhaps uncompressing/recompressing somehow)? Naturally, since the R code is visible, I know I can output all of the parsed objects in the package to a text file to make a skeleton package that can then be built/installed. Something like this: objs <- ls(envir=loadNamespace("binaryPkg"), all.names=TRUE) dump(objs, file="code.R", envir=loadNamespace("binaryPkg")) However, I'd still lose all the man pages, and since I get a couple of "deparse may be incomplete" warnings, I worry that this may be introducing additional bugs. Is there...