Skip to content

Commit d19ace1

Browse files
jeroenLiNk-NY
authored andcommitted
Allow RemoteRef, RemoteUrl, RemoteSha, etc used by R-universe.
1 parent 20f99c6 commit d19ace1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/checkDESCRIPTION.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ checkValidDESCfields <- function(dcf) {
357357
c("RoxygenNote", "Video")
358358
)
359359

360-
is_config_field <- grepl("^Config/", present_fields)
360+
is_config_field <- grepl("^Remote|Config/", present_fields)
361361
fields_to_check <- present_fields[!is_config_field]
362362

363363
bad_fields <- fields_to_check[!(fields_to_check %in% known_fields)]

0 commit comments

Comments
 (0)