Skip to content

Commit

Permalink
Update install_imports.R
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Jul 17, 2024
1 parent 00d6c22 commit 00b4be3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/install_imports.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ for (package in Imports) {
package <- trimws(package)
install.packages(package, dependencies = TRUE)
}


- name: Install R packages
run: |
source("R/install_imports.R")
shell: Rscript {0}

0 comments on commit 00b4be3

Please sign in to comment.