Closed eddelbuettel closed 2 years ago
Running script 0* from the scripts/ directory leads to a (fairly immediate) error when it tries to invoke script 1* with a scripts prefix. Running from the top-level as in Rscripts scripts/0*.R works fine.
0*
scripts/
1*
scripts
Rscripts scripts/0*.R
Running script
0*
from thescripts/
directory leads to a (fairly immediate) error when it tries to invoke script1*
with ascripts
prefix. Running from the top-level as inRscripts scripts/0*.R
works fine.