Displaying 1 result from an estimated 1 matches for "config_val_to_logical".
2020 Apr 15
2
Add a new environment variable switch for the 'large version' check
...nlisted_version <- unlist(package_version(ver))
- if(any(unlisted_version >= 1234 & unlisted_version !=
as.integer(format(Sys.Date(), "%Y"))))
+ if(any(unlisted_version >= 1234 & unlisted_version !=
as.integer(format(Sys.Date(), "%Y"))) &&
+ !config_val_to_logical(Sys.getenv("_R_CHECK_CRAN_INCOMING_SKIP_LARGE_VERSION_",
+ "FALSE")))
out$version_with_large_components <- ver
.aspell_package_description_for_CRAN <- function(dir, meta = NULL) {