Displaying 4 results from an estimated 4 matches for "warmstrong".
Did you mean:
armstrong
2012 Apr 21
1
R CMD check -- non S3 method warning
...e package
(full make check output below, which includes a few additional
warnings I'm in the process of fixing)?
Thanks,
Whit
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building ?rcppbugs_0.0.1.tar.gz?
* using log directory ?/home/warmstrong/dvl/R.packages/rcppbugs.Rcheck?
* using R version 2.15.0 (2012-03-30)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* checking for file ?rcppbugs/DESCRIPTION? ... OK
* this is package ?rcppbugs? version ?0.0.1?
* checking package namespace information ... OK
* checki...
2009 Apr 22
2
Returning Variables in R to Linux Shell
If I have an R script that I am executing from a command line in linux,
do you know how I can return the value of the variable in my R script to
the linux environment without writing it to a file in my R script and
then reading the file through cat?
For example, if I had a simple one line R script that just did
string <- 'TEST',
when I call
/usr/local/bin/R
2012 Apr 14
1
deep copy?
Is putting a variable into a list a deep copy (and is tracemem the
correct way to confirm)?
warmstrong at krypton:~/dvl/R.packages$ R
> x <- rnorm(1000)
> tracemem(x)
[1] "<0x3214c90>"
> x.list <- list(x.in.list=x)
tracemem[0x3214c90 -> 0x2af0a20]:
>
Is it possible to put a variable into a list without causing a deep
copy (i.e. if you _really_ want the objects t...
2009 Jul 21
4
how to transform m/d/yyyy to yyyymmdd?
Hello,
I have a set of data that has a Date column looks like this:
12/9/2007
12/16/2007
1/1/2008
1/3/2008
1/12/2008
etc.
I'd like the date to look something like the follow (so that I could sort by
date easily).
20071209
20071216
20080101
20080103
20080112
How to do it? Thank you very much
Julia
--
View this message in context: