Displaying 1 result from an estimated 1 matches for "getdfv".
2011 Sep 15
1
how to install a locally built package
Hello useRs,
I am trying to put my funcs in a package to avoid clutter in my workspace as the funcs are now in .Rprofile.
All plain R code no compilations. Using win XP with a full cygwin install and R2.12
I first did
package.skeleton("mypack",list="getdfv", namespace=T) # just a single func
which created a folder with the required stuff in it.
Calling R CMD build creates a tar.gz file with warnings about DOS paths.
Trying to install from the R GUI complains
> install.packages("mypack",repos="C:/Temp/mypack_1.0.tar.gz")...