Skip to content

Commit

Permalink
We actually don't need to install
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 7, 2024
1 parent 3ad7d02 commit e11e62a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/get_itn_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ dir.create(file.path(root_dir, "plots"), showWarnings = FALSE)

set.seed(1234)

if (!("remotes" %in% installed.packages())) {
install.packages("remotes")
}
remotes::install_github("fhdsl/metricminer")
library(metricminer)
library("magrittr")

Expand Down

0 comments on commit e11e62a

Please sign in to comment.