Last updated on 2022-04-27 12:55:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 5.38 | 43.81 | 49.19 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 3.37 | 32.57 | 35.94 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 57.01 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 55.78 | ERROR | |||
r-devel-windows-x86_64 | 1.1.1 | 27.00 | 60.00 | 87.00 | OK | |
r-patched-linux-x86_64 | 1.1.1 | 5.85 | 41.59 | 47.44 | OK | |
r-release-linux-x86_64 | 1.1.1 | 5.05 | 41.31 | 46.36 | OK | |
r-release-macos-arm64 | 1.1.1 | 19.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 29.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 12.00 | 60.00 | 72.00 | OK | |
r-oldrel-macos-arm64 | 1.1.1 | 20.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 33.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.1 | 10.00 | 34.00 | 44.00 | OK |
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘fitDRC-Ex.R’ failed
The error most likely occurred in:
> ### Name: drclass
> ### Title: The class 'drclass' in the fitDRC-package: its constructors and
> ### methods.
> ### Aliases: drclass drclass.create print.drclass summary.drclass
> ### plot.drclass Kappa.drclass Lambda.drclass metrics.drclass
> ### metric.ci.drclass metric.width.drclass metric.shape.drclass
> ### metric.mode.drclass
> ### Keywords: distribution
>
> ### ** Examples
>
> drc <- drclass.create (p = c(0.05,0.25,0.666,0.75,0.95),
+ q = qnorm(c(0.05,0.25,0.5,0.75,0.95)),
+ dist.lower = dist.normal.create(c(0,1)),
+ dist.upper = dist.normal.create(c(0,1)))
> drc
----------------------------
Default Density Ratio Class
----------------------------
-----------------
----- Range -----
-----------------
Min Max
Range -Inf Inf
-----------------
----- P & Q -----
-----------------
Probabilities Quantiles
Pt. 0.050 -1.6448536
Pt. 0.250 -0.6744898
Pt. 0.666 0.0000000
Pt. 0.750 0.6744898
Pt. 0.950 1.6448536
-----------------
----- Lower -----
-----------------
Normal Distribution
-------------------
Range: -Inf Inf
Parameter names, ranges and values:
Min Max Value
Mean -Inf Inf 0
StDev 0 Inf 1
Mean: 0
StDev: 1
Median: 0
Mode: 0
-----------------
----- Upper -----
-----------------
Normal Distribution
-------------------
Range: -Inf Inf
Parameter names, ranges and values:
Min Max Value
Mean -Inf Inf 0
StDev 0 Inf 1
Mean: 0
StDev: 1
Median: 0
Mode: 0
--------------------------
----- Kappa & Lambda -----
--------------------------
Error in is.na(p) && is.na(q) : 'length = 5' in coercion to 'logical(1)'
Calls: <Anonymous> ... print.drclass -> matrix -> Lambda -> Lambda.drclass -> calc.k
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc