Last updated on 2025-04-15 19:51:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 15.82 | 166.42 | 182.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 11.36 | 119.61 | 130.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 291.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 252.65 | OK | |||
r-devel-windows-x86_64 | 1.1.4 | 17.00 | 133.00 | 150.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.4 | 14.53 | 156.95 | 171.48 | OK | |
r-release-linux-x86_64 | 1.1.4 | 14.33 | 156.88 | 171.21 | OK | |
r-release-macos-arm64 | 1.1.4 | 79.00 | OK | |||
r-release-macos-x86_64 | 1.1.4 | 165.00 | OK | |||
r-release-windows-x86_64 | 1.1.4 | 15.00 | 143.00 | 158.00 | WARN | |
r-oldrel-macos-arm64 | 1.1.4 | 77.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.4 | 162.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.4 | 21.00 | 178.00 | 199.00 | OK |
Version: 1.1.4
Check: whether startup messages can be suppressed
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: dependencies in R code
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: S3 generic/method consistency
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
See section 'Generic functions and methods' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: replacement functions
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
The argument of a replacement function which corresponds to the right
hand side must be named 'value'.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: foreign function calls
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
See chapter 'System and foreign language interfaces' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: R code for possible problems
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: for missing documentation entries
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: for code/documentation mismatches
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: Rd \usage sections
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(FastRet)
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
>
> test_check("FastRet")
Starting 2 test processes
Error in `private$handle_error()`:
! testthat subprocess failed to start, stderr:
Error: package or namespace load failed for 'FastRet' in ans[ypos] <- rep(yes, length.out = len)[ypos]:
Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'logical'
Caused by error:
! R session crashed with exit code 1
Backtrace:
▆
1. └─testthat::test_check("FastRet")
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-windows-x86_64