Joss-reviews: [REVIEW]: MicrobiomeR: An R Package for Simplified and Standardized Microbiome Analysis Workflows

Created on 5 Mar 2019  ยท  60Comments  ยท  Source: openjournals/joss-reviews

Submitting author: @grabear (Robert Gilmore)
Repository: https://github.com/vallenderlab/MicrobiomeR
Version: 0.6.0
Editor: @lpantano
Reviewer: @CosteaPaul
Archive: 10.5281/zenodo.2600432

Status

status

Status badge code:

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

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

@CosteaPaul , 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 @lpantano know.

โœจ Please try and complete your review in the next two weeks โœจ

Review checklist for @CosteaPaul

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: 0.6.0
  • [x] Authorship: Has the submitting author (@grabear) 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 rOpenSci recommend-accept review

Most helpful comment

```Reference check summary:

OK DOIs

  • 10.1371/journal.pone.0061217 is OK
  • 10.1371/journal.pcbi.1005404 is OK
  • 10.12688/f1000research.14013.2 is OK
  • 10.1038/nmeth.f.303 is OK
  • 10.1093/nar/gks1219 is OK
  • 10.1093/nar/gkt1209 is OK

MISSING DOIs

  • None

INVALID DOIs

  • None
    ```

All 60 comments

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @CosteaPaul 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...

@grabear, can you render the other branch. As well, make sure to go over the list and see whether all the item can be checked to make the work easier @CosteaPaul.

Thanks!

Ok! I will soon!

@whedon generate pdf from branch joss-review

Attempting PDF compilation from custom branch joss-review. Reticulating splines etc...

Slightly confused about where exactly i'm supposed to comment on this, so i'll just do it here and i'm sure i'll be told off if i did it wrong.

Running into trouble installing this package:
install_github("vallenderlab/MicrobiomeR")
returns:

Error: (converted from warning) unable to access index for repository /src/contrib:
cannot open URL '/src/contrib/PACKAGES'

devtools 2.0.1
Issue in R 3.5.1, both on Windows and Unbuntu.

Thanks @CosteaPaul,

This is a good place to comment or the other issue @grabear opened in his repository.

@CosteaPaul This isn't necessarily an issue with our package.

Try using:
install_github("ropensci/taxa")
and see if it gives you the same error.

What version of the remotes package are you using? Try upgrading to the latest version if you haven't already.

@grabear , ropensci/taxa installs just fine.
Using remotes 2.0.1

@CosteaPaul Please see the issue that I've created with the remotes repository. It's linked above. :point_up:

The "solution" was found here https://github.com/r-lib/remotes/issues/251, which links to this:
https://community.rstudio.com/t/travis-build-error-cannot-open-url-src-contrib-packages/18088

If you just do the following:

Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = "true")
remotes::install_github("vallenderlab/MicrobiomeR")

Sorry for the issues, we can update our README to reflect this weird workaround. Once we put our package on CRAN this issue should not be a problem.

@grabear, the little hack seems to solve the install problem.

Ran all from scratch on a docker starting with xubu 18 and the latest R (3.5.3). Installing this takes a while, but runs though. Hefty list of dependencies. Would say overall i spent >2 hours getting this running. (Packages like curl and openssl fail because of lib dependencies that then need to be installed separately).

But now i can start playing with it.

Would actually really appreciate a docker repo that i could just pull and get started directly. Think this is something that would make sense having?

Would actually really appreciate a docker repo that I could just pull and get started directly. Think this is something that would make sense having?

I think this would be really nifty! @CosteaPaul

Unfortunately, our institution has a policy that doesn't permit us to use docker containers on their servers. I can definitely try to look into it on my personal machine if you think it would be helpful.

