Skip to content

Commit

Permalink
Update fetchers.R
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Jan 9, 2025
1 parent 21aafbd commit 23a5e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fetchers.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ get_imports <- function(path) {
})
} else {
remote_pkgs_names <- character(0)
remote_pkgs <- NULL
remote_pkgs <- list()
}

if (!is.null(imports) && length(imports) > 0) {
Expand Down

0 comments on commit 23a5e18

Please sign in to comment.