Displaying 2 results from an estimated 2 matches for "r64048".
Did you mean:
64048
2013 Oct 12
1
[PATCH] minor suggestions for R-ints manual
Attached is a patch with minor suggestions for the R-ints manual at
r64048. The most substantial change is the following:
The top layer comprises the graphics subsystems. Although there is
-provision for 24 subsystems, after 6 years only two exist, `base' and
+provision for 24 subsystems, since 2001 only two exist, `base' and
`grid'.
Is the year 2001 corre...
2014 Apr 02
1
inconsistent error messages on Mac OS X
Hi All,
I am one of the contributors to the FastR project (
https://bitbucket.org/allr <https://bitbucket.org/allr.>) and I have
encountered an interesting issue when trying to implement vector accesses
within FastR. I am trying to understand what kind of error message should
be generated for the following expression:
x<-1:4; x[[1]]<-NULL; x
In order to determine the error message,