Open RenzoWijn opened 1 year ago
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing:
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing: 2
It's great that there is a Contributing
section in the README. Just a suggestion, but perhaps provide a link to the CONTRIBUTING.md
file for ease of access, since it is mentioned in this section.
It's pretty nice that there are links to the authors' GitHub profiles rather than just writing the authors' names. As a note, the link for the first author appears to be broken, so maybe double-check the link there!
Just a suggestion, but perhaps the line Please visit the [documentation](https://twitterpersona.readthedocs.io/en/latest/?badge=latest) for more information and examples.''
could go under the Classes and Functions
section of the README since that's where the usage examples are. As well, be careful of typos in the README (i.e. please find follow instructions and apply one at
)
In the installation section of the README, perhaps add a note that the package can only be installed if you have python version 3.9
installed, since trying to install the package with previous versions of python instead will result in an error. Alternatively (or maybe preferably), consider adding the python version badge that's mentioned in the review checklist:
From this error message, it looks like we might need to have Elevated
Twitter Developer accounts rather than the default Essential
-level account. This might be something to mention in the installation section of the README so that users don't encounter authentication errors.
Otherwise, great job!
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing: 1.5 hrs
The idea of this package is truly exciting, and it is materialized very well in the code. The group has done a great job at collaborating well, which is evident from the package repository. I would also like to list some of my observations and suggestions that might help with some looking into.
CONTRIBUTING
file could benefit from package authors' email addresses.README
.test-load_twitter_msg.py
is empty. Adding tests for the relevant function might help.
Keep up the great work!Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing: 1 hr
Submitting Author: Renzo Wijngaarden(@RenzoWijn) All current maintainers: (@Yurui-Feng, @roanraina, @tiger12055) Package Name: twitter-persona One-Line Description of Package: A way to quickly determine the sentiment of a given Twitter user. Repository Link: https://github.com/UBC-MDS/twitter-persona Version submitted: TBD Editor: TBD
Reviewer 1: Yingxin Song Reviewer 2: Qurat-ul-Ain Azim Reviewer 3: Mengjun Chen Reviewer 4: Alexander Taciuk Archive: TBD
Version accepted: TBD Date accepted (month/day/year): TBD
Description
Scope
Please indicate which category or categories this package falls under:
For all submissions, explain how the and why the package falls under the categories you indicated above. In your explanation, please address the following points (briefly, 1-2 sentences for each):
The audience for our package is Twitter users who are looking to quickly see what kind of other users they're interacting with.
TweePy is similar to our package, but focuses more on the frequency and analysis of how a user is tweeting. Our solution is low-code and easier to interact with.
@tag
the editor you contacted:NA
Technical checks
For details about the pyOpenSci packaging requirements, see our packaging guide. Confirm each of the following by checking the box. This package:
Publication options
JOSS Checks
- [ ] The package has an **obvious research application** according to JOSS's definition in their [submission requirements][JossSubmissionRequirements]. Be aware that completing the pyOpenSci review process **does not** guarantee acceptance to JOSS. Be sure to read their submission requirements (linked above) if you are interested in submitting to JOSS. - [ ] The package is not a "minor utility" as defined by JOSS's [submission requirements][JossSubmissionRequirements]: "Minor ‘utility’ packages, including ‘thin’ API clients, are not acceptable." pyOpenSci welcomes these packages under "Data Retrieval", but JOSS has slightly different criteria. - [ ] The package contains a `paper.md` matching [JOSS's requirements][JossPaperRequirements] with a high-level description in the package root or in `inst/`. - [ ] The package is deposited in a long-term repository with the DOI: *Note: Do not submit your package separately to JOSS*Are you OK with Reviewers Submitting Issues and/or pull requests to your Repo Directly?
This option will allow reviewers to open smaller issues that can then be linked to PR's rather than submitting a more dense text based review. It will also allow you to demonstrate addressing the issue via PR links.
Code of conduct
Please fill out our survey
P.S. *Have feedback/comments about our review process? Leave a comment here
Editor and Review Templates
The editor template can be found here.
The review template can be found here.