We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make-screenshots.R needs to be functionalized and added to the ottrpal package (along with a unit test).
Currently its called like this:
Rscript --vanilla make_screenshots.R \ --git_pat ${{ secrets.GH_PAT }} \ --repo $GITHUB_REPOSITORY \ --output_dir resources/chapt_screen_images
So each of these options should become arguments in the new function.
After an initial PR that adds this as a function (along with a test in both test-rmd-leanpub-prep.R and test-quarto-leanpub-prep.R
test-rmd-leanpub-prep.R
test-quarto-leanpub-prep.R
Then later:
The text was updated successfully, but these errors were encountered:
kweav
No branches or pull requests
What needs to be done:
make-screenshots.R needs to be functionalized and added to the ottrpal package (along with a unit test).
Currently its called like this:
So each of these options should become arguments in the new function.
After an initial PR that adds this as a function (along with a test in both
test-rmd-leanpub-prep.R
andtest-quarto-leanpub-prep.R
Then later:
The text was updated successfully, but these errors were encountered: