Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added feather reader #239

Merged
merged 4 commits into from
Apr 30, 2018
Merged

Conversation

Hugovdberg
Copy link
Collaborator

@Hugovdberg Hugovdberg commented Apr 28, 2018

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.

  • Add feather.reader
  • Add test for feather format
  • Update documentation in man
  • Update website documentation

@rsangole
Copy link
Collaborator

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
Copy link
Collaborator Author

@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
Copy link
Collaborator

Yep, good idea. Done. Check it out.

@KentonWhite KentonWhite merged commit a995583 into KentonWhite:master Apr 30, 2018
KentonWhite pushed a commit that referenced this pull request May 1, 2018
* Marked addin functions as internal

* Removed internal .require.package from exposed documentation

* Added internal documentation for require.package

* Fixed typo in the documentation

* Combined documentation for file readers

* Marked cache.name as internal

* Marked clean.variable.name as internal

* Documented the internal functions of cache.R

* Documented the internal functions of clear.R

* Documented the internal functions of create.project.R

* Documented the internal functions of create.template.R

* Documented the internal functions of get.project.R

* Documented the internal functions of list.data.R

* Documented the internal functions of load.project.R

* Documented the internal functions of stopifnotproject.R

* Added feather reader (#239)

* Added feather reader

* Added feather to suggested packages

* Added feather reader to website documentation

* Added feather reader to preinstalled readers

* Marked addin functions as internal

* Removed internal .require.package from exposed documentation

* Added internal documentation for require.package

* Fixed typo in the documentation

* Combined documentation for file readers

* Marked cache.name as internal

* Marked clean.variable.name as internal

* Documented the internal functions of cache.R

* Documented the internal functions of clear.R

* Documented the internal functions of create.project.R

* Documented the internal functions of create.template.R

* Documented the internal functions of get.project.R

* Documented the internal functions of list.data.R

* Documented the internal functions of load.project.R

* Documented the internal functions of stopifnotproject.R

* Rewrote feather.reader documentation in new format

* Trigger Travis CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants