Skip to content

Commit

Permalink
import from curl
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Mar 16, 2024
1 parent c331378 commit 64e45d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Imports:
AnnotationHub,
BiocFileCache,
httr2,
curl,
tibble
License: Artistic-2.0
Encoding: UTF-8
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcrpath)
importFrom(ExperimentHub,ExperimentHub)
importFrom(ExperimentHub,createHubAccessors)
importFrom(curl,has_internet)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##' @importFrom utils read.csv
##' @importFrom curl has_internet
##' @importFrom ExperimentHub createHubAccessors
.onLoad <- function(libname, pkgname) {
fls <- dir(system.file("extdata", package = pkgname),
Expand Down

0 comments on commit 64e45d8

Please sign in to comment.