Hi All,
Just to follow up, I finally figured out a way to make a simple test project
I'm working on to compile and install and have access the code inside of R.
It turns out it was related to this "foo" name. I had to make the name of my
dynamic library output have the same name as the "foo" from
> Simon Urbanek
> on Thu, 21 Apr 2011 10:57:19 -0400 writes:
> On Apr 21, 2011, at 10:52 AM, Sean Robert McGuffee wrote:
>> Thanks,
>> That's great, but I don't know how to determine what foo is.
> It's the name of your package.
>> How do I declare the name of
> Christophe Dutang
> on Tue, 19 Apr 2011 16:03:06 +0200 writes:
> Dear list, I would like to suggest a small update the
> ?Distributions man page of the stats package. The current
> version contains the following line.
> The CRAN package \pkg{SuppDists} for additiona
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/')
Error in Sys.chmod(to[okay], file.info(from[okay])$mode, TRUE
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 dependencies in vignettes ... OK
* chec