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

[REVIEW]: Phonetic Algorithms in R #480

Closed
18 tasks done
whedon opened this issue Dec 3, 2017 · 21 comments
Closed
18 tasks done

[REVIEW]: Phonetic Algorithms in R #480

whedon opened this issue Dec 3, 2017 · 21 comments
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Dec 3, 2017

Submitting author: @howardjp (James P. Howard, II)
Repository: https://github.com/howardjp/phonics
Version: v0.7.6
Editor: @jasonclark
Reviewer: @alexhanna
Archive: 10.5281/zenodo.1041982

Status

status

Status badge code:

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

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

@alexhanna, 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 @jasonclark know.

Conflict of interest

Code of Conduct

General checks

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

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • 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

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the function of the software can be verified?
  • 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

  • Authors: Does the paper.md file include a list of authors with their affiliations?
  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?
@whedon
Copy link
Author

whedon commented Dec 3, 2017

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

⭐ Important ⭐

If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As as 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

@whedon
Copy link
Author

whedon commented Dec 3, 2017

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Dec 3, 2017

https://github.com/openjournals/joss-papers/blob/joss.00480/joss.00480/10.21105.joss.00480.pdf

@howardjp
Copy link

howardjp commented Dec 4, 2017

@alexhanna Just wanted to give you a heads up, there are a handful of non-substantive changes in the development branch. If/when this paper is approved, I intend to push 1.0.0, so this paper will ultimately describe that version.

@jasonclark
Copy link

@alexhanna Let me know if you have questions about this review. I'm around all next week.

@alexhanna
Copy link

alexhanna commented Dec 17, 2017 via email

@alexhanna
Copy link

Sorry, it's been much longer than a week.

This looks generally good. Things that are missing:

  • LICENSE
  • Community guidelines (CONTRIBUTING)
  • and API for all the functions it implements.

Otherwise code looks good and all the tests check out.

@howardjp
Copy link

howardjp commented Jan 22, 2018

@alexhanna Hello, it's all good, we have our off days.

With respect to the license, the R package system demands that a file called "LICENSE" exist and in the format shown. If you're agreeable, I could add a COPYRIGHT.md file that included the BSD license information?

I have "Contribution guidelines" in the README. Do I need to break this out into a separate file?

Finally, as for an API, every function is documented (I wouldn't be able to pass the R release checks if not). The manual is completely produced at install time. Here's a link to the automatically generated PDF.

@alexhanna
Copy link

alexhanna commented Jan 22, 2018 via email

@howardjp
Copy link

Awesome. I will add the COPYRIGHT file to develop branch. That shouldn't take more than a few seconds :)

@howardjp
Copy link

Well, it took more than a few seconds, but here we go. Done. As I noted, I plan to release a 1.0.0 with this article. So with that, I'll merge the changes into master.

@alexhanna
Copy link

Always takes longer than expected!

@jasonclark I think this one's good to go.

@howardjp
Copy link

Thank you very much, @alexhanna!

@arfon
Copy link
Member

arfon commented Feb 5, 2018

@jasonclark - is this ready to accept?

@jasonclark
Copy link

@arfon @alexhanna Yes, I think we are ready. This one got a bit caught up in the holidays cycle. Thanks for everyone's work to get us this far.

@arfon
Copy link
Member

arfon commented Feb 13, 2018

@howardjp - At this point could you make an archive of the reviewed software in Zenodo/figshare/other service and update this thread with the DOI of the archive? I can then move forward with accepting the submission.

@howardjp
Copy link

Here ya go! https://doi.org/10.5281/zenodo.1041982

@arfon
Copy link
Member

arfon commented Feb 14, 2018

@whedon set 10.5281/zenodo.1041982 as archive

@whedon
Copy link
Author

whedon commented Feb 14, 2018

OK. 10.5281/zenodo.1041982 is the archive.

@arfon arfon added the accepted label Feb 14, 2018
@arfon
Copy link
Member

arfon commented Feb 14, 2018

@alexhanna - many thanks for your review here and to @jasonclark for editing this submission ✨

@howardjp - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00480 ⚡️ 🚀 💥

@arfon arfon closed this as completed Feb 14, 2018
@whedon
Copy link
Author

whedon commented Feb 14, 2018

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

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.00480/status.svg)](https://doi.org/10.21105/joss.00480)

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:

@whedon whedon added published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. labels Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review
Projects
None yet
Development

No branches or pull requests

5 participants