Displaying 4 results from an estimated 4 matches for "get_dcf_field".
2005 Dec 02
0
R CMD INSTALL fails if cd prints stuff to stdout ... (PR#8363)
...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 newlines, or extra...
2005 Dec 02
0
(PR#8363) R CMD INSTALL fails if cd prints stuff to stdout
...ri 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 ne...
2001 Jun 08
3
update.packages fails again (PR#972)
It's happened again:
exactRankTests_0.4-2.tar.gz has
Depends: R > 1.3.0
which is not only impossible, but breaks update.packages.
How can we test for this?
Unfortunately once such a package is installed, it has to be manually
uninstalled before update.packages will work again.
*PLEASE* can people read the manual to get the syntax right: it is
Depends: R (>= 1.3.0)
but such
2007 Jul 02
2
Problem installing R packages in OpenBSD
OS: OpenBSD version 4.1 i386
R version 2.4.1 (2006-12-18) installed as a binary package
$ ls
mapproj_1.1-7.1.tar.gz maps_2.0-36.tar.gz
$ sudo R CMD INSTALL mapproj_1.1-7.1.tar.gz
/usr/local/lib/R/bin/INSTALL[118]:
.: /usr/obj/i386/R-2.4.1/fake-i386/usr/local/lib/R/share/sh/dcf.sh: not
found
I get the same error message from the R command prompt using