I am working on a script that creates a package in the current directory (using pdInfoBuilder from BioConductor), and I would like to install it while the script is running. install.packages()with repo = NULL seems like an obvious choice, but it seems to be only with the exception of package directories loaded in caching and gzipped. Is there a way to override this since the function create.pkg()does not create * .tar.gz? I am currently using:
R CMD INSTALL package.name
Thanks, Vince
source
share