Last updated on 2026-06-07 02:50:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5-4 | 3.34 | 43.28 | 46.62 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.5-4 | 2.66 | 31.53 | 34.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5-4 | 70.15 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.5-4 | 82.53 | OK | |||
| r-devel-windows-x86_64 | 0.5-4 | 4.00 | 64.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 0.5-4 | 3.99 | 39.47 | 43.46 | OK | |
| r-release-linux-x86_64 | 0.5-4 | 3.42 | 40.24 | 43.66 | OK | |
| r-release-macos-arm64 | 0.5-4 | 1.00 | 29.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 0.5-4 | 3.00 | 70.00 | 73.00 | OK | |
| r-release-windows-x86_64 | 0.5-4 | 5.00 | 63.00 | 68.00 | OK | |
| r-oldrel-macos-arm64 | 0.5-4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5-4 | 3.00 | 71.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5-4 | 6.00 | 71.00 | 77.00 | OK |
Version: 0.5-4
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘George Vega Yon [aut, cre] (<https://orcid.org/0000-0002-3171-0844>), Paul Marjoram [ctb, ths] (<https://orcid.org/0000-0003-0824-7449>), National Cancer Institute (NCI) [fnd] (Grant Number 5P01CA196569-02), Michael Schubert [rev] (JOSS reviewer, <https://orcid.org/0000-0002-6862-5221>), Michel Lang [rev] (JOSS reviewer, <https://orcid.org/0000-0001-9754-0393>)’
Authors@R: ‘George Vega Yon [aut, cre] (ORCID: <https://orcid.org/0000-0002-3171-0844>), Paul Marjoram [ctb, ths] (ORCID: <https://orcid.org/0000-0003-0824-7449>), National Cancer Institute (NCI) [fnd] (Grant Number 5P01CA196569-02), Michael Schubert [rev] (what: JOSS reviewer, ORCID: <https://orcid.org/0000-0002-6862-5221>), Michel Lang [rev] (what: JOSS reviewer, ORCID: <https://orcid.org/0000-0001-9754-0393>)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.5-4
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> Sys.setenv(R_TESTS = "")
> if ( requireNamespace("tinytest", quietly=TRUE) & (.Platform$OS.type == "unix") ) {
+
+ library(slurmR)
+
+ # Figuringout the directory
+ SLURMR_TEST_DIR <- Sys.getenv("SLURMR_TEST_DIR")
+ if (SLURMR_TEST_DIR == "")
+ SLURMR_TEST_DIR <- NULL
+
+
+ if (slurm_available()) {
+ opts_slurmR$set_tmp_path(SLURMR_TEST_DIR)
+ # opts_slurmR$set_opts(account = "pdthomas_136")
+ } else {
+ opts_slurmR$set_tmp_path(tempdir())
+ }
+ tinytest::test_package("slurmR")
+ }
Loading required package: parallel
slurmR default option for `tmp_path` (used to store auxiliar files) set to:
/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/slurmR.Rcheck/tests
You can change this and checkout other slurmR options using: ?opts_slurmR, or you could just type "opts_slurmR" on the terminal.
test-Slurm_Map.R.............. 0 tests
test-Slurm_Map.R.............. 0 tests
test-Slurm_Map.R.............. 0 tests
test-Slurm_Map.R.............. 0 tests
test-Slurm_Map.R.............. 0 tests
test-Slurm_Map.R.............. 1 tests OK
test-Slurm_Map.R.............. 1 tests OK
test-Slurm_Map.R.............. 1 tests OK
test-Slurm_Map.R.............. 1 tests OK Error: An error has occurred when calling
system2(opts_slurmR$get_cmd(), option, stdout = TRUE, stderr = TRUE)
Return code (status): 1
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc