Skip to content

Commit 191469b

Browse files
One more thinko
1 parent 1795448 commit 191469b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parallelly
2-
Version: 1.46.0-9007
2+
Version: 1.46.0-9008
33
Title: Enhancing the 'parallel' Package
44
Imports:
55
parallel,

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ inRCmdVignette <- function() {
118118
args <- commandArgs()
119119
if (length(args) != 6) return(FALSE)
120120
truth <- c(r_cmd, "--no-echo", "--no-restore", "--vanilla", "-e", "tools::buildVignettes(dir~+~=~+~'.',~+~tangle~+~=~+~TRUE)")
121-
any(args == truth)
121+
all(args == truth)
122122
}
123123

124124
commaq <- function(x, sep = ", ") paste(sQuote(x), collapse = sep)

0 commit comments

Comments
 (0)