Skip to content

Commit

Permalink
also treat 'repository' remote types as cranlike (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Nov 13, 2024
1 parent 6b94b69 commit 1c8c64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/record.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ renv_record_placeholder <- function() {

renv_record_cranlike <- function(record) {
type <- record[["RemoteType"]]
is.null(type) || type %in% c("cran", "standard")
is.null(type) || type %in% c("cran", "repository", "standard")
}

0 comments on commit 1c8c64c

Please sign in to comment.