Skip to content

Commit

Permalink
fix s/1.1/1.0/ thinko in comment
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86506 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed May 1, 2024
1 parent 2c5ea73 commit 1f97573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/d-p-q-r-tst-2.R
Expand Up @@ -879,7 +879,7 @@ prb <- 0.995
(pqb6 <- pbinom(qb6, size = sz, prob = prb))
(pqb6_1 <- pbinom(qb6-1, size = sz, prob = prb))
stopifnot(exprs = {
qb6 == c(6001:6004,6004:6005) # not in R 4.4.0, nor 4.1.0
qb6 == c(6001:6004,6004:6005) # not in R 4.4.0, nor 4.1.1
1 > pqb6 & pqb6 >= 0.05 # "
0.05 > pqb6_1 & pqb6_1 >= 0.035# "
})
Expand Down

0 comments on commit 1f97573

Please sign in to comment.