Displaying 2 results from an estimated 2 matches for "pkg_dir".
Did you mean:
dbg_dir
2008 Dec 15
1
bug in R CMD INSTALL do_install under OS X
...es/R/gaga".
That is, the directory is repeated twice, which causes the installation to
fail. To temporarily fix the bug I commented out the 1st two lines in the
do_install function and manually specified the directory. After doing this
the package installs just fine.
# cd "${1}"
# pkg_dir="${1}"
cd "/Volumes/biostats/projects/routines/R/gaga" #line added
pkg_dir="/Volumes/biostats/projects/routines/R/gaga" #line added
Thanks,
David
[[alternative HTML version deleted]]
2004 Jan 28
1
build fails to build help for nlme
...lme text html latex example
reStruct text html latex example
/home/sfalcon/sw/R-related/R-1.8.1/bin/INSTALL: line 1: 8133 Segmentation fault ${R_CMD} perl "${R_HOME}/share/perl/build-help.pl" ${build_help_opts} "${pkg_dir}" "${lib}" "${R_PACKAGE_DIR}" "${pkg_name}"
ERROR: building help failed for package 'nlme'
** Removing '/home/sfalcon/sw/R-related/R-1.8.1/library/nlme'
make[2]: *** [nlme.ts] Error 1
make[2]: Leaving directory
`/home/sfalcon/sw/R-related/R-1.8.1/s...