Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Mar 17, 2024
1 parent 3014889 commit d634df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/loading_functions.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##' @importFrom utils read.csv
##' @importFrom ExperimentHub createHubAccessors
.createDepMapHubAccessors <- function() {
fls <- dir(system.file("extdata", package = "depmap"),
.createDepMapHubAccessors <- function(pkgname = "depmap") {
fls <- dir(system.file("extdata", package),
full.names = TRUE, pattern = "metadata")
sapply(fls,
function(fl) {
Expand Down

0 comments on commit d634df7

Please sign in to comment.