The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package storr

Last updated on 2026-06-07 18:51:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.6 8.69 58.06 66.75 OK
r-devel-linux-x86_64-debian-gcc 1.2.6 5.03 40.60 45.63 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.6 14.00 87.68 101.68 OK
r-devel-linux-x86_64-fedora-gcc 1.2.6 15.00 106.94 121.94 OK
r-devel-windows-x86_64 1.2.6 10.00 82.00 92.00 OK
r-patched-linux-x86_64 1.2.6 6.10 53.54 59.64 OK
r-release-linux-x86_64 1.2.6 6.05 53.47 59.52 OK
r-release-macos-arm64 1.2.6 2.00 22.00 24.00 OK
r-release-macos-x86_64 1.2.6 7.00 89.00 96.00 OK
r-release-windows-x86_64 1.2.6 13.00 81.00 94.00 OK
r-oldrel-macos-arm64 1.2.6 OK
r-oldrel-macos-x86_64 1.2.6 6.00 102.00 108.00 OK
r-oldrel-windows-x86_64 1.2.6 14.00 98.00 112.00 OK

Check Details

Version: 1.2.6
Check: examples
Result: ERROR Running examples in ‘storr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: storr_environment > ### Title: Environment object cache driver > ### Aliases: storr_environment driver_environment > > ### ** Examples > > > # Create an environment and stick some random numbers into it: > st <- storr_environment() > st$set("foo", runif(10)) > st$get("foo") [1] 0.26550866 0.37212390 0.57285336 0.90820779 0.20168193 0.89838968 [7] 0.94467527 0.66079779 0.62911404 0.06178627 > > # To make this environment persistent we can save it to disk: > path <- tempfile() > st2 <- st$archive_export(path) Warning in file(con, "w") : cannot open file '/tmp/RtmpaI5niv/file17d069751e554d/scratch/file17d069399900a0': No space left on device Error in file(con, "w") : cannot open the connection Calls: <Anonymous> ... withCallingHandlers -> try_write_lines -> writeLines -> file Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.6
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(storr) > > test_check("storr") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 59 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 101 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 118 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 210 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 270 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 312 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 329 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 421 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 504 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 546 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 563 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 655 ] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 714 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-auto.R:22:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 714 ] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 756 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-auto.R:22:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 756 ] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 773 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-auto.R:22:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 773 ] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 865 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-auto.R:22:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 865 ] [ FAIL 0 | WARN 2 | SKIP 5 | PASS 1120 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-auto.R:22:3', 'test-driver-dbi.R:156:3', 'test-driver-rds.R:117:3', 'test-driver-rds.R:206:3', 'test-driver-rds.R:357:3' [ FAIL 0 | WARN 2 | SKIP 5 | PASS 1120 ] Saving _problems/test-export-83.R Saving _problems/test-export-94.R Saving _problems/test-export-95.R [ FAIL 3 | WARN 3 | SKIP 5 | PASS 1153 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-auto.R:22:3', 'test-driver-dbi.R:156:3', 'test-driver-rds.R:117:3', 'test-driver-rds.R:206:3', 'test-driver-rds.R:357:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-export.R:83:3'): import / export ───────────────────────────── Expected `st$list()` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Failure ('test-export.R:94:3'): import / export ───────────────────────────── Expected `sort(tmp$list())` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Error ('test-export.R:95:3'): import / export ─────────────────────────────── <KeyError/error/condition> Error: key 'a' ('objects') not found Backtrace: ▆ 1. ├─testthat::expect_equal(tmp$get("a"), mtcars, tolerance = 1e-15) at test-export.R:95:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─tmp$get("a") 5. ├─self$get_value(self$get_hash(key, namespace), use_cache) 6. │ └─storr:::exists0(hash, envir) 7. │ └─storr:::vlapply(...) 8. │ └─base::vapply(X, FUN, logical(1), ...) 9. └─self$get_hash(key, namespace) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. └─value[[3L]](cond) [ FAIL 3 | WARN 3 | SKIP 5 | PASS 1153 ] [ FAIL 3 | WARN 3 | SKIP 5 | PASS 1170 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-auto.R:22:3', 'test-driver-dbi.R:156:3', 'test-driver-rds.R:117:3', 'test-driver-rds.R:206:3', 'test-driver-rds.R:357:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-export.R:83:3'): import / export ───────────────────────────── Expected `st$list()` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Failure ('test-export.R:94:3'): import / export ───────────────────────────── Expected `sort(tmp$list())` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Error ('test-export.R:95:3'): import / export ─────────────────────────────── <KeyError/error/condition> Error: key 'a' ('objects') not found Backtrace: ▆ 1. ├─testthat::expect_equal(tmp$get("a"), mtcars, tolerance = 1e-15) at test-export.R:95:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─tmp$get("a") 5. ├─self$get_value(self$get_hash(key, namespace), use_cache) 6. │ └─storr:::exists0(hash, envir) 7. │ └─storr:::vlapply(...) 8. │ └─base::vapply(X, FUN, logical(1), ...) 9. └─self$get_hash(key, namespace) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. └─value[[3L]](cond) [ FAIL 3 | WARN 3 | SKIP 5 | PASS 1170 ] [ FAIL 3 | WARN 3 | SKIP 5 | PASS 1262 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-auto.R:22:3', 'test-driver-dbi.R:156:3', 'test-driver-rds.R:117:3', 'test-driver-rds.R:206:3', 'test-driver-rds.R:357:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-export.R:83:3'): import / export ───────────────────────────── Expected `st$list()` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Failure ('test-export.R:94:3'): import / export ───────────────────────────── Expected `sort(tmp$list())` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Error ('test-export.R:95:3'): import / export ─────────────────────────────── <KeyError/error/condition> Error: key 'a' ('objects') not found Backtrace: ▆ 1. ├─testthat::expect_equal(tmp$get("a"), mtcars, tolerance = 1e-15) at test-export.R:95:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─tmp$get("a") 5. ├─self$get_value(self$get_hash(key, namespace), use_cache) 6. │ └─storr:::exists0(hash, envir) 7. │ └─storr:::vlapply(...) 8. │ └─base::vapply(X, FUN, logical(1), ...) 9. └─self$get_hash(key, namespace) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. └─value[[3L]](cond) [ FAIL 3 | WARN 3 | SKIP 5 | PASS 1262 ] Saving _problems/test-driver-remote-10.R [ FAIL 4 | WARN 7 | SKIP 7 | PASS 1360 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-auto.R:22:3', 'test-driver-dbi.R:156:3', 'test-driver-rds.R:117:3', 'test-driver-rds.R:206:3', 'test-driver-rds.R:357:3', 'test-hash.R:15:3', 'test-spec.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-export.R:83:3'): import / export ───────────────────────────── Expected `st$list()` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Failure ('test-export.R:94:3'): import / export ───────────────────────────── Expected `sort(tmp$list())` to be identical to `c("a", "b")`. Differences: Lengths differ: 1 is not 2 ── Error ('test-export.R:95:3'): import / export ─────────────────────────────── <KeyError/error/condition> Error: key 'a' ('objects') not found Backtrace: ▆ 1. ├─testthat::expect_equal(tmp$get("a"), mtcars, tolerance = 1e-15) at test-export.R:95:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─tmp$get("a") 5. ├─self$get_value(self$get_hash(key, namespace), use_cache) 6. │ └─storr:::exists0(hash, envir) 7. │ └─storr:::vlapply(...) 8. │ └─base::vapply(X, FUN, logical(1), ...) 9. └─self$get_hash(key, namespace) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. └─value[[3L]](cond) ── Failure ('test-driver-remote.R:10:3'): storr spec ─────────────────────────── Expected `sum(res$failed)` to equal 0. Differences: 1/1 mismatches [1] 2 - 0 == 2 [ FAIL 4 | WARN 7 | SKIP 7 | PASS 1360 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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.