Re: [Rd] package slot of generic [ and missing env@target?

2012-06-22 Thread Hin-Tak Leung
--- On Thu, 21/6/12, Hin-Tak Leung ht...@users.sourceforge.net wrote: Hi, Since upgraded to R 2.15, I have a problem with duplicate S4 class name no longer works (the reason for having duplicate S4 class names is just software forks - they are largely identical but don't have an

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

2012-06-22 Thread Ingmar Schuster
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, repos=file:///Users/arbeit/Documents/clarin/Open_Science/PMR2/, type=source); works

[Rd] Vignettes are not being (re)built.

2012-06-22 Thread Jeff Hamann
I'm adding a couple of vignettes to an existing package. When I make a change to the sweave file, and run the check command, c:\conifers\trunkR CMD check rconifers I get the following message(s) in the 00check.log file: * checking for unstated dependencies in vignettes ... OK * checking

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

2012-06-22 Thread Alastair
I had the same issue. Try: R CMD BUILD --resave-data=best package This worked for me. The issue seems to be in the reserving functions, but I'm not sure where. HTH Alastair __ R-devel@r-project.org mailing list

Re: [Rd] Vignettes are not being (re)built.

2012-06-22 Thread Prof Brian Ripley
On 22/06/2012 23:01, Jeff Hamann wrote: I'm adding a couple of vignettes to an existing package. Incorrectly, it seems, but you told us no details. You can use R CMD build to get the PDFs (re-)built. R CMD check checks (preferably the tarball), but re-makes nothing. When I make a change