Skip to content

Commit d0b709c

Browse files
author
ligges
committed
tarball size threshold for CRAN increased to 10 MB (as it already is in the policies)
git-svn-id: https://svn.r-project.org/R/trunk@88883 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ff68b26 commit d0b709c

File tree

1 file changed

+2
-2
lines changed
  • src/library/tools/R

1 file changed

+2
-2
lines changed

src/library/tools/R/QC.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5251,7 +5251,7 @@ function(dir, doDelete = FALSE)
52515251
all_files <- mydir(demo_dir)
52525252
demo_files <- list_files_with_type(demo_dir, "demo",
52535253
full.names = FALSE)
5254-
save_files <- paste0(sub("r$", "R", demo_files), "out.save")
5254+
save_files <- paste0(sub("r$", "R", demo_files), "out.save")
52555255
wrong <- setdiff(all_files,
52565256
c("00Index", demo_files, save_files))
52575257
if(length(wrong)) {
@@ -8094,7 +8094,7 @@ function(dir, localOnly = FALSE, pkgSize = NA)
80948094

80958095
if(!is.na(size <- as.numeric(pkgSize)) &&
80968096
size > as.numeric(Sys.getenv("_R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_",
8097-
unset = "5e6")))
8097+
unset = "1e7")))
80988098
out$size_of_tarball <- size
80998099

81008100
## Check URLs.

0 commit comments

Comments
 (0)