Skip to content

Commit

Permalink
update package install for myBinder
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeeples2008 committed Jan 12, 2023
1 parent 1a0d324 commit c2c8cfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
packages <- c("igraph", "statnet", "intergraph", "ggraph",
"reshape2", "ggmap", "vegan", "sf", "multinet",
"ggpubr", "concaveman", "ggplotify")
"reshape2", "ggmap", "vegan", "sf", "multinet")

install.packages(setdiff(packages, rownames(installed.packages())))

0 comments on commit c2c8cfa

Please sign in to comment.