R Under development (unstable) (2023-09-22 r85209 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(bayesnec) Loading required package: brms Loading required package: Rcpp Loading 'brms' package (version 2.20.3). 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 > > 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 0 | WARN 0 | SKIP 37 | PASS 269 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 269 ] > > proc.time() user system elapsed 21.82 1.06 22.92