Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanvoelkle committed Oct 23, 2023
1 parent 82af6b6 commit 3d6fed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Imports:
assertthat,
processx,
yaml,
semver(>= 0.2.0),
utils
semver (>= 0.2.0),
utils,
jsonlite
URL: https://docs.ropensci.org/wdman/, https://github.com/ropensci/wdman
URLNote: https://github.com/ropensci/wdman
BugReports: https://github.com/ropensci/wdman/issues
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export(iedriver)
export(phantomjs)
export(predl_chrome_for_testing)
export(selenium)
export(unziptar_dlfiles)
importFrom(assertthat,assert_that)
importFrom(binman,app_dir)
importFrom(binman,assign_directory)
Expand Down
1 change: 0 additions & 1 deletion R/predl_chrome_for_testing.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ predl_chrome_for_testing <- function(url, platform, history,
assign_directory(app_links, appname)
}

#' @export
unziptar_dlfiles <- function(...) {
x <- binman::unziptar_dlfiles(...)
for (f in x) {
Expand Down

0 comments on commit 3d6fed8

Please sign in to comment.