Skip to content

Commit

Permalink
added tools in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karch committed Dec 19, 2023
1 parent 62a1c20 commit 660d9e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions init.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
install.packages("pkgload")
install.packages("remotes")
if (!require(pkgload)) install.packages("pkgload")
if (!require(remotes)) install.packages("remotes")
if (!require(tools)) install.packages("tools")
remotes::install_deps()

0 comments on commit 660d9e9

Please sign in to comment.