Displaying 3 results from an estimated 3 matches for "getsrcdirectori".
Did you mean:
getsrcdirectory
2011 Aug 17
1
A question about using getSrcDirectory() with R/Rscript
Good morning R-help,
I have an idiot question: I would like to use getSrcDirectory()
and friends to allow me to identify where an R file has been
called from when invoked using Rscript. If I understand the
documentation correctly, the following example should work:
In file test.R:
options(keep.source=T)
fn<-function(x){x<-x+1}
srcDir<-getSrcDirectory(fn)
print(srcDir)
I
2011 Apr 13
0
R 2.13.0 is released
I've rolled up R-2.13.0.tar.gz a short while ago. This is a development
release which contains a number of new features.
Also, a number of mostly minor bugs have been fixed (but notice that serious build issues were fixed in 2.12.2). See the full list
of changes below.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.13.0.tar.gz
or wait for it to be mirrored at a CRAN site
2011 Apr 13
0
R 2.13.0 is released
I've rolled up R-2.13.0.tar.gz a short while ago. This is a development
release which contains a number of new features.
Also, a number of mostly minor bugs have been fixed (but notice that serious build issues were fixed in 2.12.2). See the full list
of changes below.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.13.0.tar.gz
or wait for it to be mirrored at a CRAN site