Last updated on 2025-09-11 21:50:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.7 | 5.54 | 59.06 | 64.60 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.7 | 3.56 | 53.18 | 56.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.7 | 115.84 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.7 | 125.08 | ERROR | |||
r-devel-windows-x86_64 | 0.5.7 | 6.00 | 78.00 | 84.00 | NOTE | |
r-patched-linux-x86_64 | 0.5.7 | 4.75 | 55.68 | 60.43 | NOTE | |
r-release-linux-x86_64 | 0.5.7 | 4.90 | 55.83 | 60.73 | NOTE | |
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 | 81.00 | 88.00 | NOTE | |
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 | 9.00 | 92.00 | 101.00 | NOTE |
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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [17s/20s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[ 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
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.r’ [35s/47s]
Running the tests in ‘tests/testthat.r’ failed.
Complete output:
> library(testthat)
> library(listdown)
>
> test_check("listdown")
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[ 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")
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
[ 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