Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chris-english opened this issue May 18, 2022 · 0 comments

Comments

@chris-english
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant