rjournal / rjtools

Tools for AUTHORS to use for checking and submitting articles to the R Journal
https://rjournal.github.io/rjtools/
Other
31 stars 14 forks source link

PR to fix failed build from my last PR #25

Closed wkumler closed 2 years ago

wkumler commented 2 years ago

Oof, sorry - last minute changes I made in the code caused the build to fail on GitHub. Here's a PR that should pass the GitHub Actions and will restore functionality.

I also added the pkg argument to the overall initial_check_article() so that the one function can be called in a scripted way instead of each internal one individually - this was another change I made before pushing and didn't realize it hadn't made it onto my fork before I created the PR. Sorry again!