Skip to content

Commit

Permalink
update for r84766
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84794 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Jul 31, 2023
1 parent 0810dcd commit 397b905
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Examples/stats-Ex.Rout.save
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

R Under development (unstable) (2023-06-26 r84605) -- "Unsuffered Consequences"
R Under development (unstable) (2023-07-31 r84793) -- "Unsuffered Consequences"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin21.6.0

Expand Down Expand Up @@ -517,6 +517,8 @@ s12 0.92099
[2,] 0.03455368 0.00185109 0
> all(phyper(x, m, n, k) == cumsum(dhyper(x, m, n, k))) # FALSE
[1] FALSE
> stopifnot(abs(phyper(x, m, n, k) - cumsum(dhyper(x, m, n, k))) < 5e-16)
>
>
>
> cleanEx()
Expand Down Expand Up @@ -9524,7 +9526,7 @@ $df

> # to allow extrapolation
> cars.lo2 <- loess(dist ~ speed, cars,
+ control = loess.control(surface = "direct"))
+ control = loess.control(surface = "direct"))
> predict(cars.lo2, data.frame(speed = seq(5, 30, 1)), se = TRUE)
$fit
1 2 3 4 5 6 7
Expand Down

0 comments on commit 397b905

Please sign in to comment.