Skip to content

Commit

Permalink
Install deps from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Oct 26, 2023
1 parent b760159 commit 1e4d9ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_cran("shiny")
remotes::install_github("ropensci/beautier")
#remotes::install_github("ropensci/tracerer")
remotes::install_github("ropensci/beastier")
remotes::install_github("ropensci/beautier", ref = "develop")
# remotes::install_github("ropensci/tracerer")
remotes::install_github("ropensci/beastier", ref = "develop")
remotes::install_github("ropensci/mauricer")
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
Expand Down

0 comments on commit 1e4d9ab

Please sign in to comment.