Last updated on 2025-10-09 20:04:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.7 | 4.99 | 70.46 | 75.45 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5.7 | 3.52 | 52.11 | 55.63 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.7 | 115.08 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.7 | 123.36 | ERROR | |||
r-devel-windows-x86_64 | 0.5.7 | 8.00 | 90.00 | 98.00 | ERROR | |
r-patched-linux-x86_64 | 0.5.7 | 5.25 | 67.83 | 73.08 | ERROR | |
r-release-linux-x86_64 | 0.5.7 | 4.99 | 68.06 | 73.05 | ERROR | |
r-release-macos-arm64 | 0.5.7 | 72.00 | NOTE | |||
r-release-macos-x86_64 | 0.5.7 | 86.00 | NOTE | |||
r-release-windows-x86_64 | 0.5.7 | 7.00 | 91.00 | 98.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.7 | 36.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.5.7 | 58.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.5.7 | 8.00 | 112.00 | 120.00 | ERROR |
Version: 0.5.7
Check: Rd files
Result: NOTE
checkRd: (-1) ld_build_html_site.Rd:41: Lost braces
41 | directory specified by `rmd_dir`. Note that this is an {{rmarkdown}}
| ^
checkRd: (-1) ld_create_doc.Rd:29: Lost braces
29 | directory specified by `rmd_dir`. Note that this is an {{rmarkdown}}
| ^
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.5.7
Check: examples
Result: ERROR
Running examples in ‘listdown-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: as_ld_yml
> ### Title: Turn a Computational Component List into YAML with Class
> ### Information
> ### Aliases: as_ld_yml
>
> ### ** Examples
>
> if (require("ggplot2")) {
+
+ cc_list <- list(
+ Linear = ggplot(anscombe, aes(x = x1, y = y1)) + geom_point(),
+ `Non Linear` = ggplot(anscombe, aes(x = x2, y = y2)) + geom_point(),
+ `Outlier Vertical`= ggplot(anscombe, aes(x = x3, y = y3)) + geom_point(),
+ `Outlier Horizontal` = ggplot(anscombe, aes(x = x4, y = y4)) +
+ geom_point())
+
+ as_ld_yml(cc_list)
+ }
Loading required package: ggplot2
Error in parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)), :
<text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Calls: as_ld_yml -> depth_first_copy -> eval -> parse
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [23s/29s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [17s/22s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.7
Check: examples
Result: ERROR
Running examples in ‘listdown-Ex.R’ failed
The error most likely occurred in:
> ### Name: as_ld_yml
> ### Title: Turn a Computational Component List into YAML with Class
> ### Information
> ### Aliases: as_ld_yml
>
> ### ** Examples
>
> if (require("ggplot2")) {
+
+ cc_list <- list(
+ Linear = ggplot(anscombe, aes(x = x1, y = y1)) + geom_point(),
+ `Non Linear` = ggplot(anscombe, aes(x = x2, y = y2)) + geom_point(),
+ `Outlier Vertical`= ggplot(anscombe, aes(x = x3, y = y3)) + geom_point(),
+ `Outlier Horizontal` = ggplot(anscombe, aes(x = x4, y = y4)) +
+ geom_point())
+
+ as_ld_yml(cc_list)
+ }
Loading required package: ggplot2
Error in parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)), :
<text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Calls: as_ld_yml -> depth_first_copy -> eval -> parse
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-x86_64
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [35s/54s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [34s/45s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.7
Check: tests
Result: ERROR
Running 'testthat.r' [21s]
Running the tests in 'tests/testthat.r' failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [23s/27s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [24s/31s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.5.7
Check: tests
Result: ERROR
Running 'testthat.r' [29s]
Running the tests in 'tests/testthat.r' failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-create-doc.r:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as-yml.r:20:3'): Writing a yml file works. ─────────────────────
Error in `parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)),
", collapse = \":\"))"))`: <text>:2:1: unexpected symbol
1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":"))
2: x
^
Backtrace:
▆
1. ├─testthat::expect_equal(as_ld_yml(cc_list), read_reference("as-yml.rds")) at test-as-yml.r:20:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─listdown::as_ld_yml(cc_list)
5. └─listdown (local) depth_first_copy()
6. ├─base::eval(...)
7. └─base::parse(...)
── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ────────────────────────
ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds").
4 string mismatches
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-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.