Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
added SticsRPacks installation
  • Loading branch information
plecharpent authored Dec 20, 2024
1 parent a5cf4e4 commit 3190a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_github("SticsRPacks/SticsRPacks@main", dependencies = FALSE, upgrade = "never")
remotes::install_github("SticsRPacks/CroPlotR@main", dependencies = FALSE, upgrade = "never")
remotes::install_github("SticsRPacks/CroptimizR@main", dependencies = FALSE, upgrade = "never")
remotes::install_github("SticsRPacks/SticsOnR@main", dependencies = FALSE, upgrade = "never")
Expand Down

0 comments on commit 3190a56

Please sign in to comment.