Skip to content

Commit

Permalink
Install from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Oct 25, 2023
1 parent bad958b commit 1936a19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rJava")
remotes::install_cran("rcmdcheck")
remotes::install_cran("covr")
remotes::install_cran("lintr")
remotes::install_github("MangoTheCat/goodpractice")
remotes::install_github("ropensci/beautier", ref = "develop")
remotes::install_github("ropensci/tracerer")
remotes::install_github("ropensci/beastier")
remotes::install_github("ropensci/mauricer")
remotes::install_github("ropensci/babette")
remotes::install_github("ropensci/mcbette")
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rJava")
remotes::install_cran("rcmdcheck")
remotes::install_cran("covr")
remotes::install_cran("lintr")
remotes::install_github("MangoTheCat/goodpractice")
remotes::install_github("thijsjanzen/nodeSub")
remotes::install_github("richelbilderbeek/beastierinstall")
remotes::install_github("richelbilderbeek/mauricerinstall")
Expand Down

0 comments on commit 1936a19

Please sign in to comment.