You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general-package-development.Rmd
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,12 @@ Do not use filenames that differ only in case, as not all file systems are case-
42
42
43
43
### Package size {#package-size}
44
44
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
0 commit comments