1
1
2
- R Under development (unstable) (2025-08-31 r88747 ) -- "Unsuffered Consequences"
2
+ R Under development (unstable) (2025-09-01 r88752 ) -- "Unsuffered Consequences"
3
3
Copyright (C) 2025 The R Foundation for Statistical Computing
4
4
Platform: x86_64-pc-linux-gnu
5
5
@@ -5124,7 +5124,7 @@ function (V)
5124
5124
r[seq.int(from = 1L, by = p + 1L, length.out = p)] <- 1
5125
5125
r
5126
5126
}
5127
- <bytecode: 0x563b2649c7a8 >
5127
+ <bytecode: 0x56332a2a4b80 >
5128
5128
<environment: namespace:stats>
5129
5129
> stopifnot(all.equal(Cl, cov2cor(cov(longley))),
5130
5130
+ all.equal(cor(longley, method = "kendall"),
@@ -7772,7 +7772,7 @@ attr(,".Environment")
7772
7772
> environment(as.formula("y ~ x"))
7773
7773
<environment: R_GlobalEnv>
7774
7774
> environment(as.formula("y ~ x", env = new.env()))
7775
- <environment: 0x563b259d6d40 >
7775
+ <environment: 0x5633297ac158 >
7776
7776
>
7777
7777
>
7778
7778
> ## Create a formula for a model with a large number of variables:
@@ -12673,14 +12673,14 @@ attr(,"class")
12673
12673
$linkfun
12674
12674
function (mu)
12675
12675
mu^lambda
12676
- <bytecode: 0x563b246f9b48 >
12677
- <environment: 0x563b2473f3e8 >
12676
+ <bytecode: 0x5633285093c8 >
12677
+ <environment: 0x563328502628 >
12678
12678
12679
12679
$linkinv
12680
12680
function (eta)
12681
12681
pmax(eta^(1/lambda), .Machine$double.eps)
12682
- <bytecode: 0x563b246f9ad8 >
12683
- <environment: 0x563b2473f3e8 >
12682
+ <bytecode: 0x563328509518 >
12683
+ <environment: 0x563328502628 >
12684
12684
12685
12685
>
12686
12686
>
@@ -17039,8 +17039,8 @@ Step function with continuity 'f'= 0.2 , 3 knots at
17039
17039
> unclass(sfun0)
17040
17040
function (v)
17041
17041
.approxfun(x, y, v, method, yleft, yright, f, na.rm)
17042
- <bytecode: 0x563b266f0588 >
17043
- <environment: 0x563b261aea08 >
17042
+ <bytecode: 0x56332a4c5a58 >
17043
+ <environment: 0x56332a23e3c0 >
17044
17044
attr(,"call")
17045
17045
stepfun(1:3, y0, f = 0)
17046
17046
> ls(envir = environment(sfun0))
@@ -19076,13 +19076,11 @@ alternative hypothesis: true location shift is not equal to 0
19076
19076
>
19077
19077
> ## accuracy in ties determination via 'digits.rank':
19078
19078
> wilcox.test( 4:2, 3:1, paired=TRUE) # Warning: cannot compute exact p-value with ties
19079
- Warning in wilcox.test.default(4:2, 3:1, paired = TRUE) :
19080
- cannot compute exact p-value with ties
19081
19079
19082
- Wilcoxon signed rank test with continuity correction
19080
+ Wilcoxon signed rank exact test
19083
19081
19084
19082
data: 4:2 and 3:1
19085
- V = 6, p-value = 0.1489
19083
+ V = 6, p-value = 0.25
19086
19084
alternative hypothesis: true location shift is not equal to 0
19087
19085
19088
19086
> wilcox.test((4:2)/10, (3:1)/10, paired=TRUE) # no ties => *no* warning
@@ -19094,13 +19092,11 @@ V = 6, p-value = 0.25
19094
19092
alternative hypothesis: true location shift is not equal to 0
19095
19093
19096
19094
> wilcox.test((4:2)/10, (3:1)/10, paired=TRUE, digits.rank = 9) # same ties as (4:2, 3:1)
19097
- Warning in wilcox.test.default((4:2)/10, (3:1)/10, paired = TRUE, digits.rank = 9) :
19098
- cannot compute exact p-value with ties
19099
19095
19100
- Wilcoxon signed rank test with continuity correction
19096
+ Wilcoxon signed rank exact test
19101
19097
19102
19098
data: (4:2)/10 and (3:1)/10
19103
- V = 6, p-value = 0.1489
19099
+ V = 6, p-value = 0.25
19104
19100
alternative hypothesis: true location shift is not equal to 0
19105
19101
19106
19102
>
@@ -19633,7 +19629,7 @@ Number of Fisher Scoring iterations: 6
19633
19629
> cleanEx()
19634
19630
> options(digits = 7L)
19635
19631
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
19636
- Time elapsed: 5.053 0.132 5.188 0 0
19632
+ Time elapsed: 5.082 0.116 5.2 0 0
19637
19633
> grDevices::dev.off()
19638
19634
null device
19639
19635
1
0 commit comments