CRAN Package Check Results for Package qmap

Last updated on 2025-01-30 07:50:19 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-6 5.78 54.64 60.42 OK
r-devel-linux-x86_64-fedora-clang 1.0-6 131.94 OK
r-devel-linux-x86_64-fedora-gcc 1.0-6 127.05 OK
r-devel-windows-x86_64 1.0-4 9.00 100.00 109.00 ERROR
r-patched-linux-x86_64 1.0-5 8.52 69.68 78.20 OK
r-release-linux-x86_64 1.0-6 7.15 68.79 75.94 OK
r-release-macos-arm64 1.0-6 44.00 OK
r-release-macos-x86_64 1.0-4 54.00 OK
r-release-windows-x86_64 1.0-6 8.00 92.00 100.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-6 11.00 109.00 120.00 OK

Check Details

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-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 Flavor: r-devel-linux-x86_64-debian-clang

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 Flavor: r-devel-windows-x86_64