Joss-reviews: [REVIEW]: The vtreat R package: a statistically sound data processor for predictive modeling

Created on 14 Feb 2018  Â·  38Comments  Â·  Source: openjournals/joss-reviews

Submitting author: @JohnMount (John Mount)
Repository: https://github.com/WinVector/vtreat/
Version: 1.0.2
Editor: @karthik
Reviewer: @earino
Archive: 10.5281/zenodo.1196479

Status

status

Status badge code:

HTML: <a href="http://joss.theoj.org/papers/0566dff28eab99e15ea90b33f8f1a01d"><img src="http://joss.theoj.org/papers/0566dff28eab99e15ea90b33f8f1a01d/status.svg"></a>
Markdown: [![status](http://joss.theoj.org/papers/0566dff28eab99e15ea90b33f8f1a01d/status.svg)](http://joss.theoj.org/papers/0566dff28eab99e15ea90b33f8f1a01d)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@earino, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:

  1. Make sure you're logged in to your GitHub account
  2. Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations

The reviewer guidelines are available here: https://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @karthik know.

### Conflict of interest

Code of Conduct

General checks

  • [x] Repository: Is the source code for this software available at the repository url?
  • [x] License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • [x] Version: Does the release version given match the GitHub release (1.0.2)?
  • [x] Authorship: Has the submitting author (@JohnMount) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

Functionality

  • [x] Installation: Does installation proceed as outlined in the documentation?
  • [x] Functionality: Have the functional claims of the software been confirmed?
  • [x] Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • [x] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • [x] Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • [x] Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • [x] Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • [x] Automated tests: Are there automated tests or manual steps described so that the function of the software can be verified?
  • [x] Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • [x] Authors: Does the paper.md file include a list of authors with their affiliations?
  • [x] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • [x] References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?
accepted published recommend-accept review

Most helpful comment

@arfon privilege and an honor! look forward to being of assistance in the future.

All 38 comments

Hello human, I'm @whedon. I'm here to help you with some common editorial tasks. @earino it looks like you're currently assigned as the reviewer for this paper :tada:.

:star: Important :star:

If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿

To fix this do the following two things:

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands
Attempting PDF compilation. Reticulating splines etc...

Just a note: we have included testthat tests in the package (an R way of automating tests). And install is just the usual R install methods (this is a pure R package with no C/C++ dependencies).

@JohnMount greeting! I was going through the review checklist, and most things are very straightforward. I should add that this is my first review for JOSS, so I please bare with me. I however couldn't verify:

  • community guidelines
  • all archival references that should have a DOI list one (e.g., papers, datasets, software)?

If you could help me find them, I would appreciate it!

@earino Thanks for volunteering! Please don't hesitate to ask me questions.

@whedon commands

Here are some things you can ask me to do:

# List all of Whedon's capabilities
@whedon commands

# Assign a GitHub user as the reviewer of this submission
@whedon assign @username as reviewer

# List of editor GitHub usernames
@whedon list editors

# List of reviewers together with programming language preferences and domain expertise
@whedon list reviewers

# Change editorial assignment
@whedon assign @username as editor

# Set the software archive DOI at the top of the issue e.g.
@whedon set 10.0000/zenodo.00000 as archive

# Open the review issue
@whedon start review

🚧 🚧 🚧 Experimental Whedon features 🚧 🚧 🚧

# Compile the paper
@whedon generate pdf

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

@JohnMount I'm happy to. I've spoken about this package in a few talks, so it seems like a good intersection of interest and aptitutde :)

  • I looked a number of other issues, and they all seem to have a CONTRIBUTING.md. Some of them are longer than others, here's an example. I think that the expectation is that the expectation is explicit?

    • I think you're supposed to include those DOIs in the references section of paper.md? Maybe I'm wrong on this one.

I'll run down a CONTRIBUTING.md right now. I just tried adding DOIs to paper.bib, but the re-render seemed to ignore them. If you know how to get them to render that would help a bit. I am going to also add the DOIs to the README.md so they will be there in a little bit.

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

@JohnMount sadly i don't know how to get them to render. let me know if you figure out the magic? (or maybe @karthik or someone can hop in and help clarify for us.)

Ah my mistake. I needed to merge the branch in to get the DOIs in. I now have DOIs in the paper.bib and the re-generated paper shows them. I'll add the paper one to the README.md (it doesn't make sense for the repository to refer to the code snapshot). And I'll add a CONTRIBUTING.md .

Okay, I think I have it all fixed up now. DOIs in the paper (now visible), and in README.md. Now have a simple CONTRIBUTING.md file.

@JohnMount looks great!
@karthik I've verified the full checklist, what's the next step?

@earino Thanks Ed!

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

@JohnMount Can you please archive your software on Zenodo and post a DOI here?

Here you go.

DOI

@whedon set 10.5281/zenodo.1196479 as archive

OK. 10.5281/zenodo.1196479 is the archive.

Thanks for accepting the paper. The article seems to be a dead link even though the check looks good on the thread. http://joss.theoj.org/papers/10.21105/joss.00584

Thanks for accepting the paper. The article seems to be a dead link even though the check looks good on the thread. http://joss.theoj.org/papers/10.21105/joss.00584

Yup, just working on that now.

@earino - many thanks for your review here and thanks to @karthik for editing this submission ✨

@JohnMount - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00584 :zap: :rocket: :boom:

:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:

If you would like to include a link to your paper from your README use the following code snippet:

[![DOI](http://joss.theoj.org/papers/10.21105/joss.00584/status.svg)](https://doi.org/10.21105/joss.00584)

This is how it will look in your documentation:

DOI

We need your help!

Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:

@arfon privilege and an honor! look forward to being of assistance in the future.

The paper was there for a little while and then disappeared again.

https://github.com/openjournals/joss-reviews/issues/584 (paper does not show)

https://www.theoj.org/joss-papers/joss.00584/10.21105.joss.00584.pdf (broken link)

I think this was a problem with GitHub earlier. This should be fixed again
now.

On Mon, Mar 12, 2018 at 12:28, John Mount notifications@github.com wrote:

The paper was there for a little while and then disappeared again.

584 https://github.com/openjournals/joss-reviews/issues/584 (paper

does not show)

https://www.theoj.org/joss-papers/joss.00584/10.21105.joss.00584.pdf
(broken link)

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/openjournals/joss-reviews/issues/584#issuecomment-372415651,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGjvLoYQyqF24b4mM73EuTkea7PrtGUlks5tdr5ngaJpZM4SGAAI
.

Looks like it disappeared again. Does JOSS get the paper from the tar file? Because it is not there- I used the CRAN distribution to build the marked release of the software (not the raw Github account).


If that is the problem we can up the DOI to have the full GitHub contents:

https://doi.org/10.5281/zenodo.1196652

John

Looks like it's back again. I think this is due to the GitHub pages outage earlier.

Does JOSS get the paper from the tar file?

No, we pull this straight from GitHub: https://github.com/openjournals/joss-papers/blob/a516dc7ddb45a1cbc0eabe7ecd9446dc2d657256/joss.00584/10.21105.joss.00584.pdf

Hm, then let's please stick with the version I gave originally. For me the file is missing again.

Now it is back. I think it is something to do with caching.

Was this page helpful?
0 / 5 - 0 ratings