Skip to content

Commit

Permalink
Merge pull request #112 from LiNk-NY/main
Browse files Browse the repository at this point in the history
add missing download.file to NAMESPACE
  • Loading branch information
gaborcsardi authored Sep 12, 2024
2 parents 0f0a230 + ada3b78 commit 90c0dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if (getRversion() >= "4.0.0") importFrom(tools, R_user_dir)
importFrom(R6,R6Class)
importFrom(tools,file_ext)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,getSrcDirectory)
importFrom(utils,getSrcFilename)
importFrom(utils,getSrcLocation)
Expand Down
1 change: 1 addition & 0 deletions R/bioc.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
#' @noRd
NULL

#' @importFrom utils download.file

bioconductor <- local({

Expand Down

0 comments on commit 90c0dc8

Please sign in to comment.