psychbruce / bruceR

📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
https://psychbruce.github.io/bruceR/
GNU General Public License v3.0
167 stars 36 forks source link

Can you add the "purrr" package to the default load package list? #21

Closed tianranchunzhen closed 1 year ago

tianranchunzhen commented 1 year ago

just like the title.

psychbruce commented 1 year ago

Thanks for suggesting this. I'm sorry I can't. bruceR does not use any function of purrr (though I do know it is useful), so this package is not listed in the "Imports" field (see the DESCRIPTION file). All packages listed in "Imports" should be used at least once, which is required for package developers (see https://cran.r-project.org/doc/manuals/R-exts.html). Also, the selection of default loaded packages depends on my own preference, and I suggest users using data.table instead of depending overly on tidyverse. That's just my personal preference and I can't satisfy everyone's unique requirement.