Skip to content

Commit

Permalink
removed tools version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karch committed Dec 19, 2023
1 parent 660d9e9 commit 6bece93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Imports:
readxl (>= 1.4.3),
shiny (>= 1.7.4),
shinyjs (>= 2.1.0),
tools (>= 4.2.2),
tools,
utils,
vtable (>= 1.4.4),
zip (>= 2.3.0)
Expand Down
1 change: 0 additions & 1 deletion init.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
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 6bece93

Please sign in to comment.