RMI-PACTA / actions

Actions for GitHub workflows
4 stars 0 forks source link

Action to notify if `Roxygen` version can be bumped #41

Open jdhoffa opened 7 months ago

jdhoffa commented 7 months ago
          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 https://github.com/RMI-PACTA/pacta.portfolio.import/issues/72#issuecomment-1916504167

cjyetman commented 7 months ago

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"