CRAN Package Check Results for Package bayesnec

Last updated on 2025-08-07 09:49:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.3.0 25.93 210.20 236.13 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.3.0 18.42 149.91 168.33 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.3.0 391.49 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.3.0 387.56 ERROR
r-devel-windows-x86_64 2.1.3.0 26.00 206.00 232.00 OK
r-patched-linux-x86_64 2.1.3.0 28.05 196.50 224.55 OK
r-release-linux-x86_64 2.1.3.0 26.75 195.83 222.58 OK
r-release-macos-arm64 2.1.3.0 106.00 OK
r-release-macos-x86_64 2.1.3.0 345.00 OK
r-release-windows-x86_64 2.1.3.0 26.00 210.00 236.00 OK
r-oldrel-macos-arm64 2.1.3.0 110.00 NOTE
r-oldrel-macos-x86_64 2.1.3.0 344.00 NOTE
r-oldrel-windows-x86_64 2.1.3.0 38.00 272.00 310.00 NOTE

Check Details

Version: 2.1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [29s/33s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesnec) Loading required package: brms Loading required package: Rcpp Loading 'brms' package (version 2.22.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following object is masked from 'package:stats': ar Loading required package: ggplot2 Attaching package: 'bayesnec' The following object is masked from 'package:stats': step > > test_check("bayesnec") Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a log link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a beta with identity link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a binomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a poisson with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a negbinomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a Gamma with identity link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of Gaussian y data. [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-amend.R:3:5', 'test-bayesmanec_methods.R:7:5', 'test-bayesmanec_methods.R:21:5', 'test-bayesmanec_methods.R:30:5', 'test-bayesmanec_methods.R:41:5', 'test-bayesmanec_methods.R:53:5', 'test-bayesmanec_methods.R:66:5', 'test-check_chains.R:3:5', 'test-check_chains.R:10:5', 'test-check_priors.R:3:5', 'test-check_priors.R:13:5', 'test-ecx.R:3:5', 'test-ecx.R:28:5', 'test-ecx.R:41:5', 'test-ecx.R:69:5', 'test-ecx.R:78:5', 'test-ecx.R:87:5', 'test-ecx.R:96:5', 'test-ecx.R:104:5', 'test-ecx.R:112:5', 'test-expand_classes.R:6:5', 'test-expand_classes.R:24:5', 'test-expand_classes.R:43:5', 'test-expand_classes.R:61:5', 'test-expand_classes.R:80:5', 'test-expand_classes.R:97:5', 'test-expand_classes.R:109:5', 'test-expand_classes.R:121:5', 'test-expand_classes.R:136:5', 'test-nsec.R:3:5', 'test-nsec.R:27:5', 'test-nsec.R:57:5', 'test-nsec.R:66:5', 'test-nsec.R:76:5', 'test-nsec.R:85:5', 'test-nsec.R:93:5', 'test-nsec.R:101:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-model.frame.R:10:3'): correct classes ──────────────────────── names(attributes(a)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:20:3'): correct classes ──────────────────────── names(attributes(b)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:32:3'): correct classes ──────────────────────── names(attributes(c_)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:44:3'): correct classes ──────────────────────── names(attributes(d)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [19s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesnec) Loading required package: brms Loading required package: Rcpp Loading 'brms' package (version 2.22.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following object is masked from 'package:stats': ar Loading required package: ggplot2 Attaching package: 'bayesnec' The following object is masked from 'package:stats': step > > test_check("bayesnec") Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a log link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a beta with identity link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a binomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a poisson with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a negbinomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a Gamma with identity link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of Gaussian y data. [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-amend.R:3:5', 'test-bayesmanec_methods.R:7:5', 'test-bayesmanec_methods.R:21:5', 'test-bayesmanec_methods.R:30:5', 'test-bayesmanec_methods.R:41:5', 'test-bayesmanec_methods.R:53:5', 'test-bayesmanec_methods.R:66:5', 'test-check_chains.R:3:5', 'test-check_chains.R:10:5', 'test-check_priors.R:3:5', 'test-check_priors.R:13:5', 'test-ecx.R:3:5', 'test-ecx.R:28:5', 'test-ecx.R:41:5', 'test-ecx.R:69:5', 'test-ecx.R:78:5', 'test-ecx.R:87:5', 'test-ecx.R:96:5', 'test-ecx.R:104:5', 'test-ecx.R:112:5', 'test-expand_classes.R:6:5', 'test-expand_classes.R:24:5', 'test-expand_classes.R:43:5', 'test-expand_classes.R:61:5', 'test-expand_classes.R:80:5', 'test-expand_classes.R:97:5', 'test-expand_classes.R:109:5', 'test-expand_classes.R:121:5', 'test-expand_classes.R:136:5', 'test-nsec.R:3:5', 'test-nsec.R:27:5', 'test-nsec.R:57:5', 'test-nsec.R:66:5', 'test-nsec.R:76:5', 'test-nsec.R:85:5', 'test-nsec.R:93:5', 'test-nsec.R:101:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-model.frame.R:10:3'): correct classes ──────────────────────── names(attributes(a)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:20:3'): correct classes ──────────────────────── names(attributes(b)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:32:3'): correct classes ──────────────────────── names(attributes(c_)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:44:3'): correct classes ──────────────────────── names(attributes(d)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [50s/68s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesnec) Loading required package: brms Loading required package: Rcpp Loading 'brms' package (version 2.22.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following object is masked from 'package:stats': ar Loading required package: ggplot2 Attaching package: 'bayesnec' The following object is masked from 'package:stats': step > > test_check("bayesnec") Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a log link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a beta with identity link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a binomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a poisson with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a negbinomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a Gamma with identity link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of Gaussian y data. [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-amend.R:3:5', 'test-bayesmanec_methods.R:7:5', 'test-bayesmanec_methods.R:21:5', 'test-bayesmanec_methods.R:30:5', 'test-bayesmanec_methods.R:41:5', 'test-bayesmanec_methods.R:53:5', 'test-bayesmanec_methods.R:66:5', 'test-check_chains.R:3:5', 'test-check_chains.R:10:5', 'test-check_priors.R:3:5', 'test-check_priors.R:13:5', 'test-ecx.R:3:5', 'test-ecx.R:28:5', 'test-ecx.R:41:5', 'test-ecx.R:69:5', 'test-ecx.R:78:5', 'test-ecx.R:87:5', 'test-ecx.R:96:5', 'test-ecx.R:104:5', 'test-ecx.R:112:5', 'test-expand_classes.R:6:5', 'test-expand_classes.R:24:5', 'test-expand_classes.R:43:5', 'test-expand_classes.R:61:5', 'test-expand_classes.R:80:5', 'test-expand_classes.R:97:5', 'test-expand_classes.R:109:5', 'test-expand_classes.R:121:5', 'test-expand_classes.R:136:5', 'test-nsec.R:3:5', 'test-nsec.R:27:5', 'test-nsec.R:57:5', 'test-nsec.R:66:5', 'test-nsec.R:76:5', 'test-nsec.R:85:5', 'test-nsec.R:93:5', 'test-nsec.R:101:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-model.frame.R:10:3'): correct classes ──────────────────────── names(attributes(a)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:20:3'): correct classes ──────────────────────── names(attributes(b)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:32:3'): correct classes ──────────────────────── names(attributes(c_)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:44:3'): correct classes ──────────────────────── names(attributes(d)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [44s/58s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesnec) Loading required package: brms Loading required package: Rcpp Loading 'brms' package (version 2.22.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following object is masked from 'package:stats': ar Loading required package: ggplot2 Attaching package: 'bayesnec' The following object is masked from 'package:stats': step > > test_check("bayesnec") Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a log link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of a logit link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a beta with identity link. Dropping the model(s) neclin, neclinhorme, ecxlin as they are not valid in the case of a binomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a poisson with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a negbinomial with identity link. Dropping the model neclin, neclinhorme, ecxlin, nechormepwr01 as they are not valid in the case of a Gamma with identity link. Dropping the model(s) nec3param, ecxexp as they are not valid in the case of Gaussian y data. [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-amend.R:3:5', 'test-bayesmanec_methods.R:7:5', 'test-bayesmanec_methods.R:21:5', 'test-bayesmanec_methods.R:30:5', 'test-bayesmanec_methods.R:41:5', 'test-bayesmanec_methods.R:53:5', 'test-bayesmanec_methods.R:66:5', 'test-check_chains.R:3:5', 'test-check_chains.R:10:5', 'test-check_priors.R:3:5', 'test-check_priors.R:13:5', 'test-ecx.R:3:5', 'test-ecx.R:28:5', 'test-ecx.R:41:5', 'test-ecx.R:69:5', 'test-ecx.R:78:5', 'test-ecx.R:87:5', 'test-ecx.R:96:5', 'test-ecx.R:104:5', 'test-ecx.R:112:5', 'test-expand_classes.R:6:5', 'test-expand_classes.R:24:5', 'test-expand_classes.R:43:5', 'test-expand_classes.R:61:5', 'test-expand_classes.R:80:5', 'test-expand_classes.R:97:5', 'test-expand_classes.R:109:5', 'test-expand_classes.R:121:5', 'test-expand_classes.R:136:5', 'test-nsec.R:3:5', 'test-nsec.R:27:5', 'test-nsec.R:57:5', 'test-nsec.R:66:5', 'test-nsec.R:76:5', 'test-nsec.R:85:5', 'test-nsec.R:93:5', 'test-nsec.R:101:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-model.frame.R:10:3'): correct classes ──────────────────────── names(attributes(a)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:20:3'): correct classes ──────────────────────── names(attributes(b)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:32:3'): correct classes ──────────────────────── names(attributes(c_)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" ── Failure ('test-model.frame.R:44:3'): correct classes ──────────────────────── names(attributes(d)) (`actual`) not identical to c("names", "terms", "row.names", "class", "bnec_pop", "bnec_group") (`expected`). `actual`: "names" "class" "row.names" "terms" "bnec_pop" "bnec_group" `expected`: "names" "terms" "row.names" "class" "bnec_pop" "bnec_group" [ FAIL 4 | WARN 0 | SKIP 37 | PASS 265 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.1.3.0
Check: installed package size
Result: NOTE installed size is 5.3Mb sub-directories of 1Mb or more: data 3.7Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.