Re: [Rd] Build fails with sysdata.rda in R dir

2012-06-23 Thread Uwe Ligges
On 15.06.2012 16:37, Vitalie Spinu wrote: Hi, I am getting a strange error with 15.0 which I've not seen with previous versions of R. If sysdata.rda is included in R directory of the package I am getting: R CMD build betfairly.roxygen/ * checking for file ‘betfairly.roxygen/DESCRIPTION’

Re: [Rd] Have download.packages consider non-CRAN repositories

2012-06-23 Thread Uwe Ligges
On 22.06.2012 15:10, Ingmar Schuster wrote: Hi Uwe and List, Thanks for your suggestions. It's a complete repository with source Packages and the PACKAGES(.gz) index file under src/contrib/. As mentioned: explicitly calling install.packages(PACKAGE_NAME,

[Rd] globalVariables()

2012-06-23 Thread John Fox
Dear r-devel list members, By placing a call to the new (with R 2.15.1) globalVariables() in the development version of the Rcmdr package, I've succeeded in reducing the notes produced by R CMD check from dozens to two. But I still get the following notes, even though '.commander.done' is in

[Rd] Win 64 package build - ERROR: loading failed for 'x64'

2012-06-23 Thread John Nolan
I have developed an R package that works under Win32, but when I attempt to build it on Win64, I get ERROR: loading failed for 'x64' More precisely, I developed and tested the package under Win32 and it works. But when I move to a 64 bit Windows 7 (Home Premium) system, and attempt to build