Displaying 5 results from an estimated 5 matches for "r46766".
Did you mean:
46766
2008 Nov 14
1
dir.create only gives first character of name when warning
...2.8.0 patched on Windows Vista - full details below.
With the following code:
dir.create("test")
obscure<-"test"
dir.create(obscure)
I get the warning message:
In dir.create(obscure) : 't' already exists
Session details:
R version 2.8.0 Patched (2008-10-21 r46766)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language sup...
2008 Nov 06
1
Axis gives error message (PR#13259)
Full_Name: G. Grothendieck
Version: R version 2.8.0 Patched (2008-10-21 r46766)
OS: Vista
Submission from: (NULL) (69.63.56.110)
Was posted here on r-devel
https://stat.ethz.ch/pipermail/r-devel/2008-November/051173.html
but got no replies.
2008 Nov 02
1
Wishlist: pass args from demo() to source()
...ED] below. (1) It would be nice if demo passed max.deparse.length
(and other args to source). (2) Also a larger max.deparse.length default would
be nice to make it less likely one would have to set it in the first place.
> R.version.string # Vista
[1] "R version 2.8.0 Patched (2008-10-21 r46766)"
> demo("gsubfn-si")
demo(gsubfn-si)
---- ~~~~~~~~~
Type <Return> to start :
> # given number possibly followed by SI letter (e.g. 32.5k where k means 1000)
> # replace letter with e followed by appropriate digits.
> # (see formatEng2R by Han...
2008 Nov 26
1
file.access() on network (mounted) drive on Windows Vista?
...as well as a failure to test for the
permission? If that would be case, I could try other measures (e.g.
try to open the file) whenever I receive a -1 before throwing an
exception.
Any feedback or suggestions would be great.
Thanks
/Henrik
> sessionInfo()
R version 2.8.0 Patched (2008-10-21 r46766)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MON
ETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
2008 Dec 04
1
xspline, graphical parameters and MAXNUMPTS
...with xspline:
1) Passing lty=2 (via ...) appears to have no effect
2) Apparently depending on the current plot axes, I may or may not
get the failure: add_point - reached MAXNUMPTS (25200)
This happens both on Linux/R 2.8.0 (details below) and Windows Vista/R
2.8.0 patched (2008-10-21 r46766)
Simplest case:
plot(c(0,1),c(0,1))
xspline(c(0,1),c(0,1)) # failure MAXNUMPTS
xspline(c(0,0.5,1),c(0,1,0),border=2,lty=2) # OK-ish, red, but no dashes
More complex case:
x <- c(-50.25, -50, -49.75, -0.75, -0.5, -0.25, 0.25, 0.5, 0.75, 49.75,
50, 50.25)
y <- c(0, 0, 0, 0, 0, 0, 1...