Skip to content

Commit 10d781e

Browse files
committed
expand vignette check to include quarto for @226
1 parent 8f4a69b commit 10d781e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgcheck
22
Title: rOpenSci Package Checks
3-
Version: 0.1.2.117
3+
Version: 0.1.2.118
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),

R/check-vignette.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pkgchk_has_vignette <- function (checks) {
1414

1515
if (dir.exists (base)) {
1616
vig_path <- list.files (base,
17-
pattern = "\\.[rR]md$",
17+
pattern = "\\.[rRq]md$",
1818
recursive = TRUE,
1919
full.names = TRUE
2020
)

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.2.117",
11+
"version": "0.1.2.118",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)