Displaying 2 results from an estimated 2 matches for "installedpkg".
Did you mean:
  installedpkgs
  
2008 Aug 28
3
Upgrading R means I lose my packages
The title says it all.  Does anyone know of a way to save your  
packages when you upgrade to a new version of R?  This may seem petty,  
but I'm accumulating enough packages that having to download and  
install each of them anew every time I install a new version of R is  
rather of a pain.  Ideally, I would like the new version of R to  
recognize the packages I've installed on the
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming.
The main point of the package is to help make command-line runnable  
RScript files.  I'd like to provide a demo RScript file, a demo data  
file (e.g. a plaintext file, not something already processed by R) ,  
as well as demo bash shell scripts that demonstrate how to run the job  
from the command line and in a Hadoop