Skip to content

Commit

Permalink
posit package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
epijim committed Feb 15, 2024
1 parent 8f00a3b commit 9564796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ toc: true
`R CMD Check` has [around 50 checks](https://r-pkgs.org/R-CMD-check.html), but the general jist is it will check your package is fit to install, and as part of that process run the unit tests. In many companies, you will
be running potentially multiple versions of R in parrallel. To reflect
that, this gh-action is updated to run across the last 3 R major versions,
using a snapshot from the Posit Public Manager that reflects a relevant time frame for when that R version was latest.
using a snapshot from the Posit Public Package Manager that reflects a relevant time frame for when that R version was latest.

If you have dependencies on other pharmaverse packages, it's likely you will also want to run `R CMD Check` using CRAN today + the bleading edge of the pharmaverse (which may be pre-CRAN) via pointing at their r-universe. If this is the case, please see the advanced usage below.

Expand Down

0 comments on commit 9564796

Please sign in to comment.