Last updated on 2026-07-23 00:53:43 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0-10.1 | 4.00 | 48.05 | 52.05 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0-10.1 | 3.64 | 35.00 | 38.64 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0-10.1 | 8.00 | 77.97 | 85.97 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0-10.1 | 34.32 | OK | |||
| r-devel-windows-x86_64 | 1.0-10.1 | 7.00 | 71.00 | 78.00 | OK | |
| r-patched-linux-x86_64 | 1.0-10.1 | 5.48 | 46.04 | 51.52 | OK | |
| r-release-linux-x86_64 | 1.0-10.1 | 4.71 | 46.43 | 51.14 | OK | |
| r-release-macos-arm64 | 1.0-10.1 | 1.00 | 17.00 | 18.00 | OK | |
| r-release-macos-x86_64 | 1.0-10.1 | 3.00 | 54.00 | 57.00 | OK | |
| r-release-windows-x86_64 | 1.0-10.1 | 7.00 | 75.00 | 82.00 | OK | |
| r-oldrel-macos-arm64 | 1.0-10.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0-10.1 | 3.00 | 44.00 | 47.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0-10.1 | 7.00 | 83.00 | 90.00 | OK |
Version: 1.0-10.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Bjoern Bornkamp <bornkamp@statistik.tu-dortmund.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Bjoern",
family = "Bornkamp",
role = c("aut", "cre"),
email = "bornkamp@statistik.tu-dortmund.de"),
person(given = "Jose",
family = "Pinheiro",
role = "aut"),
person(given = "Frank",
family = "Bretz",
role = "aut"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0-10.1
Check: tests
Result: ERROR
Running ‘MMTests.R’ [2s/2s]
Running the tests in ‘tests/MMTests.R’ failed.
Complete output:
> library(MCPMod)
Loading required package: mvtnorm
Loading required package: lattice
> set.seed(1)
> # Approximately reproduces analysis from Biometrics paper
> # (slightly different linlog model used in paper)
> data(biom)
> models <- list(emax = 0.2, linlog = NULL, linear = NULL, exponential = c(0.5/log(6),0.15), quadratic = c(-1.7485/2.0485,-1))
> MCPMod(biom, models, clinRel = 0.4, dePar = .025, pVal = T, doseEst = "MED2", off = 1, alpha = 0.05)
MCPMod
PoC (alpha = 0.05, one-sided): yes
Model with highest t-statistic: emax
Model used for dose estimation: emax
Dose estimate:
MED2,95%
0.17
> # some variations
> MCPMod(biom, models, clinRel = 0.4, dePar = .05, doseEst = "MED3", off = 1, alpha = 0.05)
MCPMod
PoC (alpha = 0.05, one-sided): yes
Model with highest t-statistic: emax
Model used for dose estimation: emax
Dose estimate:
MED3,90%
0.4
> MCPMod(biom, models, clinRel = 0.4, dePar = .05, doseEst = "MED1", off = 1,
+ selModel = "AIC", alpha = 0.05)
MCPMod
PoC (alpha = 0.05, one-sided): yes
Model with highest t-statistic: emax
Model used for dose estimation: emax
Dose estimate:
MED1,90%
0.06
Warning message:
In modelSelect(data, namSigMod, selMethod, pW, resp, dose, start, :*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc