CRAN Package Check Results for Package weibull4

Last updated on 2022-10-11 05:50:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 2.44 26.87 29.31 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 1.66 20.72 22.38 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 48.20 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 46.49 ERROR
r-devel-windows-x86_64 1.0.0 12.00 52.00 64.00 ERROR
r-patched-linux-x86_64 1.0.0 2.25 26.06 28.31 ERROR
r-release-linux-x86_64 1.0.0 1.72 25.83 27.55 ERROR
r-release-macos-arm64 1.0.0 19.00 OK
r-release-macos-x86_64 1.0.0 24.00 OK
r-release-windows-x86_64 1.0.0 6.00 51.00 57.00 OK
r-oldrel-macos-arm64 1.0.0 20.00 OK
r-oldrel-macos-x86_64 1.0.0 29.00 OK
r-oldrel-windows-ix86+x86_64 1.0.0 6.00 33.00 39.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in 'weibull4-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: weibull4.build
    > ### Title: weibull 4-parameters distribution building function
    > ### Aliases: weibull4.build
    > ### Keywords: weibull.build
    >
    > ### ** Examples
    >
    > ## Build a 4-parameters Weibull distribution with given parameters
    > weibull4.build(seq(1,100,1), shape=2.5, scale=30, loc=10, area=1000, modes=1)
     [1] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
     [6] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
     [11] 5.070476e-01 1.432793e+00 2.626911e+00 4.030952e+00 5.606178e+00
     [16] 7.321412e+00 9.148762e+00 1.106175e+01 1.303443e+01 1.504101e+01
     [21] 1.705571e+01 1.905291e+01 2.100722e+01 2.289384e+01 2.468884e+01
     [26] 2.636947e+01 2.791457e+01 2.930492e+01 3.052353e+01 3.155600e+01
     [31] 3.239075e+01 3.301925e+01 3.343618e+01 3.363946e+01 3.363032e+01
     [36] 3.341320e+01 3.299561e+01 3.238794e+01 3.160319e+01 3.065662e+01
     [41] 2.956541e+01 2.834823e+01 2.702481e+01 2.561550e+01 2.414088e+01
     [46] 2.262126e+01 2.107634e+01 1.952487e+01 1.798429e+01 1.647050e+01
     [51] 1.499766e+01 1.357804e+01 1.222194e+01 1.093766e+01 9.731522e+00
     [56] 8.607936e+00 7.569526e+00 6.617262e+00 5.750642e+00 4.967871e+00
     [61] 4.266066e+00 3.641455e+00 3.089576e+00 2.605468e+00 2.183843e+00
     [66] 1.819247e+00 1.506197e+00 1.239302e+00 1.013357e+00 8.234233e-01
     [71] 6.648807e-01 5.334687e-01 4.253076e-01 3.369078e-01 2.651654e-01
     [76] 2.073503e-01 1.610865e-01 1.243266e-01 9.532436e-02 7.260432e-02
     [81] 5.493181e-02 4.128311e-02 3.081710e-02 2.284895e-02 1.682595e-02
     [86] 1.230597e-02 8.938394e-03 6.447540e-03 4.618529e-03 3.285280e-03
     [91] 2.320515e-03 1.627510e-03 1.133377e-03 7.836473e-04 5.379558e-04
     [96] 3.666371e-04 2.480701e-04 1.666268e-04 1.111045e-04 7.353933e-05
    > ## Build and plot 4-parameters Weibull distribution with given parameters
    > plot(seq(1,100,1), weibull4.build(seq(1,100,1), 2, 30, 10, 1), type="l")
    > ## Build and plot 4-parameters Weibull distribution with a time series in the abscissa
    > Date <- seq(Sys.Date(), as.Date("2022-12-31"),1)
    > plot(Date, weibull4.build(Date, 1.6, 100, 100, 100), type="l")
    Error in xy.coords(x, y, xlabel, ylabel, log) :
     'x' and 'y' lengths differ
    Calls: plot -> plot.default -> xy.coords
    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.0
Check: examples
Result: ERROR
    Running examples in ‘weibull4-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: weibull4.build
    > ### Title: weibull 4-parameters distribution building function
    > ### Aliases: weibull4.build
    > ### Keywords: weibull.build
    >
    > ### ** Examples
    >
    > ## Build a 4-parameters Weibull distribution with given parameters
    > weibull4.build(seq(1,100,1), shape=2.5, scale=30, loc=10, area=1000, modes=1)
     [1] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
     [6] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
     [11] 5.070476e-01 1.432793e+00 2.626911e+00 4.030952e+00 5.606178e+00
     [16] 7.321412e+00 9.148762e+00 1.106175e+01 1.303443e+01 1.504101e+01
     [21] 1.705571e+01 1.905291e+01 2.100722e+01 2.289384e+01 2.468884e+01
     [26] 2.636947e+01 2.791457e+01 2.930492e+01 3.052353e+01 3.155600e+01
     [31] 3.239075e+01 3.301925e+01 3.343618e+01 3.363946e+01 3.363032e+01
     [36] 3.341320e+01 3.299561e+01 3.238794e+01 3.160319e+01 3.065662e+01
     [41] 2.956541e+01 2.834823e+01 2.702481e+01 2.561550e+01 2.414088e+01
     [46] 2.262126e+01 2.107634e+01 1.952487e+01 1.798429e+01 1.647050e+01
     [51] 1.499766e+01 1.357804e+01 1.222194e+01 1.093766e+01 9.731522e+00
     [56] 8.607936e+00 7.569526e+00 6.617262e+00 5.750642e+00 4.967871e+00
     [61] 4.266066e+00 3.641455e+00 3.089576e+00 2.605468e+00 2.183843e+00
     [66] 1.819247e+00 1.506197e+00 1.239302e+00 1.013357e+00 8.234233e-01
     [71] 6.648807e-01 5.334687e-01 4.253076e-01 3.369078e-01 2.651654e-01
     [76] 2.073503e-01 1.610865e-01 1.243266e-01 9.532436e-02 7.260432e-02
     [81] 5.493181e-02 4.128311e-02 3.081710e-02 2.284895e-02 1.682595e-02
     [86] 1.230597e-02 8.938394e-03 6.447540e-03 4.618529e-03 3.285280e-03
     [91] 2.320515e-03 1.627510e-03 1.133377e-03 7.836473e-04 5.379558e-04
     [96] 3.666371e-04 2.480701e-04 1.666268e-04 1.111045e-04 7.353933e-05
    > ## Build and plot 4-parameters Weibull distribution with given parameters
    > plot(seq(1,100,1), weibull4.build(seq(1,100,1), 2, 30, 10, 1), type="l")
    > ## Build and plot 4-parameters Weibull distribution with a time series in the abscissa
    > Date <- seq(Sys.Date(), as.Date("2022-12-31"),1)
    > plot(Date, weibull4.build(Date, 1.6, 100, 100, 100), type="l")
    Error in xy.coords(x, y, xlabel, ylabel, log) :
     'x' and 'y' lengths differ
    Calls: plot -> plot.default -> xy.coords
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64