statisfactions / simpr

Tidyverse-friendly simulations and power analysis
42 stars 6 forks source link

spin off tidyverse verb functionality into a separate package #43

Closed statisfactions closed 2 years ago

statisfactions commented 3 years ago

The addition of tidyverse verbs add a bit of "untidy" clutter to the package as currently implemented. Moving this to a separate package -- "tidy_verbs"? -- may provide a cleaner interface here.

statisfactions commented 3 years ago

Other name ideas:

simprverbs simprverse

Or two separate packages: for dplyr verbs: simpdplyr dsimplyr

for tidyr verbs: tidysimpr simptidyr

statisfactions commented 3 years ago

Right now favoring simpdplyr and simptidyr. Can make a metapackage that loads both (or more if I add more functions to this).

statisfactions commented 2 years ago

Should these separate tidyverse verb packages be loaded automatically or not? I'll still face all the issues of conflict warnings, etc.

statisfactions commented 2 years ago

I will keep this as is. These features feel like a part of the package right now. This will require more thought and I think I will leave these in the package for now.