Last updated on 2025-01-09 13:55:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-4 | NOTE | ||||
r-devel-linux-x86_64-debian-gcc | 1.0-4 | 5.13 | 52.55 | 57.68 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0-4 | 131.01 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-4 | 118.08 | ERROR | |||
r-devel-windows-x86_64 | 1.0-4 | 9.00 | 86.00 | 95.00 | ERROR | |
r-patched-linux-x86_64 | 1.0-4 | 10.73 | 69.62 | 80.35 | OK | |
r-release-linux-x86_64 | 1.0-4 | 6.86 | 65.91 | 72.77 | ERROR | |
r-release-macos-arm64 | 1.0-4 | 37.00 | OK | |||
r-release-macos-x86_64 | 1.0-4 | 54.00 | OK | |||
r-release-windows-x86_64 | 1.0-4 | 8.00 | 90.00 | 98.00 | OK | |
r-oldrel-macos-arm64 | 1.0-4 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0-4 | 64.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0-4 | 11.00 | 100.00 | 111.00 | ERROR |
Version: 1.0-4
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
fitqmapdist.Rd: mledist, fitdist
startbernexp.Rd: mledist, fitdist
startberngamma.Rd: mledist, fitdist
startbernlnorm.Rd: mledist, fitdist
startbernweibull.Rd: mledist, fitdist
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.0-4
Check: examples
Result: ERROR
Running examples in ‘qmap-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fitQmapDIST
> ### Title: Quantile mapping using distribution derived transformations
> ### Aliases: fitQmapDIST fitQmapDIST.default fitQmapDIST.matrix
> ### fitQmapDIST.data.frame doQmapDIST doQmapDIST.default
> ### doQmapDIST.matrix doQmapDIST.data.frame
>
> ### ** Examples
>
> data(obsprecip)
> data(modprecip)
>
> qm.fit <- fitQmapDIST(obsprecip[,1],modprecip[,1],
+ distr="berngamma",
+ qstep=0.001)
> qm <- doQmapDIST(modprecip[,1],qm.fit)
>
>
> qm.lnorm.fit <- fitQmapDIST(obsprecip[,1],modprecip[,1],
+ distr="bernlnorm",
+ qstep=0.001)
Error in fitQmapDIST.default(obsprecip[, 1], modprecip[, 1], distr = "bernlnorm", :
'mledist' failed to estimate parameters for 'mod' with the error code 1
Calls: fitQmapDIST -> fitQmapDIST.default
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 1.0-4
Check: examples
Result: ERROR
Running examples in ‘qmap-Ex.R’ failed
The error most likely occurred in:
> ### Name: fitQmapDIST
> ### Title: Quantile mapping using distribution derived transformations
> ### Aliases: fitQmapDIST fitQmapDIST.default fitQmapDIST.matrix
> ### fitQmapDIST.data.frame doQmapDIST doQmapDIST.default
> ### doQmapDIST.matrix doQmapDIST.data.frame
>
> ### ** Examples
>
> data(obsprecip)
> data(modprecip)
>
> qm.fit <- fitQmapDIST(obsprecip[,1],modprecip[,1],
+ distr="berngamma",
+ qstep=0.001)
> qm <- doQmapDIST(modprecip[,1],qm.fit)
>
>
> qm.lnorm.fit <- fitQmapDIST(obsprecip[,1],modprecip[,1],
+ distr="bernlnorm",
+ qstep=0.001)
Error in fitQmapDIST.default(obsprecip[, 1], modprecip[, 1], distr = "bernlnorm", :
'mledist' failed to estimate parameters for 'mod' with the error code 1
Calls: fitQmapDIST -> fitQmapDIST.default
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64