Displaying 2 results from an estimated 2 matches for "r40957".
Did you mean:
r340957
2007 Mar 31
1
Too long pathname in bitmap() crashes R on WinXP
Hi,
using too long pathnames for bitmap() crash R on WinXP. I've verified
that this is the case with R version 2.4.1 Patched (2007-03-25 r40958)
and R version 2.5.0 alpha (2007-03-30 r40957). I cannot reproduce it
on Linux.
REPRODUCIBLE EXAMPLE:
% Rterm --vanilla
# Tell R where Ghostscript is
gsexe <- "C:/gs/gs8.54/bin/gswin32c.exe";
gsexe <- "C:/Program Files/gs/gs8.56/bin/gswin32c.exe";
gsexe <- shortPathName(gsexe);
Sys.putenv("R_GSCMD"=gse...
2007 Apr 01
1
new warnings related to the extractor "$" with R 2.5.0alpha
...Warning message:
$ operator not defined for this S4 class, returning NULL
In these two cases, I deleted the former installations and re-built
the packages from sources.
How to overcome this problem ?
Kind regards,
Renaud
##################
> sessionInfo()
R version 2.5.0 alpha (2007-03-30 r40957)
i386-pc-mingw32
locale:
LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets"
"...