Dear Uwe,
On 4/24/11 10:37 PM, Uwe Ligges wrote:
On 24.04.2011 20:59, cstrato wrote:
Dear Uwe,
Thank you for your reply.
ad 2, Yes, i know that "xps-manual.pdf" is the collection of help pages,
I have mentioned it only to show that creating pdf-files does work for
R-2.13.0.
ad 1, Could it
On 24.04.2011 20:59, cstrato wrote:
Dear Uwe,
Thank you for your reply.
ad 2, Yes, i know that "xps-manual.pdf" is the collection of help pages,
I have mentioned it only to show that creating pdf-files does work for
R-2.13.0.
ad 1, Could it be that this is a Mac-specific problem since I see
Dear Uwe,
Thank you for your reply.
ad 2, Yes, i know that "xps-manual.pdf" is the collection of help pages,
I have mentioned it only to show that creating pdf-files does work for
R-2.13.0.
ad 1, Could it be that this is a Mac-specific problem since I see it on
both my old MacBook Pro and m
On 23.04.2011 18:36, Yihui Xie wrote:
It seems I can reproduce this error under Windows 7 too; it happens
when a file is copied to a directory:
dir.create('abc')
file.create('testfile')
[1] TRUE
file.copy('testfile','testfile2')
[1] TRUE
file.copy('testfile','abc/')
You must not use a t
On Sun, Apr 24, 2011 at 10:08 AM, Orin Richards wrote:
>
>
> Hello All,
> I heard of the First() function in R. but am not sure entirely how it is used.
> I would like to load an R package at startup, instead of having to manually
> load each time I run R. How is the first() function used to achi
See ?Startup
Uwe Ligges
On 24.04.2011 16:08, Orin Richards wrote:
Hello All,
I heard of the First() function in R. but am not sure entirely how it is used.
I would like to load an R package at startup, instead of having to manually
load each time I run R. How is the first() function used to
On 23.04.2011 21:50, cstrato wrote:
Dear all,
While R CMD check and R CMD INSTALL have always created the vignettes on
R-2.12.1 or any earlier versions of R, I am no longer able to build the
vignettes on R-2.13.0.
Instead R CMD check gives me the following output:
* checking for unstated dep
Hello All,
I heard of the First() function in R. but am not sure entirely how it is used.
I would like to load an R package at startup, instead of having to manually
load each time I run R. How is the first() function used to achieve this .
Specifically I would like to tell R at startup to lo