You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: