search for: globalancova

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

2005 Dec 02
0
R CMD INSTALL fails if cd prints stuff to stdout ... (PR#8363)
...ling behaviour of R CMD INSTALL, which I tracked down to the fact that in some shells (or in some user customizations of them), the cd command prints out the new directory. As a result, the $pkgs variable gets a wrong value, e.g.in the following transcript: philip at gen031:tmp$ R CMD INSTALL GlobalAncova /usr/lib/R/bin/INSTALL: line 873: cd: /home/philip/tmp/GlobalAncova /var/tmp/philip/misc/GlobalAncova: No such file or directory sed: can't read DESCRIPTION: No such file or directory ERROR: no 'Package' field in 'DESCRIPTION' philip at gen031:tmp$ The error at line...
2005 Dec 02
0
(PR#8363) R CMD INSTALL fails if cd prints stuff to stdout
...CMD INSTALL, which I tracked down to the > fact that in some shells (or in some user customizations of them), the cd > command prints out the new directory. As a result, the $pkgs variable gets a > wrong value, e.g.in the following transcript: > > philip at gen031:tmp$ R CMD INSTALL GlobalAncova > /usr/lib/R/bin/INSTALL: line 873: cd: /home/philip/tmp/GlobalAncova > /var/tmp/philip/misc/GlobalAncova: No such file or directory > sed: can't read DESCRIPTION: No such file or directory > ERROR: no 'Package' field in 'DESCRIPTION' > philip at gen031:tmp$ >...
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am using a 64-bit installation. After failing miserably to install R from source, not a problem for me in the past with a 32-bit install, I went the route of using the Debian Etch build. This went smoothly, but I am unable to update my numerous R and BioConductor packages, getting non-zero exit status errors on each package. Is