Last updated on 2025-04-13 01:51:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 56.91 | 132.85 | 189.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 41.75 | 88.58 | 130.33 | ERROR | |
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 337.26 | NOTE | |||
r-devel-macos-arm64 | 0.2.0 | 92.00 | NOTE | |||
r-devel-macos-x86_64 | 0.2.0 | 225.00 | NOTE | |||
r-devel-windows-x86_64 | 0.2.0 | 65.00 | 146.00 | 211.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 53.46 | 124.51 | 177.97 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | NOTE | ||||
r-release-macos-arm64 | 0.2.0 | 113.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.0 | 229.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.0 | 81.00 | 187.00 | 268.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.0 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.2.0 | 193.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.0 | 77.00 | 182.00 | 259.00 | NOTE |
Version: 0.2.0
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.2.0
Check: Rd files
Result: NOTE
checkRd: (-1) assertall.Rd:45: Lost braces in \itemize; meant \describe ?
checkRd: (-1) assertall.Rd:46: Lost braces in \itemize; meant \describe ?
checkRd: (-1) assertall.Rd:47: Lost braces in \itemize; meant \describe ?
checkRd: (-1) assertall.Rd:48: Lost braces in \itemize; meant \describe ?
checkRd: (-1) brmsmargins.Rd:129: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) brmsmargins.Rd:130: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) brmsmargins.Rd:131: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) brmsmargins.Rd:132: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) builders.Rd:50: Lost braces in \itemize; meant \describe ?
checkRd: (-1) builders.Rd:51: Lost braces in \itemize; meant \describe ?
checkRd: (-1) builders.Rd:52: Lost braces in \itemize; meant \describe ?
checkRd: (-1) builders.Rd:53: Lost braces in \itemize; meant \describe ?
checkRd: (-1) builders.Rd:54: Lost braces in \itemize; meant \describe ?
checkRd: (-1) builders.Rd:55: Lost braces in \itemize; meant \describe ?
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.2.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
builders.Rd: make_standata, as_draws_df
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-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(data.table)
> library(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
> library(brmsmargins)
>
> test_check("brmsmargins")
Starting 2 test processes
Error in `private$handle_error()`:
! testthat subprocess failed to start, stderr:
Error: package or namespace load failed for 'brmsmargins' in ans[ypos] <- rep(yes, length.out = len)[ypos]:
Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'integer'
Caused by error:
! R session crashed with exit code 1
Backtrace:
▆
1. └─testthat::test_check("brmsmargins")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: installed package size
Result: NOTE
installed size is 5.2Mb
sub-directories of 1Mb or more:
doc 2.7Mb
libs 2.4Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64