Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
I fixed all of the new issues identified by CRAN, and these seem to be from the r-devel-linux-x86_64-fedora-gcc and similar machines where it flags documentation in a function. However, when I use devtools::check...
(a) How is the sort order of vignettes in the vignette index determined? Can I change it? I have several types of vignettes - an old style .RNW file, a pdf file externally created for which I've created an .pdf...
I'm trying to update my SPAS package to respond to a CRAN check. Before starting the changes, I tried to rebuild my package, but now get a segfault when I try to do a devtools::document() or devtools::check...
I've run into a problem where if you install the lme4, Matrix, and buildmer packages using the binaries from CRAN on a Mac, I get an error message about a missing method, but if I install the same packages...
Solved... The src/ directory also included a .o and .so objects from the last build of the package that must be "out of date" because once I removed those older objects, the Build -> Document and build -> Check package now work...
Yes, the resubmission and re-building has fixed the problem with buildmer/ Matrix. Carl On Tue, Oct 18, 2022 at 12:17 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > I see the same thing. This sounds like a...
Thanks for the suggestions. (a) Unfortunately, if you place the index.html directly into the inst/doc directory, it is overwritten when the package source file (*tar.gz) is created and then installed. This is using RStudio on a Mac...
Here is some suggested text to be added to the Writing R Extensions manual. Any suggestions for changes? 1.4.3. Customizing the vignette help index R provides two indices to the vignettes in a package (a) the browseVignettes() function...
Success! Building on MT's note that if the inst/doc has an index.html file, R does NOT build a new index. At the end of Writing R Extensions Section 1.4, it states " When R CMD build builds...
Thanks DM... I'm most interested in the HTML index from the help system. Indeed the sort orders are different with the browseVignettes() sorting by title. But the sort order of the HTML system is neither the title nor the...
Can't find what you're looking for? Try searching with Google .