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

Action to notify if Roxygen version can be bumped #41

Open
jdhoffa opened this issue Jan 30, 2024 · 1 comment
Open

Action to notify if Roxygen version can be bumped #41

jdhoffa opened this issue Jan 30, 2024 · 1 comment

Comments

@jdhoffa
Copy link
Member

jdhoffa commented Jan 30, 2024

          NB: Could be cool to have an action that checks for this? (not an auto-commit, but just a notification)

Originally posted by @jdhoffa in RMI-PACTA/pacta.portfolio.import#72 (comment)

@cjyetman
Copy link
Member

hint: https://packagemanager.posit.co/__api__/repos/2/packages/roxygen2 will give you info about the latest version of roxygen2 available on Posit's CRAN mirror

jsonlite::fromJSON("https://packagemanager.posit.co/__api__/repos/2/packages/roxygen2")$version
#> [1] "7.3.1"

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

2 participants