@grabear it's not something i think is needed, but would be nice to have.
Maybe a singularity container then? (that way you don't have to upset your security ppl).

Anyway, i've ticked all the boxes so as far as i'm concerned this is good to go. Am i supposed to do something else now?

@lpantano What happens next?

Thanks both!, I will take a final look and tell you something tomorrow morning!

On Mar 18, 2019, at 17:34, Rob Gilmore notifications@github.com wrote:

@lpantano What happens next?

โ€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Hi,

I think all is good. One minor detail in the references is that some of them have initials for the authors and others F. Lastname. Can you normalize the references to have the latter(F Lastname)?

After that, generate another proof, check references, and create a zenodo archive DOI. The metadata needs to be correct, like the title of the version in zenodo should be the title of the paper and author list.

After that, I can start the acceptance process and ping the joss-eics team to have a final look and finalize the acceptance.

Thanks!

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

@lpantano @CosteaPaul @sdhutchins https://zenodo.org/record/2598670

Thank you, @grabear.

I think there is some misunderstanding, sorry about that.

The Zenodo has to be from your repository, here you have an example of an accepted paper: https://zenodo.org/record/2574400#.XJE3_akpBp8

Cheers

Ahhh! SMH.... @lpantano one second.

Unfortunately, I have to wait for Zenodo to get back to me. I used the DOI in that first link that I sent. In order to change the files, associated with that DOI I had to fill out a form and make a request.

More to come...

sorry about the issue. Normally I sync Zenodo with my repos and then everytime I make a release a new version in Zenodo is created. If that is easy, go ahead, we can add whatever new Zenodo link to the final reviewed version.

@sdhutchins made a release or two today. Here is the link to the zenodo for that:
https://zenodo.org/account/settings/github/repository/vallenderlab/MicrobiomeR#

I also used this DOI in the "zenodo mistake" I made earlier. So we made need to be issued another DOI.
@lpantano

Hi,

Thanks for working on this. I found this one: https://zenodo.org/record/2600432#.XJLLXaQpCEc what seems correct.

But we need to match the title of the zenodo release with the paper (as you did for the mistake). Can you remove the mistake zenodo or change the title and update this one with the paper title.

Probably we need to add more documentation on this matter.

Let me know if you need more help trying to match the title to the paper.

Thanks! almost there.

On Mar 20, 2019, at 18:08, Rob Gilmore notifications@github.com wrote:

@sdhutchins made a release or two today. Here is the link to the zenodo for that:
https://zenodo.org/account/settings/github/repository/vallenderlab/MicrobiomeR#

I also used this DOI in the "zenodo mistake" I made earlier. So we made need to be issued another DOI.
@lpantano

โ€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Sorry about that! I've been doing the zenodo in a hurry, and I'm kicking myself for it. I'm working to complete this properly now.

Ok so here is the Zenodo link for the paper. The title should be correct. I published it as well, so hopefully that solved some other issues. https://zenodo.org/record/2600432 @lpantano @CosteaPaul

@whedon set 0.6.0 as version

OK. 0.6.0 is the version.

@whedon set 10.5281/zenodo.2600432 as archive

OK. 10.5281/zenodo.2600432 is the archive.

Hi @openjournals/joss-eics,

This paper has been accepted. Let us know if we missed something.

Thanks!

@lpantano just an fyi, we added an additional reference to the paper in the .bib file in v0.60

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

@whedon check references

Attempting to check references...

```Reference check summary:

OK DOIs

  • 10.1371/journal.pone.0061217 is OK
  • 10.1371/journal.pcbi.1005404 is OK
  • 10.12688/f1000research.14013.2 is OK
  • 10.1038/nmeth.f.303 is OK
  • 10.1093/nar/gks1219 is OK
  • 10.1093/nar/gkt1209 is OK

MISSING DOIs

  • None

INVALID DOIs

  • None
    ```

:smile:

Just pinging again @openjournals/jose-editors and @arfon in case this was missed. The paper is accepted.

Hi @lpantano - looks like we missed the ping last week, my apologies.

@whedon accept

Attempting dry run of processing paper acceptance...

Check final proof :point_right: https://github.com/openjournals/joss-papers/pull/593

If the paper PDF and Crossref deposit XML look good in https://github.com/openjournals/joss-papers/pull/593, then you can now move forward with accepting the submission by compiling again with the flag deposit=true e.g.
@whedon accept deposit=true

```Reference check summary:

OK DOIs

  • 10.1371/journal.pone.0061217 is OK
  • 10.1371/journal.pcbi.1005404 is OK
  • 10.12688/f1000research.14013.2 is OK
  • 10.1038/nmeth.f.303 is OK
  • 10.1093/nar/gks1219 is OK
  • 10.1093/nar/gkt1209 is OK

MISSING DOIs

  • None

INVALID DOIs

  • None
    ```

@whedon accept deposit=true

Doing it live! Attempting automated processing of paper acceptance...

๐Ÿšจ๐Ÿšจ๐Ÿšจ THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! ๐Ÿšจ๐Ÿšจ๐Ÿšจ

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited :point_right: https://github.com/openjournals/joss-papers/pull/594
  2. Wait a couple of minutes to verify that the paper DOI resolves https://doi.org/10.21105/joss.01299
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! ๐ŸŽ‰๐ŸŒˆ๐Ÿฆ„๐Ÿ’ƒ๐Ÿ‘ป๐Ÿค˜

    Any issues? notify your editorial technical team...

@CosteaPaul - many thanks for your review here and to @lpantano for editing this submission โœจ

@grabear - your paper is now accepted into JOSS :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.01299/status.svg)](https://doi.org/10.21105/joss.01299)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.01299">
  <img src="http://joss.theoj.org/papers/10.21105/joss.01299/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: http://joss.theoj.org/papers/10.21105/joss.01299/status.svg
   :target: https://doi.org/10.21105/joss.01299

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:

Thanks, @whedon @lpantano @CosteaPaul @sdhutchins for working through this!

Cheers!!
@grabear

Was this page helpful?
0 / 5 - 0 ratings