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
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
https://stat.ethz.ch/mailman/listin
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\trunk>R CMD check rconifers
I get the following message(s) in the 00check.log file:
* checking for unstated dependencies in vignettes ... OK
* checking pack
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");
--- On Thu, 21/6/12, Hin-Tak Leung 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 inheritence relationship, and
>