search for: pkg_path

Displaying 2 results from an estimated 2 matches for "pkg_path".

2005 Dec 09
1
local source packages install from within R session - cross-platform
...s = dependencies) 1: install.packages("hs95av2hs3ug6cdf_6.0.0.tar.gz", repos = NULL, method = "source") 2) the code in the above thread doesn't work for me on OS X.. file.pkg <- "hs95av2hs3ug6cdf_6.0.0.tar.gz" path.pkg <- file.path(getwd(), file.pkg) pkg_path <- paste("file://", path.pkg, sep = "") install.packages("hs95av2hs3ug6cdf_6.0.0", contriburl=pkg_path, lib = Sys.getenv("R_LIBS")) Error in gzfile(file, "r") : unable to open connection In addition: Warning message: cannot open compressed file...
2008 Apr 07
10
setting environment variables
Hi all, I''m running Puppet on FreeBSD and recently I started building my own packages. I would like to set the PKGROOT variable on all hosts so that packages are fetched from my server instead of freebsd.org. Is it possible to set this with puppet? I''ve read the suggestion on Trac [1], and it solves the problem when puppet is run with an rc script, but it won''t work