search for: bundlepkg

Displaying 3 results from an estimated 3 matches for "bundlepkg".

2005 Dec 02
0
R CMD INSTALL fails if cd prints stuff to stdout ... (PR#8363)
...L~ Wed Jun 22 11:09:59 2005 --- INSTALL Fri Dec 2 17:08:50 2005 *************** *** 127,136 **** get_packages () { ## get the full path names to all packages contained in $1. ## NOTE: modifies pkgs! if grep "^Contains:" "${1}/DESCRIPTION" >/dev/null; then bundlepkg=`get_dcf_field Contains "${1}/DESCRIPTION"` for p in ${bundlepkg}; do ! pkgs="${pkgs} \"`cd "${1}/${p}" && ${GETWD}`\"" if test -f "${1}/${p}/DESCRIPTION.in"; then ## Try being defensive about missing final newl...
2005 Dec 02
0
(PR#8363) R CMD INSTALL fails if cd prints stuff to stdout
...- INSTALL Fri Dec 2 17:08:50 2005 > *************** > *** 127,136 **** > get_packages () { > ## get the full path names to all packages contained in $1. > ## NOTE: modifies pkgs! > if grep "^Contains:" "${1}/DESCRIPTION" >/dev/null; then > bundlepkg=`get_dcf_field Contains "${1}/DESCRIPTION"` > for p in ${bundlepkg}; do > ! pkgs="${pkgs} \"`cd "${1}/${p}" && ${GETWD}`\"" > if test -f "${1}/${p}/DESCRIPTION.in"; then > ## Try being defensive about m...
2005 Oct 13
3
Installing R-2.2.0 package
Dear list, I've just installed R-2.2.0 under Solaris and have a question about installing packages. If a package fails to install for any reason and I go to install another package, I get this message: $ R-2.2.0-64bit --vanilla CMD INSTALL ~/srca/cran/RSQLite_0.4-0.tar.gz ERROR: failed to lock directory '/app/openpkg/lib/R-2.2.0-64bit/lib/R/library' for modifying Try removing