-
-
Notifications
You must be signed in to change notification settings - Fork 39
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]: inAccessMod: An R package to automate data downloading and processing for AccessMod #5879
Comments
Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks. For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
Wordcount for |
|
@ConnorDonegan, @mponce0 This is the review thread for the paper. All of our communications will happen here from now on. Please read the "Reviewer instructions & questions" in the first comment above. Please create your checklist typing:
As you go over the submission, please check any items that you feel have been satisfied. There are also links to the JOSS reviewer guidelines. The JOSS review is different from most other journals. Our goal is to work with the authors to help them meet our criteria instead of merely passing judgment on the submission. As such, the reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention We aim for the review process to be completed within about 4-6 weeks but please make a start well ahead of this as JOSS reviews are by their nature iterative and any early feedback you may be able to provide to the author will be very helpful in meeting this schedule. |
Review checklist for @ConnorDoneganConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
👋 @mponce0 – just checking when you might be able to start on your review? |
Thank your patience and the reminder, will be done shortly |
Review checklist for @mponce0Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
@arfon I'm done with the review. I'm including some additional elements for the authors that could help address some of the missing points: General checks
@ptimoner appears to be the main contributor to the repository.
The package appears to build upon a well established open source tool in the field modelling health care access.
As the paper is based on health care access data, although the package itself does not contain it but gives access to it... I'm not sure whether we should look deeper into this? Functionality
Not specified in the paper, but is an R package so it should follow the usual standards, still borth menitoning it.
Can not verify that, as no examples are provided. Documentation
Partially, nothing is mentioned in the manuscript but instructions can be found in the package github repository.
No examples are included, I would strongly suggest to do so.
Partially, a very high level overview is described in the manuscript.
No
No specifications neither about contributions nor support are provided. Software paper
No comparison is done with other packages nor mentioned whether there is a similar package other than the "mother" tool used to harvest the data from. Further recommendations:
|
@mponce0 Thanks a lot for taking time to review our package. Regarding the documentation and functionality sections, I just wanted to mention that there is vignette available. Following @ConnorDonegan recommendations (unige-geohealth/inAccessMod#4), we added the instructions to the README file so users know how to obtain the vignette, we modified the vignette, and it is now possible to move from "initiate_project" (first step) to "compile_processed_data" (last step) just following the Tutorial, using the same example project across the different functions. We also added example codes to the help pages, and we added example data within the package for the additional functions (multi_ts and hf_best_cov), the ones that can be run outside the main pipeline, and that can be useful for AccessMod users. This way, the user can test the functions even they don't have their own inputs. I hope that this clarifies the main concern raised in your review. |
Hi Pablo @ptimoner , thanks for the clarification, this helps. WRT installation instructions, I have been having some issues installing the package. -----------------------------------
ERROR: this R is version 4.1.2, package 'inAccessMod' requires R >= 4.1.3
-----------------------------------
ERROR: package installation failed
Error: Failed to install 'inAccessMod' from GitHub:
! System command 'R' failed
In addition: There were 13 warnings (use warnings() to see them) as indicated in the instructions section, this type of things and other dependencies should be mentioned. Similarly, when trying to install the package in R v 4.3.2, some missing dependencies are making the installation fail, e.g. ERROR: dependencies ‘crsuggest’, ‘exactextractr’, ‘gdalUtils’, ‘osmextract’, ‘rgdal’, ‘rgeoboundaries’, ‘rgeos’, ‘sf’ are not available for package ‘inAccessMod’ |
Dear Marcelo @mponce0, Thanks for pointing out the importance of having all installation details in the README and a quickly accessible vignette in the main repository. I followed your suggestion and made the required changes. I invite you to revise the modified README and to check the new TUTORIAL file in the main repository. Thanks again, Best regards, Pablo |
@ptimoner Can you comment on the issue of automated tests? If you don't have something already in use, can you create an automated test to guard against future issues being introduced with changes to the code or dependencies? (Not necessarily using https://testthat.r-lib.org/) The tutorial now verifies that the code runs, but I would be more confident if I could see some code that will help prevent future issues. As a review criteria we have to consider this:
|
@ConnorDonegan Thank you for your valuable insights. While our tutorial already outlines the manual steps required to verify the package's functionality, to strengthen our validation process, I've integrated automated tests for both individual functions and the complete pipeline into the package. In addition to this, I've included instructions in the README on how to execute these tests. Thanks again, Best regards, Pablo |
@ptimoner – it looks like there are some suggested improvements to your paper too. Have you made those? |
@ConnorDonegan, @mponce0 – the author (@ptimoner) has made a number of updates to the software and paper since your initial reviews. Could I ask that you both revisit this package and update your checklists accordingly? Many thanks, Arfon |
Hi @ptimoner I'm having trouble getting the tests to run. I think its not able to find the files. My memory of it is that the tests have to be placed in a I see that the review criteria asks for autormated or manual tests, and the new vignette meets the latter criteria. I think it would be valuable to see the new automated tests run cleanly to help catch new issues as the code base changes, although its not necessary for meeting review criteria. Thanks for your responsiveness. The paperAs is, it follows the JOSS style---very concise, documents the need for the software and its main functionality. I think it could benefit from
|
Hi @ConnorDonegan, Thanks for your comments. I changed the path of my test files, and now it should work with devtools::test(). Regarding the further comments on the paper:
Thanks for taking the time to review our paper/package and for your valuable feedback. Best regards, Pablo |
Thanks, this looks good. The last thing I'm doing for my review (presently) is starting up AccessMod to verify that I can successfully bring the data into the application. |
Thanks @mponce0 for pointing out this issue of the failed automated tests. It has been addressed (unige-geohealth/inAccessMod#5 (comment)) and they should work now. As suggested, I also mentioned in the README and the Tutorial that the user must have a working internet connection in order to access all the functions that allow downloading data. Best regards, Pablo |
Thanks for the additional iterations here folks, including moving to a more 'robust' set of dependencies. @mponce0 – I think we're waiting on you at this point to verify that you can now run the tests. |
Alright, all good from my side now! |
Dear @arfon, |
@ptimoner – looks like we're very close to being done here. I will circle back here next week, but in the meantime, please give your own paper a final read to check for any potential typos etc. After that, could you make a new release of this software that includes the changes that have resulted from this review. Then, please make an archive of the software in Zenodo/figshare/other service and update this thread with the DOI of the archive? For the Zenodo/figshare archive, please make sure that:
|
@arfon We gave our paper a final read, we did not find any typo and no change has been made. |
@editorialbot set v1.1 as version |
Done! version is now v1.1 |
@editorialbot set 10.5281/zenodo.10466894 as archive |
Done! archive is now 10.5281/zenodo.10466894 |
@editorialbot recommend-accept |
|
|
👋 @openjournals/dsais-eics, this paper is ready to be accepted and published. Check final proof 👉📄 Download article If the paper PDF and the deposit XML files look good in openjournals/joss-papers#4882, then you can now move forward with accepting the submission by compiling again with the command |
@editorialbot accept |
|
Ensure proper citation by uploading a plain text CITATION.cff file to the default branch of your repository. If using GitHub, a Cite this repository menu will appear in the About section, containing both APA and BibTeX formats. When exported to Zotero using a browser plugin, Zotero will automatically create an entry using the information contained in the .cff file. You can copy the contents for your CITATION.cff file here: CITATION.cff
If the repository is not hosted on GitHub, a .cff file can still be uploaded to set your preferred citation. Users will be able to manually copy and paste the citation. |
🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
@ConnorDonegan, @mponce0 – many thanks for your reviews here! JOSS relies upon the volunteer effort of people like you and we simply wouldn't be able to do this without you ✨ @ptimoner – your paper is now accepted and published in JOSS ⚡🚀💥 |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! The 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 Thanks a lot for taking care of the review process. @mponce0 @ConnorDonegan thanks to you for all your valuable insights. |
Submitting author: @ptimoner (Pablo Timoner)
Repository: https://github.com/unige-geohealth/inAccessMod
Branch with paper.md (empty if default branch):
Version: v1.1
Editor: @arfon
Reviewers: @ConnorDonegan, @mponce0
Archive: 10.5281/zenodo.10466894
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) by leaving comments 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
@ConnorDonegan & @mponce0, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @arfon know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Checklists
📝 Checklist for @ConnorDonegan
📝 Checklist for @mponce0
The text was updated successfully, but these errors were encountered: