Skip to content

Commit f3495ae

Browse files
author
hornik
committed
Tweaks for c89021.
git-svn-id: https://svn.r-project.org/R/trunk@89025 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 01101b1 commit f3495ae

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

src/library/tools/R/QC.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7975,8 +7975,7 @@ 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-
!endsWith(z$path, "/issues") &&
7979-
!endsWith(z$path, "/issues/new")) {
7978+
!grepl("/issues(/new)?/?$", z$path)) {
79807979
w <- sprintf("%s/issues", sub("/$", "", v))
79817980
out$bugreports <-
79827981
paste(c("The BugReports field in DESCRIPTION has",

0 commit comments

Comments
 (0)