Skip to content

Commit

Permalink
Fix wrong list of libraries in install.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrg committed Jan 21, 2025
1 parent c2141d1 commit d2138e6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions install.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
pkgs <- c(
"argparse",
"cowplot",
"ggplot2",
"minpack.lm",
"scales",
"viridis"
"jsonlite",
"minpack.lm"
)
install.packages(pkgs, dependencies = TRUE)
install.packages(".", repos = NULL, type = "source")

0 comments on commit d2138e6

Please sign in to comment.