Last updated on 2026-07-23 12:50:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3-3 | 5.71 | 155.60 | 161.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3-3 | 4.22 | 93.46 | 97.68 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3-3 | 10.00 | 270.92 | 280.92 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3-3 | 99.28 | OK | |||
| r-devel-windows-x86_64 | 0.3-3 | 6.00 | 136.00 | 142.00 | OK | |
| r-patched-linux-x86_64 | 0.3-3 | 5.27 | 145.43 | 150.70 | OK | |
| r-release-linux-x86_64 | 0.3-3 | 4.41 | 148.14 | 152.55 | OK | |
| r-release-macos-arm64 | 0.3-3 | 1.00 | 31.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 0.3-3 | 4.00 | 151.00 | 155.00 | OK | |
| r-release-windows-x86_64 | 0.3-3 | 7.00 | 138.00 | 145.00 | OK | |
| r-oldrel-macos-arm64 | 0.3-3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3-3 | 4.00 | 147.00 | 151.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3-3 | 9.00 | 197.00 | 206.00 | OK |
Version: 0.3-3
Check: tests
Result: ERROR
Running ‘beta-Ding94.R’ [49s/61s]
Running ‘dpqnorm-tst.R’ [2s/2s]
Running ‘hypergeom.R’ [1s/2s]
Running ‘t-nonc_tst.R’ [2s/2s]
Running the tests in ‘tests/t-nonc_tst.R’ failed.
Complete output:
> require(Rmpfr)
Loading required package: Rmpfr
Loading required package: gmp
Attaching package: 'gmp'
The following objects are masked from 'package:base':
%*%, apply, crossprod, matrix, tcrossprod
C code of R package 'Rmpfr': GMP using 64 bits per limb
Attaching package: 'Rmpfr'
The following object is masked from 'package:gmp':
outer
The following objects are masked from 'package:stats':
dbinom, dchisq, dgamma, dnbinom, dnorm, dpois, dt, pgamma, pnorm
The following objects are masked from 'package:base':
cbind, pmax, pmin, rbind
> require(DPQmpfr)
Loading required package: DPQmpfr
>
> stopifnot(all.equal(DPQ:::dntJKBf(mpfr(0, 64), 5,10), ## gave NaN
+ 3.66083172640611114864e-23, tol=1e-20))
> ## whereas R's 2018-08
> dt(0, 5, 10) # is a factor of 2 too large: 7.321663e-23
[1] 7.321663e-23
>
> (dt5.10m <- dntJKBm(mpfr(-4:4, 256), 5, 10))##--> heureka!
9 'mpfr' numbers of precision 256 bits
[1] 2.60411193283363008816174203664672521049598232817191096334231768533123433930554e-29
[2] 1.402390045022762576904908969928231134641459245433370510245082462639551869912683e-28
[3] 1.423497061270720045959087598996775429320328607547260643299749804014121024358857e-27
[4] 5.449436753201393001156967930749166463526468918232281745544244816776279420757684e-26
[5] 3.660831726406111150918497564522165417454008321092157460964035675595080684479716e-23
[6] 1.035962495942093066639658406747234090777907965780567084318709388913711965340062e-16
[7] 2.85854048117620027304802327696150987469187879228812294414362851419136085231108e-10
[8] 3.65628559654324497017621253550780270928261249913747846398933155144922638545515e-6
[9] 0.0006233252495097859026032404406354378980224459220868988071467401913727754970112061
Warning message:
In dntJKBm(mpfr(-4:4, 256), 5, 10) :*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc