Bundle vs binary
Binary = platform-specific
R/*.R
toR/*.rdb
, etc (efficient storage of pkg contents)Meta
dir with pkg metadata as.rds
man
(help) tohtml
(index) +help
src
tolibs
(compiled code)data
converted to more efficient forminst
to top-level directory- Extraneous files and folders (
README.md
,build/
tests
,vignettes
) dropped