Last updated on 2022-08-10 02:55:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.1 | 12.58 | 172.23 | 184.81 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.7.1 | 9.74 | 120.51 | 130.25 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.7.1 | 226.70 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 218.44 | ERROR | |||
r-devel-windows-x86_64 | 0.7.1 | 37.00 | 207.00 | 244.00 | ERROR | |
r-patched-linux-x86_64 | 0.7.1 | 12.54 | 193.24 | 205.78 | OK | |
r-release-linux-x86_64 | 0.7.1 | OK | ||||
r-release-macos-arm64 | 0.7.1 | 7.00 | ERROR | |||
r-release-macos-x86_64 | 0.7.1 | 69.00 | OK | |||
r-release-windows-x86_64 | 0.7.1 | 59.00 | 197.00 | 256.00 | ERROR | |
r-oldrel-macos-arm64 | 0.7.1 | 36.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.1 | 59.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.7.1 | 25.00 | 210.00 | 235.00 | ERROR |
Version: 0.7.1
Check: dependencies in R code
Result: WARN
Missing or unexported object: 'datawizard::data_rescale'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.7.1
Check: examples
Result: ERROR
Running examples in 'see-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: coord_radar
> ### Title: Radar coordinate system
> ### Aliases: coord_radar
>
> ### ** Examples
>
> # Create a radar/spider chart with ggplot:
> if (require("poorman") && require("ggplot2")) {
+ data <- iris[-5] %>%
+ aggregate(list(Species = iris$Species), mean) %>%
+ datawizard::reshape_longer(2:5)
+
+ data %>%
+ ggplot(aes(x = Name, y = Value, color = Species, group = Species)) +
+ geom_polygon(fill = NA, size = 2) +
+ coord_radar(start = -pi / 4)
+ }
Loading required package: poorman
I'd seen my father. He was a poor man, and I watched him do astonishing things.
- Sidney Poitier
Attaching package: 'poorman'
The following objects are masked from 'package:stats':
filter, lag
Loading required package: ggplot2
Error in FUN(X[[i]], ...) : object 'Name' not found
Calls: <Anonymous> ... <Anonymous> -> f -> scales_add_defaults -> lapply -> FUN
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.7.1
Check: tests
Result: ERROR
Running 'testthat.R' [82s/105s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (require("testthat")) {
+ library(see)
+
+ if (length(strsplit(packageDescription("see")$Version, "\\.")[[1]]) > 3) {
+ Sys.setenv("RunAllseeTests" = "yes")
+ } else {
+ Sys.setenv("RunAllseeTests" = "no")
+ }
+
+ osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ if (!osx) {
+ test_check("see")
+ }
+ }
Loading required package: testthat
Loading required package: vdiffr
Loading required package: ggplot2
Loading required package: lme4
Loading required package: Matrix
Loading required package: qqplotr
Attaching package: 'qqplotr'
The following objects are masked from 'package:ggplot2':
StatQqLine, stat_qq_line
Loading required package: parameters
Loading required package: correlation
Loading required package: ggridges
Loading required package: modelbased
Loading required package: rstanarm
Loading required package: Rcpp
This is rstanarm version 2.21.3
- See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
- Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
- For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores())
Attaching package: 'rstanarm'
The following object is masked from 'package:parameters':
compare_models
No variable was specified for contrast estimation. Selecting `contrast = "Species"`.
We selected `at = c("Species")`.
Loading required package: bayestestR
Possible multicollinearity between Petal.Width:Speciesversicolor and Petal.Width (r = 0.86), Petal.Width:Speciesversicolor and Speciesversicolor (r = 0.7), Petal.Width:Speciesvirginica and Petal.Width:Speciesversicolor (r = 0.8). This might lead to inappropriate results. See 'Details' in '?rope'.
Sampling priors, please wait...
[ FAIL 3 | WARN 2 | SKIP 6 | PASS 27 ]
== Skipped tests ===============================================================
* .Platform$OS.type == "windows" is not TRUE (6)
== Failed tests ================================================================
-- Error (test-plot.cluster_analysis.R:3:5): `plot.see_cluster_analysis()` works --
Error: Could not find variable '4' in data.
Backtrace:
x
1. \-parameters::cluster_analysis(iris[, 1:4], 3) at test-plot.cluster_analysis.R:3:4
2. +-parameters::model_parameters(...)
3. \-parameters:::model_parameters.kmeans(...)
4. \-datawizard::reshape_longer(...)
5. \-datawizard:::.select_nse(...)
6. \-datawizard:::.evaluate_pattern(...)
-- Error (test-plot.compare_performance.R:8:3): `plot.see_compare_performance()` works --
Error: 'data_rescale' is not an exported object from 'namespace:datawizard'
Backtrace:
x
1. +-testthat::expect_s3_class(plot(result), "gg") at test-plot.compare_performance.R:8:2
2. | \-testthat::quasi_label(enquo(object), arg = "object")
3. | \-rlang::eval_bare(expr, quo_get_env(quo))
4. +-base::plot(result)
5. +-performance:::plot.compare_performance(result)
6. +-base::NextMethod()
7. \-see:::plot.see_compare_performance(result)
8. +-see::data_plot(x)
9. \-see:::data_plot.compare_performance(x)
-- Error (test-plot.easycormatrix.R:5:5): `plot.see_easycormatrix()` works -----
Error in `colnames(data)[sapply(data, select)]`: invalid subscript type 'list'
Backtrace:
x
1. +-testthat::expect_s3_class(plot(s), "gg") at test-plot.easycormatrix.R:5:4
2. | \-testthat::quasi_label(enquo(object), arg = "object")
3. | \-rlang::eval_bare(expr, quo_get_env(quo))
4. +-base::plot(s)
5. \-correlation:::plot.easycormatrix(s)
6. +-base::plot(visualisation_recipe(x, ...), ...)
7. +-datawizard::visualisation_recipe(x, ...)
8. \-correlation:::visualisation_recipe.easycormatrix(x, ...)
9. \-datawizard::reshape_longer(...)
10. \-datawizard:::.select_nse(...)
[ FAIL 3 | WARN 2 | SKIP 6 | PASS 27 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.7.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [53s/82s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat")) {
+ library(see)
+
+ if (length(strsplit(packageDescription("see")$Version, "\\.")[[1]]) > 3) {
+ Sys.setenv("RunAllseeTests" = "yes")
+ } else {
+ Sys.setenv("RunAllseeTests" = "no")
+ }
+
+ osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ if (!osx) {
+ test_check("see")
+ }
+ }
Loading required package: testthat
Loading required package: vdiffr
Loading required package: ggplot2
Loading required package: lme4
Loading required package: Matrix
Loading required package: qqplotr
Attaching package: 'qqplotr'
The following objects are masked from 'package:ggplot2':
StatQqLine, stat_qq_line
Loading required package: parameters
Loading required package: correlation
Loading required package: ggridges
Loading required package: modelbased
Loading required package: rstanarm
Loading required package: Rcpp
This is rstanarm version 2.21.3
- See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
- Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
- For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores())
Attaching package: 'rstanarm'
The following object is masked from 'package:parameters':
compare_models
No variable was specified for contrast estimation. Selecting `contrast = "Species"`.
We selected `at = c("Species")`.
Loading required package: bayestestR
Possible multicollinearity between Petal.Width:Speciesversicolor and Petal.Width (r = 0.86), Petal.Width:Speciesversicolor and Speciesversicolor (r = 0.71), Petal.Width:Speciesvirginica and Petal.Width:Speciesversicolor (r = 0.79). This might lead to inappropriate results. See 'Details' in '?rope'.
Sampling priors, please wait...
[ FAIL 3 | WARN 2 | SKIP 6 | PASS 27 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• .Platform$OS.type == "windows" is not TRUE (6)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-plot.cluster_analysis.R:3:5): `plot.see_cluster_analysis()` works ──
Error: Could not find variable '4' in data.
Backtrace:
▆
1. └─parameters::cluster_analysis(iris[, 1:4], 3) at test-plot.cluster_analysis.R:3:4
2. ├─parameters::model_parameters(...)
3. └─parameters:::model_parameters.kmeans(...)
4. └─datawizard::reshape_longer(...)
5. └─datawizard:::.select_nse(...)
6. └─datawizard:::.evaluate_pattern(...)
── Error (test-plot.compare_performance.R:8:3): `plot.see_compare_performance()` works ──
Error: 'data_rescale' is not an exported object from 'namespace:datawizard'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.compare_performance.R:8:2
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(result)
5. ├─performance:::plot.compare_performance(result)
6. ├─base::NextMethod()
7. └─see:::plot.see_compare_performance(result)
8. ├─see::data_plot(x)
9. └─see:::data_plot.compare_performance(x)
── Error (test-plot.easycormatrix.R:5:5): `plot.see_easycormatrix()` works ─────
Error in `colnames(data)[sapply(data, select)]`: invalid subscript type 'list'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(s), "gg") at test-plot.easycormatrix.R:5:4
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(s)
5. └─correlation:::plot.easycormatrix(s)
6. ├─base::plot(visualisation_recipe(x, ...), ...)
7. ├─datawizard::visualisation_recipe(x, ...)
8. └─correlation:::visualisation_recipe.easycormatrix(x, ...)
9. └─datawizard::reshape_longer(...)
10. └─datawizard:::.select_nse(...)
[ FAIL 3 | WARN 2 | SKIP 6 | PASS 27 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.1
Check: examples
Result: ERROR
Running examples in ‘see-Ex.R’ failed
The error most likely occurred in:
> ### Name: coord_radar
> ### Title: Radar coordinate system
> ### Aliases: coord_radar
>
> ### ** Examples
>
> # Create a radar/spider chart with ggplot:
> if (require("poorman") && require("ggplot2")) {
+ data <- iris[-5] %>%
+ aggregate(list(Species = iris$Species), mean) %>%
+ datawizard::reshape_longer(2:5)
+
+ data %>%
+ ggplot(aes(x = Name, y = Value, color = Species, group = Species)) +
+ geom_polygon(fill = NA, size = 2) +
+ coord_radar(start = -pi / 4)
+ }
Loading required package: poorman
I'd seen my father. He was a poor man, and I watched him do astonishing things.
- Sidney Poitier
Attaching package: ‘poorman’
The following objects are masked from ‘package:stats’:
filter, lag
Loading required package: ggplot2
Error in FUN(X[[i]], ...) : object 'Name' not found
Calls: <Anonymous> ... <Anonymous> -> f -> scales_add_defaults -> lapply -> FUN
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.7.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [90s/192s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat")) {
+ library(see)
+
+ if (length(strsplit(packageDescription("see")$Version, "\\.")[[1]]) > 3) {
+ Sys.setenv("RunAllseeTests" = "yes")
+ } else {
+ Sys.setenv("RunAllseeTests" = "no")
+ }
+
+ osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ if (!osx) {
+ test_check("see")
+ }
+ }
Loading required package: testthat
Loading required package: vdiffr
Loading required package: ggplot2
Loading required package: lme4
Loading required package: Matrix
Loading required package: qqplotr
Attaching package: 'qqplotr'
The following objects are masked from 'package:ggplot2':
StatQqLine, stat_qq_line
Loading required package: parameters
Loading required package: correlation
Loading required package: ggridges
Loading required package: modelbased
Loading required package: rstanarm
Loading required package: Rcpp
This is rstanarm version 2.21.3
- See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
- Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
- For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores())
Attaching package: 'rstanarm'
The following object is masked from 'package:parameters':
compare_models
No variable was specified for contrast estimation. Selecting `contrast = "Species"`.
We selected `at = c("Species")`.
Loading required package: bayestestR
Possible multicollinearity between Petal.Width:Speciesversicolor and Petal.Width (r = 0.86), Petal.Width:Speciesversicolor and Speciesversicolor (r = 0.7), Petal.Width:Speciesvirginica and Petal.Width:Speciesversicolor (r = 0.8). This might lead to inappropriate results. See 'Details' in '?rope'.
Sampling priors, please wait...
[ FAIL 2 | WARN 1 | SKIP 6 | PASS 28 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• .Platform$OS.type == "windows" is not TRUE (6)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-plot.cluster_analysis.R:3:5): `plot.see_cluster_analysis()` works ──
Error: Could not find variable '4' in data.
Backtrace:
▆
1. └─parameters::cluster_analysis(iris[, 1:4], 3) at test-plot.cluster_analysis.R:3:4
2. ├─parameters::model_parameters(...)
3. └─parameters:::model_parameters.kmeans(...)
4. └─datawizard::reshape_longer(...)
5. └─datawizard:::.select_nse(...)
6. └─datawizard:::.evaluate_pattern(...)
── Error (test-plot.compare_performance.R:8:3): `plot.see_compare_performance()` works ──
Error: 'data_rescale' is not an exported object from 'namespace:datawizard'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.compare_performance.R:8:2
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(result)
5. ├─performance:::plot.compare_performance(result)
6. ├─base::NextMethod()
7. └─see:::plot.see_compare_performance(result)
8. ├─see::data_plot(x)
9. └─see:::data_plot.compare_performance(x)
[ FAIL 2 | WARN 1 | SKIP 6 | PASS 28 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.7.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [85s/171s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat")) {
+ library(see)
+
+ if (length(strsplit(packageDescription("see")$Version, "\\.")[[1]]) > 3) {
+ Sys.setenv("RunAllseeTests" = "yes")
+ } else {
+ Sys.setenv("RunAllseeTests" = "no")
+ }
+
+ osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ if (!osx) {
+ test_check("see")
+ }
+ }
Loading required package: testthat
Loading required package: vdiffr
Loading required package: ggplot2
Loading required package: lme4
Loading required package: Matrix
Loading required package: qqplotr
Attaching package: 'qqplotr'
The following objects are masked from 'package:ggplot2':
StatQqLine, stat_qq_line
Loading required package: parameters
Loading required package: correlation
Loading required package: ggridges
Loading required package: modelbased
Loading required package: rstanarm
Loading required package: Rcpp
This is rstanarm version 2.21.3
- See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
- Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
- For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores())
Attaching package: 'rstanarm'
The following object is masked from 'package:parameters':
compare_models
No variable was specified for contrast estimation. Selecting `contrast = "Species"`.
We selected `at = c("Species")`.
Loading required package: bayestestR
Possible multicollinearity between Petal.Width:Speciesversicolor and Petal.Width (r = 0.86), Petal.Width:Speciesversicolor and Speciesversicolor (r = 0.7), Petal.Width:Speciesvirginica and Petal.Width:Speciesversicolor (r = 0.8). This might lead to inappropriate results. See 'Details' in '?rope'.
Sampling priors, please wait...
[ FAIL 2 | WARN 1 | SKIP 6 | PASS 28 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• .Platform$OS.type == "windows" is not TRUE (6)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-plot.cluster_analysis.R:3:5): `plot.see_cluster_analysis()` works ──
Error: Could not find variable '4' in data.
Backtrace:
▆
1. └─parameters::cluster_analysis(iris[, 1:4], 3) at test-plot.cluster_analysis.R:3:4
2. ├─parameters::model_parameters(...)
3. └─parameters:::model_parameters.kmeans(...)
4. └─datawizard::reshape_longer(...)
5. └─datawizard:::.select_nse(...)
6. └─datawizard:::.evaluate_pattern(...)
── Error (test-plot.compare_performance.R:8:3): `plot.see_compare_performance()` works ──
Error: 'data_rescale' is not an exported object from 'namespace:datawizard'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.compare_performance.R:8:2
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(result)
5. ├─performance:::plot.compare_performance(result)
6. ├─base::NextMethod()
7. └─see:::plot.see_compare_performance(result)
8. ├─see::data_plot(x)
9. └─see:::data_plot.compare_performance(x)
[ FAIL 2 | WARN 1 | SKIP 6 | PASS 28 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.7.1
Check: tests
Result: ERROR
Running 'testthat.R' [95s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (require("testthat")) {
+ library(see)
+
+ if (length(strsplit(packageDescription("see")$Version, "\\.")[[1]]) > 3) {
+ Sys.setenv("RunAllseeTests" = "yes")
+ } else {
+ Sys.setenv("RunAllseeTests" = "no")
+ }
+
+ osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ if (!osx) {
+ test_check("see")
+ }
+ }
Loading required package: testthat
Loading required package: vdiffr
Loading required package: ggplot2
Loading required package: lme4
Loading required package: Matrix
Loading required package: qqplotr
Attaching package: 'qqplotr'
The following objects are masked from 'package:ggplot2':
StatQqLine, stat_qq_line
Loading required package: parameters
Loading required package: correlation
Loading required package: ggridges
Loading required package: modelbased
Loading required package: rstanarm
Loading required package: Rcpp
This is rstanarm version 2.21.3
- See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
- Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
- For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores())
Attaching package: 'rstanarm'
The following object is masked from 'package:parameters':
compare_models
No variable was specified for contrast estimation. Selecting `contrast = "Species"`.
We selected `at = c("Species")`.
Loading required package: bayestestR
Loading required package: nFactors
Loading required package: lattice
Attaching package: 'nFactors'
The following object is masked from 'package:lattice':
parallel
Possible multicollinearity between Petal.Width:Speciesversicolor and Petal.Width (r = 0.86), Petal.Width:Speciesversicolor and Speciesversicolor (r = 0.71), Petal.Width:Speciesvirginica and Petal.Width:Speciesversicolor (r = 0.8). This might lead to inappropriate results. See 'Details' in '?rope'.
Sampling priors, please wait...
I'd seen my father. He was a poor man, and I watched him do astonishing things.
- Sidney Poitier
Attaching package: 'poorman'
The following objects are masked from 'package:testthat':
%>%, matches
The following objects are masked from 'package:stats':
filter, lag
[ FAIL 5 | WARN 2 | SKIP 4 | PASS 27 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (4)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-plot.cluster_analysis.R:3:5): `plot.see_cluster_analysis()` works ──
Error: Could not find variable '4' in data.
Backtrace:
▆
1. └─parameters::cluster_analysis(iris[, 1:4], 3) at test-plot.cluster_analysis.R:3:4
2. ├─parameters::model_parameters(...)
3. └─parameters:::model_parameters.kmeans(...)
4. └─datawizard::reshape_longer(...)
5. └─datawizard:::.select_nse(...)
6. └─datawizard:::.evaluate_pattern(...)
── Error (test-plot.compare_performance.R:8:3): `plot.see_compare_performance()` works ──
Error: 'data_rescale' is not an exported object from 'namespace:datawizard'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.compare_performance.R:8:2
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(result)
5. ├─performance:::plot.compare_performance(result)
6. ├─base::NextMethod()
7. └─see:::plot.see_compare_performance(result)
8. ├─see::data_plot(x)
9. └─see:::data_plot.compare_performance(x)
── Error (test-plot.easycormatrix.R:5:5): `plot.see_easycormatrix()` works ─────
Error in `colnames(data)[sapply(data, select)]`: invalid subscript type 'list'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(s), "gg") at test-plot.easycormatrix.R:5:4
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(s)
5. └─correlation:::plot.easycormatrix(s)
6. ├─base::plot(visualisation_recipe(x, ...), ...)
7. ├─datawizard::visualisation_recipe(x, ...)
8. └─correlation:::visualisation_recipe.easycormatrix(x, ...)
9. └─datawizard::reshape_longer(...)
10. └─datawizard:::.select_nse(...)
── Error (test-vdiffr_geoms_coords.R:20:5): geom and coord functions work correctly ──
Error in `FUN(X[[i]], ...)`: object 'Name' not found
Backtrace:
▆
1. └─vdiffr::expect_doppelganger(...) at test-vdiffr_geoms_coords.R:20:4
2. └─vdiffr (local) writer(fig, testcase, title)
3. ├─vdiffr:::print_plot(plot, title)
4. └─vdiffr:::print_plot.ggplot(plot, title)
5. ├─base::print(p)
6. └─ggplot2:::print.ggplot(p)
7. ├─ggplot2::ggplot_build(x)
8. └─ggplot2:::ggplot_build.ggplot(x)
9. └─ggplot2 (local) by_layer(function(l, d) l$compute_aesthetics(d, plot))
10. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
11. └─l$compute_aesthetics(d, plot)
12. └─ggplot2 (local) f(..., self = self)
13. └─ggplot2:::scales_add_defaults(...)
14. └─base::lapply(aesthetics[new_aesthetics], eval_tidy, data = data)
15. └─rlang (local) FUN(X[[i]], ...)
── Error (test-vdiffr_themes.R:18:5): theme functions work ─────────────────────
Error in `FUN(X[[i]], ...)`: object 'Name' not found
Backtrace:
▆
1. └─vdiffr::expect_doppelganger(...) at test-vdiffr_themes.R:18:4
2. └─vdiffr (local) writer(fig, testcase, title)
3. ├─vdiffr:::print_plot(plot, title)
4. └─vdiffr:::print_plot.ggplot(plot, title)
5. ├─base::print(p)
6. └─ggplot2:::print.ggplot(p)
7. ├─ggplot2::ggplot_build(x)
8. └─ggplot2:::ggplot_build.ggplot(x)
9. └─ggplot2 (local) by_layer(function(l, d) l$compute_aesthetics(d, plot))
10. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
11. └─l$compute_aesthetics(d, plot)
12. └─ggplot2 (local) f(..., self = self)
13. └─ggplot2:::scales_add_defaults(...)
14. └─base::lapply(aesthetics[new_aesthetics], eval_tidy, data = data)
15. └─rlang (local) FUN(X[[i]], ...)
[ FAIL 5 | WARN 2 | SKIP 4 | PASS 27 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.7.1
Check: package dependencies
Result: ERROR
Packages required and available but unsuitable versions:
'datawizard', 'effectsize', 'insight', 'parameters'
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-arm64
Version: 0.7.1
Check: tests
Result: ERROR
Running 'testthat.R' [89s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (require("testthat")) {
+ library(see)
+
+ if (length(strsplit(packageDescription("see")$Version, "\\.")[[1]]) > 3) {
+ Sys.setenv("RunAllseeTests" = "yes")
+ } else {
+ Sys.setenv("RunAllseeTests" = "no")
+ }
+
+ osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ if (!osx) {
+ test_check("see")
+ }
+ }
Loading required package: testthat
Loading required package: vdiffr
Loading required package: ggplot2
Loading required package: lme4
Loading required package: Matrix
Loading required package: qqplotr
Attaching package: 'qqplotr'
The following objects are masked from 'package:ggplot2':
StatQqLine, stat_qq_line
Loading required package: parameters
Loading required package: correlation
Loading required package: ggridges
Loading required package: modelbased
Loading required package: rstanarm
Loading required package: Rcpp
This is rstanarm version 2.21.3
- See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
- Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
- For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores())
Attaching package: 'rstanarm'
The following object is masked from 'package:parameters':
compare_models
No variable was specified for contrast estimation. Selecting `contrast = "Species"`.
We selected `at = c("Species")`.
Loading required package: bayestestR
Loading required package: nFactors
Loading required package: lattice
Attaching package: 'nFactors'
The following object is masked from 'package:lattice':
parallel
Possible multicollinearity between Petal.Width:Speciesversicolor and Petal.Width (r = 0.86), Petal.Width:Speciesversicolor and Speciesversicolor (r = 0.71), Petal.Width:Speciesvirginica and Petal.Width:Speciesversicolor (r = 0.8). This might lead to inappropriate results. See 'Details' in '?rope'.
Sampling priors, please wait...
I'd seen my father. He was a poor man, and I watched him do astonishing things.
- Sidney Poitier
Attaching package: 'poorman'
The following objects are masked from 'package:testthat':
%>%, matches
The following objects are masked from 'package:stats':
filter, lag
[ FAIL 5 | WARN 2 | SKIP 4 | PASS 27 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (4)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-plot.cluster_analysis.R:3:5): `plot.see_cluster_analysis()` works ──
Error: Could not find variable '4' in data.
Backtrace:
▆
1. └─parameters::cluster_analysis(iris[, 1:4], 3) at test-plot.cluster_analysis.R:3:4
2. ├─parameters::model_parameters(...)
3. └─parameters:::model_parameters.kmeans(...)
4. └─datawizard::reshape_longer(...)
5. └─datawizard:::.select_nse(...)
6. └─datawizard:::.evaluate_pattern(...)
── Error (test-plot.compare_performance.R:8:3): `plot.see_compare_performance()` works ──
Error: 'data_rescale' is not an exported object from 'namespace:datawizard'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.compare_performance.R:8:2
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(result)
5. ├─performance:::plot.compare_performance(result)
6. ├─base::NextMethod()
7. └─see:::plot.see_compare_performance(result)
8. ├─see::data_plot(x)
9. └─see:::data_plot.compare_performance(x)
── Error (test-plot.easycormatrix.R:5:5): `plot.see_easycormatrix()` works ─────
Error in `colnames(data)[sapply(data, select)]`: invalid subscript type 'list'
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(s), "gg") at test-plot.easycormatrix.R:5:4
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(s)
5. └─correlation:::plot.easycormatrix(s)
6. ├─base::plot(visualisation_recipe(x, ...), ...)
7. ├─datawizard::visualisation_recipe(x, ...)
8. └─correlation:::visualisation_recipe.easycormatrix(x, ...)
9. └─datawizard::reshape_longer(...)
10. └─datawizard:::.select_nse(...)
── Error (test-vdiffr_geoms_coords.R:20:5): geom and coord functions work correctly ──
Error in `FUN(X[[i]], ...)`: object 'Name' not found
Backtrace:
▆
1. └─vdiffr::expect_doppelganger(...) at test-vdiffr_geoms_coords.R:20:4
2. └─vdiffr (local) writer(fig, testcase, title)
3. ├─vdiffr:::print_plot(plot, title)
4. └─vdiffr:::print_plot.ggplot(plot, title)
5. ├─base::print(p)
6. └─ggplot2:::print.ggplot(p)
7. ├─ggplot2::ggplot_build(x)
8. └─ggplot2:::ggplot_build.ggplot(x)
9. └─ggplot2 (local) by_layer(function(l, d) l$compute_aesthetics(d, plot))
10. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
11. └─l$compute_aesthetics(d, plot)
12. └─ggplot2 (local) f(..., self = self)
13. └─ggplot2:::scales_add_defaults(...)
14. └─base::lapply(aesthetics[new_aesthetics], eval_tidy, data = data)
15. └─rlang (local) FUN(X[[i]], ...)
── Error (test-vdiffr_themes.R:18:5): theme functions work ─────────────────────
Error in `FUN(X[[i]], ...)`: object 'Name' not found
Backtrace:
▆
1. └─vdiffr::expect_doppelganger(...) at test-vdiffr_themes.R:18:4
2. └─vdiffr (local) writer(fig, testcase, title)
3. ├─vdiffr:::print_plot(plot, title)
4. └─vdiffr:::print_plot.ggplot(plot, title)
5. ├─base::print(p)
6. └─ggplot2:::print.ggplot(p)
7. ├─ggplot2::ggplot_build(x)
8. └─ggplot2:::ggplot_build.ggplot(x)
9. └─ggplot2 (local) by_layer(function(l, d) l$compute_aesthetics(d, plot))
10. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
11. └─l$compute_aesthetics(d, plot)
12. └─ggplot2 (local) f(..., self = self)
13. └─ggplot2:::scales_add_defaults(...)
14. └─base::lapply(aesthetics[new_aesthetics], eval_tidy, data = data)
15. └─rlang (local) FUN(X[[i]], ...)
[ FAIL 5 | WARN 2 | SKIP 4 | PASS 27 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.7.1
Check: tests
Result: ERROR
Running 'testthat.R' [106s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (require("testthat")) {
+ library(see)
+
+ if (length(strsplit(packageDescription("see")$Version, "\\.")[[1]]) > 3) {
+ Sys.setenv("RunAllseeTests" = "yes")
+ } else {
+ Sys.setenv("RunAllseeTests" = "no")
+ }
+
+ osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ if (!osx) {
+ test_check("see")
+ }
+ }
Loading required package: testthat
Loading required package: vdiffr
Loading required package: ggplot2
Loading required package: lme4
Loading required package: Matrix
Loading required package: qqplotr
Attaching package: 'qqplotr'
The following objects are masked from 'package:ggplot2':
StatQqLine, stat_qq_line
Loading required package: parameters
Loading required package: correlation
Loading required package: ggridges
Loading required package: modelbased
Loading required package: rstanarm
Loading required package: Rcpp
This is rstanarm version 2.21.3
- See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
- Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
- For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores())
Attaching package: 'rstanarm'
The following object is masked from 'package:parameters':
compare_models
No variable was specified for contrast estimation. Selecting `contrast = "Species"`.
We selected `at = c("Species")`.
Loading required package: bayestestR
Loading required package: nFactors
Loading required package: lattice
Attaching package: 'nFactors'
The following object is masked from 'package:lattice':
parallel
Possible multicollinearity between Petal.Width:Speciesversicolor and Petal.Width (r = 0.86), Petal.Width:Speciesversicolor and Speciesversicolor (r = 0.71), Petal.Width:Speciesvirginica and Petal.Width:Speciesversicolor (r = 0.8). This might lead to inappropriate results. See 'Details' in '?rope'.
Sampling priors, please wait...
I'd seen my father. He was a poor man, and I watched him do astonishing things.
- Sidney Poitier
Attaching package: 'poorman'
The following objects are masked from 'package:testthat':
%>%, matches
The following objects are masked from 'package:stats':
filter, lag
[ FAIL 5 | WARN 2 | SKIP 4 | PASS 27 ]
== Skipped tests ===============================================================
* On CRAN (4)
== Failed tests ================================================================
-- Error (test-plot.cluster_analysis.R:3:5): `plot.see_cluster_analysis()` works --
Error: Could not find variable '4' in data.
Backtrace:
x
1. \-parameters::cluster_analysis(iris[, 1:4], 3) at test-plot.cluster_analysis.R:3:4
2. +-parameters::model_parameters(...)
3. \-parameters:::model_parameters.kmeans(...)
4. \-datawizard::reshape_longer(...)
5. \-datawizard:::.select_nse(...)
6. \-datawizard:::.evaluate_pattern(...)
-- Error (test-plot.compare_performance.R:8:3): `plot.see_compare_performance()` works --
Error: 'data_rescale' is not an exported object from 'namespace:datawizard'
Backtrace:
x
1. +-testthat::expect_s3_class(plot(result), "gg") at test-plot.compare_performance.R:8:2
2. | \-testthat::quasi_label(enquo(object), arg = "object")
3. | \-rlang::eval_bare(expr, quo_get_env(quo))
4. +-base::plot(result)
5. +-performance:::plot.compare_performance(result)
6. +-base::NextMethod()
7. \-see:::plot.see_compare_performance(result)
8. +-see::data_plot(x)
9. \-see:::data_plot.compare_performance(x)
-- Error (test-plot.easycormatrix.R:5:5): `plot.see_easycormatrix()` works -----
Error in `colnames(data)[sapply(data, select)]`: invalid subscript type 'list'
Backtrace:
x
1. +-testthat::expect_s3_class(plot(s), "gg") at test-plot.easycormatrix.R:5:4
2. | \-testthat::quasi_label(enquo(object), arg = "object")
3. | \-rlang::eval_bare(expr, quo_get_env(quo))
4. +-base::plot(s)
5. \-correlation:::plot.easycormatrix(s)
6. +-base::plot(visualisation_recipe(x, ...), ...)
7. +-datawizard::visualisation_recipe(x, ...)
8. \-correlation:::visualisation_recipe.easycormatrix(x, ...)
9. \-datawizard::reshape_longer(...)
10. \-datawizard:::.select_nse(...)
-- Error (test-vdiffr_geoms_coords.R:20:5): geom and coord functions work correctly --
Error in `FUN(X[[i]], ...)`: object 'Name' not found
Backtrace:
x
1. \-vdiffr::expect_doppelganger(...) at test-vdiffr_geoms_coords.R:20:4
2. \-vdiffr (local) writer(fig, testcase, title)
3. +-vdiffr:::print_plot(plot, title)
4. \-vdiffr:::print_plot.ggplot(plot, title)
5. +-base::print(p)
6. \-ggplot2:::print.ggplot(p)
7. +-ggplot2::ggplot_build(x)
8. \-ggplot2:::ggplot_build.ggplot(x)
9. \-ggplot2 (local) by_layer(function(l, d) l$compute_aesthetics(d, plot))
10. \-ggplot2 (local) f(l = layers[[i]], d = data[[i]])
11. \-l$compute_aesthetics(d, plot)
12. \-ggplot2 (local) f(..., self = self)
13. \-ggplot2:::scales_add_defaults(...)
14. \-base::lapply(aesthetics[new_aesthetics], eval_tidy, data = data)
15. \-rlang (local) FUN(X[[i]], ...)
-- Error (test-vdiffr_themes.R:18:5): theme functions work ---------------------
Error in `FUN(X[[i]], ...)`: object 'Name' not found
Backtrace:
x
1. \-vdiffr::expect_doppelganger(...) at test-vdiffr_themes.R:18:4
2. \-vdiffr (local) writer(fig, testcase, title)
3. +-vdiffr:::print_plot(plot, title)
4. \-vdiffr:::print_plot.ggplot(plot, title)
5. +-base::print(p)
6. \-ggplot2:::print.ggplot(p)
7. +-ggplot2::ggplot_build(x)
8. \-ggplot2:::ggplot_build.ggplot(x)
9. \-ggplot2 (local) by_layer(function(l, d) l$compute_aesthetics(d, plot))
10. \-ggplot2 (local) f(l = layers[[i]], d = data[[i]])
11. \-l$compute_aesthetics(d, plot)
12. \-ggplot2 (local) f(..., self = self)
13. \-ggplot2:::scales_add_defaults(...)
14. \-base::lapply(aesthetics[new_aesthetics], eval_tidy, data = data)
15. \-rlang (local) FUN(X[[i]], ...)
[ FAIL 5 | WARN 2 | SKIP 4 | PASS 27 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64