Displaying 2 results from an estimated 2 matches for "gen031".
2005 Dec 02
0
R CMD INSTALL fails if cd prints stuff to stdout ... (PR#8363)
...ar all,
I came across puzzling 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...
2005 Dec 02
0
(PR#8363) R CMD INSTALL fails if cd prints stuff to stdout
...ss puzzling 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'...