Skip to content

Commit 7b6f822

Browse files
committed
fix verdepcheck
1 parent df91de6 commit 7b6f822

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ RdMacros:
7474
Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data,
7575
insightsengineering/teal.slice, mllg/checkmate,
7676
jeroen/jsonlite, r-lib/lifecycle,
77-
daroczig/logger, rstudio/renv, r-lib/rlang,
77+
daroczig/logger, shikokuchuo/mirai, shikokuchuo/nanonext
78+
rstudio/renv, r-lib/rlang,
7879
daattali/shinyjs, insightsengineering/teal.code,
7980
insightsengineering/teal.logger, insightsengineering/teal.reporter,
8081
insightsengineering/teal.widgets, rstudio/bslib, yihui/knitr,
8182
bioc::MultiAssayExperiment, r-lib/R6, rstudio/rmarkdown,
8283
tidyverse/rvest, rstudio/shinytest2, rstudio/shinyvalidate,
8384
r-lib/testthat, r-lib/withr, yaml=vubiostat/r-yaml
84-
daroczig/logger, tidyverse/magrittr, shikokuchuo/mirai, shikokuchuo/nanonext, rstudio/renv,
8585
Config/Needs/website: insightsengineering/nesttemplate
8686
Encoding: UTF-8
8787
Language: en-US

tests/testthat/setup-options.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# we should't run lockfile process multiple times in tests as it starts background process which is not
2-
# possible to kill once run. It means that background R sessions are being cumulated
31
withr::local_options(
2+
# we should't run lockfile process multiple times in tests as it starts background process which is not
3+
# possible to kill once run. It means that background R sessions are being cumulated
44
list(teal.renv.enable = FALSE),
55
.local_envir = testthat::teardown_env()
66
)
@@ -14,6 +14,7 @@ opts_partial_match_old <- list(
1414
warnPartialMatchAttr = getOption("warnPartialMatchAttr")
1515
)
1616
opts_partial_match_new <- list(
17+
teal.renv.enable = FALSE,
1718
warnPartialMatchDollar = TRUE,
1819
warnPartialMatchArgs = TRUE,
1920
warnPartialMatchAttr = TRUE

0 commit comments

Comments
 (0)