CRAN Package Check Results for Package sars

Last updated on 2025-03-01 00:52:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.7 17.12 314.16 331.28 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.7 10.61 186.32 196.93 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.7 605.33 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.7 555.30 ERROR
r-devel-macos-arm64 1.3.7 113.00 OK
r-devel-macos-x86_64 1.3.7 274.00 OK
r-devel-windows-x86_64 1.3.7 17.00 272.00 289.00 OK
r-patched-linux-x86_64 1.3.7 16.39 297.79 314.18 OK
r-release-linux-x86_64 1.3.7 15.59 298.35 313.94 OK
r-release-macos-arm64 1.3.7 125.00 OK
r-release-macos-x86_64 1.3.7 256.00 OK
r-release-windows-x86_64 1.3.7 17.00 277.00 294.00 OK
r-oldrel-macos-arm64 1.3.7 OK
r-oldrel-macos-x86_64 1.3.7 236.00 OK
r-oldrel-windows-x86_64 1.3.7 22.00 372.00 394.00 OK

Check Details

Version: 1.3.7
Check: tests
Result: ERROR Running ‘testthat.R’ [79s/101s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(sars) > > test_check("sars") Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : ✔ → weibull3 : ✔ → asymp : ✔ → ratio : ✔ → gompertz : ✔ → weibull4 : ✔ → betap : ✔ → logistic : ✔ → heleg : ✔ → linear : ✔ Model fitting completed - all models succesfully fitted. Now undertaking model validation checks. Additional models will be excluded if necessary: 16 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Rational function, Gompertz, Beta-P cumulative, Logistic(Standard), Heleg(Logistic) ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : Warning: could not compute parameters statistics → weibull3 : ✔ → asymp : ✔ → ratio : Warning: could not compute parameters statistics → gompertz : ✔ → weibull4 : Warning: could not compute parameters statistics → betap : Warning: could not compute parameters statistics → logistic : ✔ → heleg : ✔ → linear : ✔ No model validation checks selected 20 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 1, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Asymptotic regression, Rational function, Gompertz, Cumulative Weibull 4 par., Beta-P cumulative, Logistic(Standard), Heleg(Logistic), Linear model ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 2 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → linear : ✔ → power : ✔ Now attempting to fit the 3 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → koba : ✔ → ratio : ✔ [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_crit_method.R:5:3', 'test_crit_method.R:96:3', 'test_grid_start.R:4:3', 'test_indiv_CIs.R:5:3', 'test_logistic.R:5:3', 'test_multi.R:4:3', 'test_multi.R:30:3', 'test_multi.R:45:3', 'test_multi.R:76:3', 'test_multi.R:89:3', 'test_p2.R:4:3', 'test_pred.R:27:3', 'test_shape.R:4:3', 'test_thresholds.R:5:3', 'test_thresholds.R:72:3', 'test_thresholds.R:94:3', 'test_thresholds.R:133:3', 'test_warnings.R:5:3', 'test_weibull3.R:4:3', 'test_weibull3.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_lin_pow.R:37:3'): lin_pow returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_lin_pow.R:37:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) ── Error ('test_power.R:40:3'): sar_power returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_power.R:40:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.3.7
Check: tests
Result: ERROR Running ‘testthat.R’ [44s/47s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(sars) > > test_check("sars") Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : ✔ → weibull3 : ✔ → asymp : ✔ → ratio : ✔ → gompertz : ✔ → weibull4 : ✔ → betap : ✔ → logistic : ✔ → heleg : ✔ → linear : ✔ Model fitting completed - all models succesfully fitted. Now undertaking model validation checks. Additional models will be excluded if necessary: 16 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Rational function, Gompertz, Beta-P cumulative, Logistic(Standard), Heleg(Logistic) ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : Warning: could not compute parameters statistics → weibull3 : ✔ → asymp : ✔ → ratio : Warning: could not compute parameters statistics → gompertz : ✔ → weibull4 : Warning: could not compute parameters statistics → betap : Warning: could not compute parameters statistics → logistic : ✔ → heleg : ✔ → linear : ✔ No model validation checks selected 20 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 1, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Asymptotic regression, Rational function, Gompertz, Cumulative Weibull 4 par., Beta-P cumulative, Logistic(Standard), Heleg(Logistic), Linear model ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 2 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → linear : ✔ → power : ✔ Now attempting to fit the 3 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → koba : ✔ → ratio : ✔ [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_crit_method.R:5:3', 'test_crit_method.R:96:3', 'test_grid_start.R:4:3', 'test_indiv_CIs.R:5:3', 'test_logistic.R:5:3', 'test_multi.R:4:3', 'test_multi.R:30:3', 'test_multi.R:45:3', 'test_multi.R:76:3', 'test_multi.R:89:3', 'test_p2.R:4:3', 'test_pred.R:27:3', 'test_shape.R:4:3', 'test_thresholds.R:5:3', 'test_thresholds.R:72:3', 'test_thresholds.R:94:3', 'test_thresholds.R:133:3', 'test_warnings.R:5:3', 'test_weibull3.R:4:3', 'test_weibull3.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_lin_pow.R:37:3'): lin_pow returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_lin_pow.R:37:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) ── Error ('test_power.R:40:3'): sar_power returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_power.R:40:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3.7
Check: tests
Result: ERROR Running ‘testthat.R’ [3m/12m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(sars) > > test_check("sars") Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : ✔ → weibull3 : ✔ → asymp : ✔ → ratio : ✔ → gompertz : ✔ → weibull4 : ✔ → betap : ✔ → logistic : ✔ → heleg : ✔ → linear : ✔ Model fitting completed - all models succesfully fitted. Now undertaking model validation checks. Additional models will be excluded if necessary: 16 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Rational function, Gompertz, Beta-P cumulative, Logistic(Standard), Heleg(Logistic) ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : Warning: could not compute parameters statistics → weibull3 : ✔ → asymp : ✔ → ratio : Warning: could not compute parameters statistics → gompertz : ✔ → weibull4 : Warning: could not compute parameters statistics → betap : Warning: could not compute parameters statistics → logistic : ✔ → heleg : ✔ → linear : ✔ No model validation checks selected 20 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 1, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Asymptotic regression, Rational function, Gompertz, Cumulative Weibull 4 par., Beta-P cumulative, Logistic(Standard), Heleg(Logistic), Linear model ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 2 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → linear : ✔ → power : ✔ Now attempting to fit the 3 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → koba : ✔ → ratio : ✔ [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_crit_method.R:5:3', 'test_crit_method.R:96:3', 'test_grid_start.R:4:3', 'test_indiv_CIs.R:5:3', 'test_logistic.R:5:3', 'test_multi.R:4:3', 'test_multi.R:30:3', 'test_multi.R:45:3', 'test_multi.R:76:3', 'test_multi.R:89:3', 'test_p2.R:4:3', 'test_pred.R:27:3', 'test_shape.R:4:3', 'test_thresholds.R:5:3', 'test_thresholds.R:72:3', 'test_thresholds.R:94:3', 'test_thresholds.R:133:3', 'test_warnings.R:5:3', 'test_weibull3.R:4:3', 'test_weibull3.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_lin_pow.R:37:3'): lin_pow returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_lin_pow.R:37:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) ── Error ('test_power.R:40:3'): sar_power returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_power.R:40:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.7
Check: tests
Result: ERROR Running ‘testthat.R’ [134s/141s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(sars) > > test_check("sars") Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : ✔ → weibull3 : ✔ → asymp : ✔ → ratio : ✔ → gompertz : ✔ → weibull4 : ✔ → betap : ✔ → logistic : ✔ → heleg : ✔ → linear : ✔ Model fitting completed - all models succesfully fitted. Now undertaking model validation checks. Additional models will be excluded if necessary: 16 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Rational function, Gompertz, Beta-P cumulative, Logistic(Standard), Heleg(Logistic) ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 20 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → powerR : ✔ → epm1 : ✔ → epm2 : ✔ → p1 : ✔ → p2 : ✔ → loga : ✔ → koba : ✔ → monod : ✔ → negexpo : ✔ → chapman : Warning: could not compute parameters statistics → weibull3 : ✔ → asymp : ✔ → ratio : Warning: could not compute parameters statistics → gompertz : ✔ → weibull4 : Warning: could not compute parameters statistics → betap : Warning: could not compute parameters statistics → logistic : ✔ → heleg : ✔ → linear : ✔ No model validation checks selected 20 remaining models used to construct the multi SAR: Power, PowerR, Extended Power model 1, Extended Power model 2, Persistence function 1, Persistence function 2, Logarithmic, Kobayashi, Monod, Negative exponential, Chapman Richards, Cumulative Weibull 3 par., Asymptotic regression, Rational function, Gompertz, Cumulative Weibull 4 par., Beta-P cumulative, Logistic(Standard), Heleg(Logistic), Linear model ──────────────────────────────────────────────────────────────────────────────── Now attempting to fit the 2 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → linear : ✔ → power : ✔ Now attempting to fit the 3 SAR models: ── multi_sars ────────────────────────────────────────────── multi-model SAR ── → power : ✔ → koba : ✔ → ratio : ✔ [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_crit_method.R:5:3', 'test_crit_method.R:96:3', 'test_grid_start.R:4:3', 'test_indiv_CIs.R:5:3', 'test_logistic.R:5:3', 'test_multi.R:4:3', 'test_multi.R:30:3', 'test_multi.R:45:3', 'test_multi.R:76:3', 'test_multi.R:89:3', 'test_p2.R:4:3', 'test_pred.R:27:3', 'test_shape.R:4:3', 'test_thresholds.R:5:3', 'test_thresholds.R:72:3', 'test_thresholds.R:94:3', 'test_thresholds.R:133:3', 'test_warnings.R:5:3', 'test_weibull3.R:4:3', 'test_weibull3.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_lin_pow.R:37:3'): lin_pow returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_lin_pow.R:37:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) ── Error ('test_power.R:40:3'): sar_power returns warning for all identical species ── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_warning(...) at test_power.R:40:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) [ FAIL 2 | WARN 0 | SKIP 20 | PASS 147 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc