Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[REVIEW]: hddtools: Hydrological Data Discovery Tools #56
Comments
|
/ cc @openjournals/joss-reviewers - would anyone be willing to review this submission? If you would like to review this submission then please comment on this thread so that others know you're doing a review (so as not to duplicate effort). Something as simple as Reviewer instructions
Any questions, please ask for help by commenting on this issue! |
|
rOpenSci is not a journal. I'm not sure there is a conflict ... |
|
@labarba There's not a conflict, but we're piloting a system where authors go through our review process, and on acceptance we submit their package to JOSS, and editors have the option of accepting based on rOpenSci's reviews rather than re-reviewing. |
Yep it's OK to pause.
@labarba - this is something @noamross, @karthik and myself have been piloting. This review process is heavily based on the rOpenSci review process so JOSS reviews can go much faster if a package has already been through the rOpenSci review process. |
|
This package has been reviewed and accepted by rOpenSci. See the review thread here: ropensci/software-review#73 . Note that, with repository transfer since the initial submission, the new repository URL is https://github.com/ropensci/hddtools . The current version is v0.5.0 and Zenodo DOI is http://doi.org/10.5281/zenodo.247842 |
|
|
@cvitolo your paper is now accepted into JOSS. Your paper DOI is http://dx.doi.org/10.21105/joss.00056 |
|
Dear Claudia, I have been able run your latest tutorial successfully using R 3.2.5, but not working with R 3.3.3 due to some packages not available in the latest version. For now it is fine with R 3.2.5 version. Could you suggest me some more mids apart from mids = 60(TOPMODEL), 230 (ARNOX/VIC), 343(PRMS) and 426(SACRAMENTO). along with their names, say 9 in all. I need 9 plausible model structures for my analysis. How would one change the coding in R when we have to handle 9 model structures? I have copied snippet from your code. bestModel <- function(runNumber){ if (runNumber < (numberOfRuns + 1)) myBestModel <- "TOPMODEL" if (runNumber > (numberOfRuns + 1) & if (runNumber > (2numberOfRuns + 1) & if (runNumber > (3numberOfRuns + 1) & Does the above code correct if I have 5 model structures for my analysis?return(myBestModel) } Which model structure is being calibrated using hydromad? Looking forward to your response in anticipation. Thanking you. Regards, Surajit |
|
This was tested according to https://cvitolo.github.io/fuse/articles/fuse_vignette.html. |
|
Sorry Claudia, bestModel <- function(runNumber){ if (runNumber < (numberOfRuns + 1)) myBestModel <- "TOPMODEL" if (runNumber > (numberOfRuns + 1) & if (runNumber > (2numberOfRuns + 1) & if (runNumber > (3numberOfRuns + 1) & return(myBestModel) } Does the above code correct if I have 5 model structures for my analysis?asterisk symbol is missing before numberOfRuns after being postedThanking you. Regards, Surajit |
Submitting author: @cvitolo (Claudia Vitolo)
Repository: https://github.com/ropensci/hddtools/
Version: v0.3.0
Editor: @arfon
Reviewer: @karthik
Archive: https://dx.doi.org/10.5281/zenodo.247842
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 questions
Conflict of interest
General checks
Functionality
Documentation
Software paper
Paper PDF: 10.21105.joss.00056.pdf
paper.mdfile include a list of authors with their affiliations?