update packages

This commit is contained in:
2025-02-26 20:16:44 +01:00
parent 59db017445
commit 45d49daef0
291 changed files with 16240 additions and 522600 deletions

View File

@@ -11,7 +11,7 @@
## load .base.R and all other files into ESSR environment; then attach ESSR
.ess.ESSR.load <- function(dir) {
if (nzchar(Sys.getenv("ESSR_TEST_LOAD_ERROR")))
if (Sys.getenv("ESSR_TEST_LOAD_ERROR") != "")
stop('Loading failed with a nice message.')
Rver <- .ess.ESSR.get.rver()