Skip to content

Commit 630e4e4

Browse files
committed
minor update to pngquant mention
1 parent c8fa00b commit 630e4e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

general-package-development.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@ Do not use filenames that differ only in case, as not all file systems are case-
4242

4343
### Package size {#package-size}
4444

45-
The source package resulting from running `R CMD build` should occupy less than 5 MB on disk.
46-
If your package includes (e.g. in the vignettes) some screenshots, this limit can be reached quite quickly. Their size can be reduced (often as much as 70%) in a lossy but quality-preserving manner by using tools such as [pngquant](https://pngquant.org/) (available as a command line utility and as a GUI on most systems).
45+
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
47+
vignettes), this limit can be reached quite quickly. Their size can be reduced
48+
(often as much as 70%) with lossy compression using tools such as
49+
[pngquant](https://pngquant.org/) (available as a command line utility and as a
50+
GUI on most systems).
4751

4852
### Check duration {#check-duration}
4953

0 commit comments

Comments
 (0)