Skip to content

Commit a419f36

Browse files
authored
Change package size to 10 MB (#158)
* Fix link * Fixes typo Fix #109 * Update what to expect * strengthen wording for basilisk requirement instead of reticulate as requested by Vince * Update System Dependency section with @vjctin suggested text * Fixes #128 - revert back to a downloaded file * Add note about submitter should be maintainer * Extend end of life description * Change package size to 10 MB
1 parent 6a84475 commit a419f36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/package-review-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The functionality should be sufficiently documented in man pages with runnable e
2828
- [ ] `R CMD check --no-build-vignettes` within 10 minutes.
2929
- [ ] Memory requirement below 3GB.
3030
- [ ] Size of individual files <= 5MB.
31+
- [ ] Size of tarball <= 10MB.
3132
- [ ] README file.
3233

3334
## The DESCRIPTION file

general-package-development.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Do not use filenames that differ only in case, as not all file systems are case-
4343
### Package size {#package-size}
4444

4545
The source package resulting from running `R CMD build` should occupy less than
46-
5 MB on disk. If your package includes some screenshots (e.g., in the
46+
10 MB on disk. If your package includes some screenshots (e.g., in the
4747
vignettes), this limit can be reached quite quickly. Their size can be reduced
4848
(often as much as 70%) with lossy compression using tools such as
4949
[pngquant](https://pngquant.org/) (available as a command line utility and as a

0 commit comments

Comments
 (0)