JGCRI / hectordata

Prepare and format the inputs for hector.
Other
0 stars 1 forks source link

Check List For R package dev from CV #1

Open kdorheim opened 4 years ago

kdorheim commented 4 years ago

Based on a slack conversation with @crvernon here is a check list (until a more official list or template is distributed) for R package development guidelines.

kdorheim commented 4 years ago
bpbond commented 4 years ago

use data.table instead of tidyverse. These can still be combined with pipes from magrittr . They are so much more efficient and readable

It's too bad, but I don't find myself arguing this.

crvernon commented 4 years ago

use data.table instead of tidyverse. These can still be combined with pipes from magrittr . They are so much more efficient and readable

It's too bad, but I don't find myself arguing this.

I should have stated that some packages within the tidyverse may still be the best option. We should all set up a reasonable strategy for this.