Displaying 2 results from an estimated 2 matches for "r61902".
2013 Feb 26
3
double bracket stripping names
Is it on purpose that `[[` strips the
names when used on an atomic vector?
> c(a=1, b=2)[1]
a
1
> c(a=1, b=2)[[1]]
[1] 1
> sessionInfo()
R Under development (unstable) (2013-02-11 r61902)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United Kingdom.1252
[2] LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices uti...
2013 Feb 22
1
Registering native routines
...ions another argument "style" for C calls to specify if an
argument is for input, output, or both. However, I can find no details on how to use it.
3. A few of my routines still had a COPY argument. I assume that is simply ignored?
Terry T.
R Under development (unstable) (2013-02-11 r61902)
Platform: i686-pc-linux-gnu (32-bit)