openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
725 stars 38 forks source link

[REVIEW]: tempodisco: an R package for temporal discounting #7472

Open editorialbot opened 1 week ago

editorialbot commented 1 week ago

Submitting author: !--author-handle-->@kinleyid<!--end-author-handle-- (Isaac Kinley) Repository: https://github.com/kinleyid/tempodisco/ Branch with paper.md (empty if default branch): Version: v0.1.0 Editor: !--editor-->@skanwal<!--end-editor-- Reviewers: @bkrayfield, @marberts Archive: Pending

Status

status

Status badge code:

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

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

@bkrayfield & @marberts, 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:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @skanwal 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 @marberts

šŸ“ Checklist for @bkrayfield

editorialbot commented 1 week ago

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:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf
editorialbot commented 1 week ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

āœ… OK DOIs

- 10.1037/1064-1297.16.3.264 is OK
- 10.1037//0096-3445.128.1.78 is OK
- 10.3758/bf03195548 is OK
- 10.1002/jeab.128 is OK
- 10.1901/jeab.2001.76-235 is OK
- 10.1016/j.drugalcdep.2007.12.011 is OK
- 10.3791/53584 is OK
- 10.1002/jeab.4200 is OK
- 10.1017/S0033291721002282 is OK
- 10.1371/journal.pcbi.1007615 is OK

šŸŸ” SKIP DOIs

- None

āŒ MISSING DOIs

- None

āŒ INVALID DOIs

- None
editorialbot commented 1 week ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.06 s (951.4 files/s, 315475.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JavaScript                      11           2546           2638           9642
R                               18            376            878           1759
Markdown                         3            177              0            786
Rmd                             15            216            432            274
YAML                             4             23              9            109
CSS                              8             29             41            104
TeX                              1              9              0            104
Sass                             1              4              0             71
-------------------------------------------------------------------------------
SUM:                            61           3380           3998          12849
-------------------------------------------------------------------------------

Commit count by author:

   115  Isaac Kinley
editorialbot commented 1 week ago

Paper file info:

šŸ“„ Wordcount for paper.md is 377

āœ… The paper includes a Statement of need section

editorialbot commented 1 week ago

License info:

šŸŸ” License found: GNU General Public License v3.0 (Check here for OSI approval)

editorialbot commented 1 week ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

marberts commented 1 week ago

Review checklist for @marberts

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

bkrayfield commented 1 week ago

Review checklist for @bkrayfield

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

marberts commented 6 days ago

I'm done my initial review. I've opened several issues, the most important of which are kinleyid/tempodisco#7 (who is the target audience) and kinleyid/tempodisco#8. kinleyid/tempodisco#4 is the reason that installation instructions is unchecked and kinleyid/tempodisco#5 is the reason that community guidelines is not checked. The remaining issues and the PR are just suggestions to improve the code base a bit, especially if you plan to submit to CRAN.

kinleyid commented 3 days ago

Thanks so much for these thorough comments! I've begun working through them.