We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc5707 commit 4986141Copy full SHA for 4986141
inst/tinytest/test-package-metadata.r
@@ -22,7 +22,7 @@ if (Sys.info()["nodename"] == "HOME") {
22
nws <- news(package = thisPkg)
23
24
# Test CITATION has most recent package version
25
- expect_true(any(grepl(pV, cit), fixed = TRUE))
+ expect_true(any(grepl(pV, cit, fixed = TRUE)))
26
27
# Test NEWS has most recent package version
28
expect_true(any(grepl(pV, nws, fixed = TRUE)))
0 commit comments