Joss-reviews: [REVIEW]: Gramm: grammar of graphics plotting in Matlab

Created on 5 Feb 2018  ·  21Comments  ·  Source: openjournals/joss-reviews

Submitting author: @piermorel (Pierre Morel)
Repository: https://github.com/piermorel/gramm
Version: v2.23
Editor: @cMadan
Reviewer: @trallard
Archive: 10.5281/zenodo.1188423

Status

status

Status badge code:

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

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

@trallard, 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 @cMadan 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 (v2.23)?
  • [x] Authorship: Has the submitting author (@piermorel) 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

All 21 comments

Hello human, I'm @whedon. I'm here to help you with some common editorial tasks. @trallard 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...
https://github.com/openjournals/joss-papers/blob/joss.00568/joss.00568/10.21105.joss.00568.pdf

Currently doing the review of gramm and have a couple of things to raise @piermorel:

Documentation

  • [ ] Installation instructions: Is there a clearly-stated list of dependencies? Ideally, these should be handled with an automated package management solution.

Even though the instructions allow for correct installation they might be a bit dry? cryptic? for those that have never added 3rd party code to their MATLAB path (issue here)

  • [ ] Automated tests: Are there automated tests or manual steps described so that the function of the software can be verified?

I could not find any tests in the repository so I was wondering if you'd considered adding any
(issue here)

  • [ ] 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

It would be good to add some contributing guidelines to the repository, this encourages people a lot to get involved in the improvement of packages they use / love (issue here)

Software paper

  • [ ] References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?

Just found out that Wilkinson's _'The Grammar of Graphics'_ has a DOI http://dx.doi.org/10.1007/978-1-4757-3100-2.

Documentation

  • [ ] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?

I think the summary of the software paper makes an excellent point on why gramm is needed and how it offers a better visualization environment for MATLAB users. This could probably be incorporated to the gramm repository (issue here)

Thank you for these suggestions @trallard. I just adressed all these comments in commit https://github.com/piermorel/gramm/commit/f74c06deb4944d41509667a102f7cf9b162351eb and closed the corresponding issues. Do not hesitate to reopen them if not satisfactory. The latest commit https://github.com/piermorel/gramm/commit/efaa6f7b4a8b397532b909a581b3641ce05cd196 also adds the doi for "grammar of graphics".

@piermorel great! I think these edits are great and they help users understand why they'd want to use gramm and how to contribute to it

I also created a PR. It is mainly around re-structuring the Readme a bit. Feel free to merge it or not shall you feel it makes sense.

@cMadan would it be possible to re-generate the pdf with the newly added DOI?

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

@cMadan I think we can consider the revision of the package completed for the JOSS submission. @piermorel has sorted out the issues identified and I am sure this package will continue to evolve since it seems to be already well accepted by the MATLAB community.

What are the next steps to be followed?

@trallard, great, thank you for your thorough review!

@brian-lau, have you had a chance to test the submission?

@brian-lau, thank you for your interest, but I think I'll go ahead and accept the submission as-is now.

@trallard, thank you again for your review!

@piermorel, can you provide the DOI for an archived version of the project's code? (I.e., archive the current codebase on Zenodo or FigShare). After that we'll be all set to accept!

You are very welcome @cMadan it has been an absolute pleasure to review this package

Thank you @cMadan, and thank you @trallard for the useful comments.

Gramm is already on Zenodo since several releases. I think Zenodo provides this DOI that allows to track new releases automatically: https://doi.org/10.5281/zenodo.594625 . If there is the need to provide the doi from the reviewed version, the latest release on zenodo corresponds to that https://doi.org/10.5281/zenodo.1188423 .

@whedon set 10.5281/zenodo.1188423 as archive

OK. 10.5281/zenodo.1188423 is the archive.

@piermorel, perfect, we're all set then!

@arfon, can you do the honors?

@trallard - many thanks for your review here and to @cMadan for editing this submission ✨

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

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

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:

Was this page helpful?
0 / 5 - 0 ratings