Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86505 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed May 1, 2024
1 parent 967289d commit 2c5ea73
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 @@ -881,7 +881,7 @@ prb <- 0.995
stopifnot(exprs = {
qb6 == c(6001:6004,6004:6005) # not in R 4.4.0, nor 4.1.0
1 > pqb6 & pqb6 >= 0.05 # "
X 0.05 > pqb6_1 & pqb6_1 >= 0.035# "
0.05 > pqb6_1 & pqb6_1 >= 0.035# "
})
## was wrong for R versions in [4.1.1, 4.4.0]

Expand Down

0 comments on commit 2c5ea73

Please sign in to comment.