We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df91de6 commit 7b6f822Copy full SHA for 7b6f822
DESCRIPTION
@@ -74,14 +74,14 @@ RdMacros:
74
Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data,
75
insightsengineering/teal.slice, mllg/checkmate,
76
jeroen/jsonlite, r-lib/lifecycle,
77
- daroczig/logger, rstudio/renv, r-lib/rlang,
+ daroczig/logger, shikokuchuo/mirai, shikokuchuo/nanonext
78
+ rstudio/renv, r-lib/rlang,
79
daattali/shinyjs, insightsengineering/teal.code,
80
insightsengineering/teal.logger, insightsengineering/teal.reporter,
81
insightsengineering/teal.widgets, rstudio/bslib, yihui/knitr,
82
bioc::MultiAssayExperiment, r-lib/R6, rstudio/rmarkdown,
83
tidyverse/rvest, rstudio/shinytest2, rstudio/shinyvalidate,
84
r-lib/testthat, r-lib/withr, yaml=vubiostat/r-yaml
- daroczig/logger, tidyverse/magrittr, shikokuchuo/mirai, shikokuchuo/nanonext, rstudio/renv,
85
Config/Needs/website: insightsengineering/nesttemplate
86
Encoding: UTF-8
87
Language: en-US
tests/testthat/setup-options.R
@@ -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
3
withr::local_options(
+ # we should't run lockfile process multiple times in tests as it starts background process which is not
+ # possible to kill once run. It means that background R sessions are being cumulated
4
list(teal.renv.enable = FALSE),
5
.local_envir = testthat::teardown_env()
6
)
@@ -14,6 +14,7 @@ opts_partial_match_old <- list(
14
warnPartialMatchAttr = getOption("warnPartialMatchAttr")
15
16
opts_partial_match_new <- list(
17
+ teal.renv.enable = FALSE,
18
warnPartialMatchDollar = TRUE,
19
warnPartialMatchArgs = TRUE,
20
warnPartialMatchAttr = TRUE
0 commit comments