Last updated on 2025-01-28 12:57:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-4 | 6.85 | 70.08 | 76.93 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0-4 | 6.48 | 51.75 | 58.23 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0-5 | 134.41 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-5 | 128.94 | OK | |||
r-devel-windows-x86_64 | 1.0-4 | 9.00 | 100.00 | 109.00 | ERROR | |
r-patched-linux-x86_64 | 1.0-4 | 8.97 | 66.34 | 75.31 | ERROR | |
r-release-linux-x86_64 | 1.0-4 | 7.78 | 67.31 | 75.09 | 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 | 9.00 | 84.00 | 93.00 | ERROR | |
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 | 10.00 | 103.00 | 113.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-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, 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-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64