My guess is that your child Rnw file was not copied to inst/doc during
R CMD build or check. You may read the section 1.4 of the R-exts
manual:
http://cran.rstudio.com/doc/manuals/r-release/R-exts.html#Writing-package-vignettes
> When R CMD build builds the vignettes, it copies these and the vign
Hello R-developers!
First I want to thank Duncan, Sean and Ben (off-list-communication) for your
comments and suggestions!
Unfortunetly the renaming of the child.Rnw file to e.g. child.sub and also the
usage of an other file type like child.txt did not solve the Problem.
I got an ERROR in the be
Hello R-developers!
I am creating a package (using devtools and RStudio) and I would like to split
my vignette into multiple Rnw-files.
As an example I tried the code from:
https://support.rstudio.com/hc/en-us/articles/200486298
(--> Working with multiple Rnw files)
The Rnw-files work fine with