KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
623 stars 159 forks source link

Added feather reader #239

Closed Hugovdberg closed 6 years ago

Hugovdberg commented 6 years ago

Although implementing feather for the cache takes a little more time (#225), adding a reader for the format is quite straightforward (#237). This makes it easier to import output from a python or R script in the feather format.

rsangole commented 6 years ago

Great! Thanks @Hugovdberg . This will be very useful indeed. I like how you use the checklist buttons to make a list and cross things off as you work through the feature. I'm going to adopt this method.

Hugovdberg commented 6 years ago

@rsangole Perhaps we can create a pull request template as for new issues so we can remind people to which steps should be taken before a pull request can be merged. Just a simple list of "add functionality", "add tests", "add code documentation", "add website documentation".

rsangole commented 6 years ago

Yep, good idea. Done. Check it out.