1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-01 01:01:44 +02:00

fix parallel

This commit is contained in:
2026-04-30 01:03:16 +02:00
parent 49e440d037
commit 61b6c26834
4 changed files with 6 additions and 13 deletions

View File

@@ -89,6 +89,11 @@ test_that("test-zzz.R", {
"symbol" = "cli",
# curl
"has_internet" = "curl",
# future
"plan" = "future",
"nbrOfWorkers" = "future",
# future.apply
"future_lapply" = "future.apply",
# ggplot2
"aes" = "ggplot2",
"arrow" = "ggplot2",
@@ -127,8 +132,6 @@ test_that("test-zzz.R", {
"kable" = "knitr",
"knit_print" = "knitr",
"opts_chunk" = "knitr",
# parallelly
"availableCores" = "parallelly",
# pillar
"pillar_shaft" = "pillar",
"style_na" = "pillar",