Re: [R-pkg-devel] size of package and splitting into 2

2019-01-14 Thread Neal Fultz
If you re-exported all the psychTools functions from psych, I doubt a typical user would notice or care. For example, this is how dplyr split out some of it's functions in to another package: https://github.com/tidyverse/dplyr/blob/master/R/reexport-tidyselect.R On Mon, Jan 14, 2019 at 9:03 AM Wil

[R-pkg-devel] size of package and splitting into 2

2019-01-14 Thread William Revelle
Dear friends, For the last several iterations of psych I have received the Note that the installed size is 6.7 MB with two subdirectories greater than 1 MB. In the most recent submission to CRAN this led to an automatic rejection which then Uwe kindly overrode to allow the installation on CRAN.