Skip to content

Commit

Permalink
memoise dependency was in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Nov 5, 2023
1 parent 5dbd558 commit f0e78af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Imports:
httr,
rvest,
getPass,
otndo
otndo,
memoise
Suggests:
future.apply,
testthat (>= 3.0.0),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export(matos_receiver_summary)
export(matos_tag_summary)
export(set_matos_credentials)
export(upload_file)
importFrom(memoise,memoise)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,download.file)
Expand Down
1 change: 0 additions & 1 deletion R/matos-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#' @importFrom utils download.file
#' @importFrom utils txtProgressBar
#' @importFrom utils setTxtProgressBar
#' @importFrom memoise memoise
#' @keywords internal
"_PACKAGE"

0 comments on commit f0e78af

Please sign in to comment.