Skip to content

Commit

Permalink
test /.singularity.d (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiroy authored Sep 2, 2021
1 parent 04e7373 commit 32eb9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/consent.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32eb9cc

Please sign in to comment.