validate icon indicating copy to clipboard operation
validate copied to clipboard

git clone ~ make install choking at: Processing code chunks with options ...

Open chris-english opened this issue 3 years ago • 0 comments

git clone <----snip----> make[1]: Leaving directory '/home/chris/validate/pkg/src' installing to /home/chris/r_TMPDIR/RtmpUXGZxP/devtools_install_1f8e76394523e/00LOCK-pkg/00new/validate/libs ** checking absolute paths in shared objects and dynamic libraries ─ DONE (validate) Creating a new generic function for ‘reset’ in package ‘validate’ Updating roxygen version in /home/chris/validate/pkg/DESCRIPTION ℹ Loading validate Creating a new generic function for ‘reset’ in package ‘validate’ <----snip----> Things look good to here... <----snip---> Writing satisfying.Rd make -C jsspaper make[1]: Entering directory '/home/chris/validate/jsspaper' R -e "options(prompt='R> '); Sweave('validate.Rnw')" R version 4.1.3 (2022-03-10) -- "One Push-Up" Platform: x86_64-pc-linux-gnu (64-bit)

options(prompt='R> '); Sweave('validate.Rnw') Writing to file validate.tex Processing code chunks with options ... 1 : keep.source term verbatim (validate.Rnw:87) 2 : echo keep.source term verbatim (validate.Rnw:304)

Error: chunk 2 Error in library("validate") : there is no package called ‘validate’ Execution halted make[1]: *** [Makefile:16: validate.tex] Error 1 <----snip---->

Wondering how to debug from here. Thanks

chris-english avatar May 18 '22 17:05 chris-english