R CMD build error during vignettes build
On Wed, 22 Feb 2017 12:22:45 +0200,
Mikko Korpela <mikko.korpela at helsinki.fi> wrote:
[...]
When trying to build the vignette from the git version of your package
(as part of R CMD build), I see the same error message. Investigating
further, the "tangled" file diveMove.R from
'tools::buildVignette("diveMove.Rnw")' has 68 lines and stops short of
the code chunk "zoc" where the error occurs. Running that code
obviously works fine.
This is exactly what I failed to do -> check the tangled output to see it is complete... It didn't occur to me to do that assuming all the code would be there. Even more so considering there's nothing in the CRAN checks showing problems. Thank you Mikko!
Seb