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.
Last updated on 2026-05-04 05:51:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 24.21 | 177.56 | 201.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 16.04 | 125.25 | 141.29 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 43.00 | 300.43 | 343.43 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 43.00 | 274.76 | 317.76 | OK | |
| r-devel-windows-x86_64 | 0.3.2 | 28.00 | 190.00 | 218.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.2 | 21.37 | 163.38 | 184.75 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 23.62 | 163.09 | 186.71 | OK | |
| r-release-macos-arm64 | 0.3.2 | 6.00 | 46.00 | 52.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 16.00 | 189.00 | 205.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 32.00 | 206.00 | 238.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | 5.00 | 49.00 | 54.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.2 | 16.00 | 175.00 | 191.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 38.00 | 238.00 | 276.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [37s/102s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rainette)
Attaching package: 'rainette'
The following object is masked from 'package:stats':
cutree
>
> test_check("rainette")
Saving _problems/test_rainette2-176.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 183 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_plots.R:6:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_rainette2.R:173:3'): rainette2_plot error if full=FALSE and criterion=n ──
`rainette2_plot(res, dtm, k = 2, criterion = "n")` threw an error.
Message: row names contain missing values
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_error(...) at test_rainette2.R:173:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─rainette::rainette2_plot(res, dtm, k = 2, criterion = "n")
7. └─rainette:::frequency_barplot(groups, k, text_size)
8. └─base::data.frame(table(groups, exclude = NULL))
9. ├─base::as.data.frame(x[[i]], optional = TRUE)
10. └─base::as.data.frame.table(x[[i]], optional = TRUE)
11. ├─base::eval(ex)
12. │ └─base::eval(ex)
13. └─base::data.frame(...)
14. ├─base::as.data.frame(x[[i]], optional = TRUE)
15. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 183 ]
Deleting unused snapshots: 'plots/base-rainette-plot-measure-docprop.svg',
'plots/base-rainette-plot-measure-frequency.svg',
'plots/base-rainette-plot-measure-lr.svg',
'plots/base-rainette-plot-with-free-scales.svg',
'plots/base-rainette-plot-with-k-and-without-negative.svg',
'plots/base-rainette-plot-with-k-n-terms-and-font-size.svg',
'plots/base-rainette-plot.svg',
'plots/base-rainette2-plot-measure-docprop.svg',
'plots/base-rainette2-plot-measure-frequency.svg',
'plots/base-rainette2-plot-measure-lr.svg',
'plots/base-rainette2-plot-with-complete-groups.svg',
'plots/base-rainette2-plot-with-free-scales.svg',
'plots/base-rainette2-plot-with-k-5.svg',
'plots/base-rainette2-plot-with-k-and-without-negative.svg',
'plots/base-rainette2-plot-with-k-n-terms-and-font-size.svg', and
'plots/base-rainette2-plot.svg'
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [16s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rainette)
Attaching package: 'rainette'
The following object is masked from 'package:stats':
cutree
>
> test_check("rainette")
Saving _problems/test_rainette2-176.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 183 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_plots.R:6:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_rainette2.R:173:3'): rainette2_plot error if full=FALSE and criterion=n ──
`rainette2_plot(res, dtm, k = 2, criterion = "n")` threw an error.
Message: row names contain missing values
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_error(...) at test_rainette2.R:173:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─rainette::rainette2_plot(res, dtm, k = 2, criterion = "n")
7. └─rainette:::frequency_barplot(groups, k, text_size)
8. └─base::data.frame(table(groups, exclude = NULL))
9. ├─base::as.data.frame(x[[i]], optional = TRUE)
10. └─base::as.data.frame.table(x[[i]], optional = TRUE)
11. ├─base::eval(ex)
12. │ └─base::eval(ex)
13. └─base::data.frame(...)
14. ├─base::as.data.frame(x[[i]], optional = TRUE)
15. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 183 ]
Deleting unused snapshots: 'plots/base-rainette-plot-measure-docprop.svg',
'plots/base-rainette-plot-measure-frequency.svg',
'plots/base-rainette-plot-measure-lr.svg',
'plots/base-rainette-plot-with-free-scales.svg',
'plots/base-rainette-plot-with-k-and-without-negative.svg',
'plots/base-rainette-plot-with-k-n-terms-and-font-size.svg',
'plots/base-rainette-plot.svg',
'plots/base-rainette2-plot-measure-docprop.svg',
'plots/base-rainette2-plot-measure-frequency.svg',
'plots/base-rainette2-plot-measure-lr.svg',
'plots/base-rainette2-plot-with-complete-groups.svg',
'plots/base-rainette2-plot-with-free-scales.svg',
'plots/base-rainette2-plot-with-k-5.svg',
'plots/base-rainette2-plot-with-k-and-without-negative.svg',
'plots/base-rainette2-plot-with-k-n-terms-and-font-size.svg', and
'plots/base-rainette2-plot.svg'
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
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.