Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Mar 17, 2024
1 parent d634df7 commit 870d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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(pkgname = "depmap") {
fls <- dir(system.file("extdata", package),
fls <- dir(system.file("extdata", pkgname),
full.names = TRUE, pattern = "metadata")
sapply(fls,
function(fl) {
Expand Down

0 comments on commit 870d89e

Please sign in to comment.