From c445112b71eae7835582283894d3b0c253f65953 Mon Sep 17 00:00:00 2001 From: Roy Storey Date: Thu, 2 Sep 2021 20:40:17 +1200 Subject: [PATCH] test /.singularity.d --- R/consent.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/consent.R b/R/consent.R index c47750a75..37c365406 100644 --- a/R/consent.R +++ b/R/consent.R @@ -79,6 +79,7 @@ renv_consent_check <- function() { !is.na(Sys.getenv("CI", unset = NA)) || !is.na(Sys.getenv("GITHUB_ACTION", unset = NA)) || !is.na(Sys.getenv("RENV_PATHS_ROOT", unset = NA)) || + file.exists("/.singularity.d") || file.exists("/.dockerenv") if (consented)