Closed whedon closed 6 years ago
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @tgerke, 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:
For a list of things I can do to help you, just type:
@whedon commands
Attempting PDF compilation. Reticulating splines etc...
Major suggestions have corresponding issues in associated GitHub repo:
Minor suggestions (change only the ones you think will help future package users):
plot_predicted_pathway
and predict_transitions
; would be nice if there were corresponding examples in documentation for cohort_simulation
, length_of_stay
, and msprep2
Imports
and Suggests
fields of DESCRIPTION (e.g. dplyr (>=0.7)
) to ensure that users with older versions of dependencies don't run into issues?multistateutils::des-package
and ?multistateutils::des` open template documentation, unsure if this should be filled in or omittedBugReports
field in DESCRIPTION (probably link to GitHub repo Issues page)?multistateutils
), can probably use text from paper.md file in JOSS submissionOther notes:
devtools::install_github("stulacy/multistateutils")
worked fine; examples in documentation ran fine@tgerke @jenniferthompson - how are you getting along with your reviews here?
I'm partway through, but ran into a stumbling block that I filed as an issue in the main repo. (Sorry, probably should have noted that here as well!) Unfortunately this laptop is the only machine I'll have access to for the next week, but I'll see if there's more I can add.
Sorry I've been on holiday for the last few weeks. I'll have a look at that issue and the other suggestions above
:wave: @tgerke - when do you think you might be able to complete your review by?
I've made the following changes and pushed to the development
branch.
Major suggestions have corresponding issues in associated GitHub repo:
* [Missing LICENSE plaintext file required for JOSS](https://github.com/stulacy/multistateutils/issues/1)
Added LICENCE.md at directory top level
* [Problem with R CMD build and undeclared dependency](https://github.com/stulacy/multistateutils/issues/2)
Work in progress...
* [Problem with R CMD check](https://github.com/stulacy/multistateutils/issues/3) - not as certain about this one, can close issue if other reviewers don't run into the same problem
Work in progress...
Minor suggestions (change only the ones you think will help future package users):
* Had good examples for `plot_predicted_pathway` and `predict_transitions`; would be nice if there were corresponding examples in documentation for `cohort_simulation`, `length_of_stay`, and `msprep2`
Added examples for these functions.
* Good practice to have package versions in `Imports` and `Suggests` fields of DESCRIPTION (e.g. `dplyr (>=0.7)`) to ensure that users with older versions of dependencies don't run into issues
Haven't added yet although am open to doing so if it would be beneficial for users
* `?multistateutils::des-package` and ?multistateutils::des` open template documentation, unsure if this should be filled in or omitted
Removed these old leftover docs.
* Would be nice to add `BugReports` field in DESCRIPTION (probably link to GitHub repo Issues page)
Added.
* Would be nice to add more detail in package description itself (`?multistateutils`), can probably use text from paper.md file in JOSS submission
Decided not to add, would prefer users to read README or vignette.
Changes look great! Checked the corresponding boxes in this thread and responded to a couple things in repository issues page. Will recompile to ensure that updates to paper.bib made it properly to the article's PDF form, as compiled by @whedon.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
With the closing of issues 1, 2, and 3, my review is complete.
Note that my review focused primarily on the mechanics of the multistateutils package (installation, documentation, etc.), and not on the content (I am not qualified for that). I have left one box unchecked in the reviewer checklist above; after @tgerke's and @jenniferthompson's reviews and corresponding code modifications, I would like to ensure that the package still installs correctly, and I will check the box once this has been confirmed.
Nicely done, @stulacy - looking forward to seeing multistateutils on JOSS!
:wave: @jenniferthompson - when do you think you might be able to complete your review by?
@arfon The fix @stulacy made recently means I can review on my laptop now, so I'll try to get back to it and have it done this weekend, if that works!
@arfon The fix @stulacy made recently means I can review on my laptop now, so I'll try to get back to it and have it done this weekend, if that works!
Sounds great. Thanks!
This package provides some highly useful extensions to existing capabilities in R for multistate models. Current capabilities are clearly highlighted in the Examples vignette, as well as the valuable additions provided by this package. The recently added examples are very helpful.
One issue I ran into is that the vignette doesn't seem to be building with the development version. I filed an issue in the main repo.
data.table
and dplyr
, as they're heavy dependencies that require some time to install.cohort_simulations()
.Thank you for this helpful work!
@jenniferthompson, you are correct, on re-checking I failed to find contribution guidelines in the README or another file. Thank you for the correction!
Also removed text inappropriate from LICENSE file in this pull request.
I've incorporated the LICENSE pull request and believe have fixed the vignette issue (see corresponding issue thread). I've also added a CONTRIBUTING.md file with guidelines on how to contribute, suggestions to improve it are welcome.
What is a good approach for adding package versions to Imports? I could use the current release version, but I don't want to force people to update to the latest version of say dplyr
if they have reasons for keeping older versions and the older versions work anyway.
@stulacy - 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.
I've made a new archive with the DOI 10.5281/zenodo.1451474
@whedon set 10.5281/zenodo.1451474 as archive
OK. 10.5281/zenodo.1451474 is the archive.
@jenniferthompson, @rrrlw - many thanks for your reviews here ✨
@stulacy - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00893 :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 snippets:
Markdown:
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00893/status.svg)](https://doi.org/10.21105/joss.00893)
HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.00893">
<img src="http://joss.theoj.org/papers/10.21105/joss.00893/status.svg" alt="DOI badge" >
</a>
reStructuredText:
.. image:: http://joss.theoj.org/papers/10.21105/joss.00893/status.svg
:target: https://doi.org/10.21105/joss.00893
This is how it will look in your documentation:
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:
Thanks @arfon @jenniferthompson @rrrlw !
Submitting author: @stulacy (Stuart Lacy) Repository: https://github.com/stulacy/multistateutils Version: v1.2.0 Editor: @arfon Reviewer: @tgerke, @jenniferthompson, @rrrlw Archive: 10.5281/zenodo.1451474
Status
Status badge code:
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
@tgerke & @jenniferthompson & @rrrlw, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @arfon know.
✨ Please try and complete your review in the next two weeks ✨
Review checklist for @tgerke
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?Review checklist for @jenniferthompson
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?Review checklist for @rrrlw
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?