Hi, how to you build your package?
I do:
mkdir -p inst/doc
mkdir vignettes
cp sources_vignettes/*.pdf* vignettes ## for linux add -u after cp
cp sources_vignettes/*.Rnw inst/doc ## for linux add -u after cp
(cd inst/doc/; for f in *.Rnw; do mv "$$f" "$${f%.Rnw}_source.txt"; done;)
Rscript -e "tool
(Reposting..)
Hi everyone,
I am getting following two warnings when I submit my R package (perfectphyloR)
to CRAN.
Warning 1: * checking files in 'vignettes' ... WARNING
Files in the 'vignettes' directory but no files in 'inst/doc':
'perfectphyloR.html', 'perfectphyloR
On 29/06/2019 7:14 p.m., Charith Karunarathna wrote:
Hi,
I am getting following two warnings when I submit my R package (perfectphyloR)
to CRAN.
Warning 1: * checking files in 'vignettes' ... WARNING
Files in the 'vignettes' directory but no files in 'inst/doc':
'pe
Hi,
I am getting following two warnings when I submit my R package (perfectphyloR)
to CRAN.
Warning 1: * checking files in 'vignettes' ... WARNING
Files in the 'vignettes' directory but no files in 'inst/doc':
'perfectphyloR.html', 'perfectphyloR.html.asis'
Warning 2: