Displaying 3 results from an estimated 3 matches for "build_vignette_index".
2007 Jul 18
1
possible bug R CMD check: No space(s) allowed after \VignetteDepends{}
...N files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.
----------------------------------------------------------------------
The error message is from tools:::.check_package_depends() function
which is used by R CMD check.
check_package_depends() calls .build_vignette_index() to get the vignettes
dependency list
For my test package, the result is:
> reqs <-
unique(unlist(tools:::.build_vignette_index("testpkg/inst/doc/")$Depends))
> reqs
[1] "stats "
>
"stats " (with a space at the end) is not in the depend field of my packa...
2016 Apr 26
1
Issue while building xtable on R on Ubuntu 15.04
...x-gnu (64-bit)
* using session charset: UTF-8
* using option '--no-vignettes
'* checking for file 'xtable/DESCRIPTION' ... OK
* this is package 'xtable' version '1.8-2'
* checking package namespace information ... OK
* checking package dependencies ...Error in .build_vignette_index(vigns) : In 'inst' vignettes 'xtableGallery.Rnw' and 'xtableGallery.snw' have the same vignette name
Can someone please help me regarding the same.
Regards
Zaid Golwala
DISCLAIMER\ ==========\ This e-mail ...{{dropped:18}}
2016 Apr 06
0
Issue while building xtable on R on Ubuntu 15.04
...x-gnu (64-bit)
* using session charset: UTF-8
* using option '--no-vignettes
'* checking for file 'xtable/DESCRIPTION' ... OK
* this is package 'xtable' version '1.8-2'
* checking package namespace information ... OK
* checking package dependencies ...Error in .build_vignette_index(vigns) : In 'inst' vignettes 'xtableGallery.Rnw' and 'xtableGallery.snw' have the same vignette name
Can someone please help me regarding the same.
Regards
Zaid Golwala
DISCLAIMER\ ==========\ This e-mail ...{{dropped:14}}