Skip to content

Commit

Permalink
attempt fix for pak issue
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 10, 2024
1 parent 50efafa commit f268137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/parse-remotes.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ get_remote_types <- function(refs) {
types[types == "" & grepl(github_url_rx(), refs, perl = TRUE)] <- "github"
types[types == "" & grepl(local_rx(), refs, perl = TRUE)] <- "local"
types[types == "" & grepl(param_rx(), refs, perl = TRUE)] <- "param"
types[is.na(types)] <- ""

if (any(bad <- types == "")) {
throw(pkg_error(
Expand Down

0 comments on commit f268137

Please sign in to comment.