Displaying 6 results from an estimated 6 matches for "pkgvignett".
Did you mean:
pkgvignettes
2011 Mar 26
0
rebuilding vignettes in 2.13-0-alpha fails if name of source dir is not package name
...t svn version appended below) and the R CMD check
procedure is generating an error rebuilding a vignette in the package,
which raises a NOTE in the check.
The log printed to screen during check shows:
....
* checking re-building of vignettes ... NOTE
Error in re-building vignettes:
...
Error in pkgVignettes(package = package, dir = dir, lib.loc = lib.loc) :
directory '/home/gavin/work/R/packages/analogue/analogue_check/pkg.Rcheck/vign_test/analogue' does not exist
Calls: buildVignettes -> pkgVignettes
Execution halted
* checking PDF version of manual ... OK
The entire log is appended...
2014 May 07
1
Problem running checks after building R-patched
...39;tools' failed
Execution halted
make[3]: *** [test-Examples-Base] Error 1
make[2]: *** [test-Examples] Error 2
make[1]: *** [test-all-basics] Error 1
make: *** [check] Error 2
The last lines in the output of tests/Examples/tools-Ex.Rout.fail are
> ### ** Examples
>
> gVigns <- pkgVignettes("grid")
> ## Don't show:
> `%=f=%` <- function(a, b) normalizePath(a) == normalizePath(b)
> with(gVigns,
+ stopifnot(engines == "utils::Sweave",
+ pkgdir %=f=% system.file(package="grid"),
+ dir %=f=% system...
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
...The following object(s) are masked from package:tools :
.checkDemoIndex .checkVignetteIndex .installMD5sums
.installPackageDescription .installPackageIndices buildVignettes
checkAssignFuns checkDocArgs checkDocStyle checkFF checkMD5sums checkMethods
checkTnF checkVignettes codoc md5sum pkgVignettes print.checkAssignFuns
print.checkDemoIndex print.checkDocArgs print.checkDocStyle print.checkFF
print.checkMethods print.checkTnF print.checkVignetteIndex
print.checkVignettes print.codoc print.undoc Rdindex Rtangle RtangleSetup
RtangleWritedoc RweaveLatex RweaveLatexOptions RweaveLatexSetup Stan...
2013 Jul 17
1
SweaveParseOptions, quoted commas, and knitr vignettes
I haven't figured it out entirely, but it looks like there are a
couple of small glitches with knitr-based vignettes and
SweaveParseOptions.
I posted the tarball of a package with a knitr vignette with (as far
as I can tell) everything properly coded in the DESCRIPTION file
(VignetteBuilder: knitr, Suggests: knitr) and the vignette itself
(%\VignetteEngine{knitr::knitr}). When Windows
2003 Nov 21
1
R-1.8.1 is released
...ts (etc)
being included in formal classes.
o terms() sometimes removed offset() terms incorrectly, since it
counted by variables and not terms. Its "offset" attribute
was incorrectly documented as referring to terms not
variables. (Related to PR#4941)
o buildVignettes() and pkgVignettes() in package tools are now
documented. The call to texi2dvi is wrapped in the new
function texi2dvi() which also works on Windows.
o hclust() was sometimes not finding the correct inter-cluster
distances with non-monotone methods. (PR#4195)
o plot.hclust() now tolerates mode ch...
2003 Nov 21
1
R-1.8.1 is released
...ts (etc)
being included in formal classes.
o terms() sometimes removed offset() terms incorrectly, since it
counted by variables and not terms. Its "offset" attribute
was incorrectly documented as referring to terms not
variables. (Related to PR#4941)
o buildVignettes() and pkgVignettes() in package tools are now
documented. The call to texi2dvi is wrapped in the new
function texi2dvi() which also works on Windows.
o hclust() was sometimes not finding the correct inter-cluster
distances with non-monotone methods. (PR#4195)
o plot.hclust() now tolerates mode ch...