Skip to content

Commit 0d41de4

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@89021 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 45d9068 commit 0d41de4

File tree

1 file changed

+2
-1
lines changed
  • src/library/tools/R

1 file changed

+2
-1
lines changed

src/library/tools/R/QC.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7975,7 +7975,8 @@ function(dir, localOnly = FALSE, pkgSize = NA)
79757975
z <- parse_URI_reference(v)
79767976
if((endsWith(tolower(z$authority), "github.com") ||
79777977
endsWith(tolower(z$authority), "gitlab.com")) &&
7978-
basename(z$path) != "issues") {
7978+
!endsWith(z$path, "/issues") &&
7979+
!endsWith(z$path, "/issues/new")) {
79797980
w <- sprintf("%s/issues", sub("/$", "", v))
79807981
out$bugreports <-
79817982
paste(c("The BugReports field in DESCRIPTION has",

0 commit comments

Comments
 (0)