UBC-MDS / software-review-2021

1 stars 1 forks source link

Submission: tweetr (R) #32

Open yuanxiongbear opened 3 years ago

yuanxiongbear commented 3 years ago

name: tweetr about: Use this template to submit software for review


Submitting Author: Yuan Xiong (@yuanxiongbear) Other Authors: Huanhuan Li (@huan-ds), Yuanzhe(Marco) Ma (@mmyz88), Jared Splinter (@JaredSplinter) Repository: https://github.com/UBC-MDS/tweetr.git Version submitted: v0.2.0 Editor: Tiffany Timbers(@ttimbers) Reviewers: TBD

Archive: TBD Version accepted: TBD


Package: tweetr
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: 
    c(person("Huanhuan", "Li", email = "lihuanhuan1003@hotmail.com", role = c("aut", "cre", "ctb", "cph")),
    person("Yuanzhe(Marco)", "Ma", role = c("aut", "ctb", "cph")),
    person("Jared", "Splinter", role = c("aut", "ctb", "cph")),
    person("Yuan", "Xiong", role = c("aut", "ctb", "cph"))) 
Description: This is a R package for text analysis and sentiment analysis on tweets. The package will allow you to extract tweets from Twitter, visualize user habit on tweet posting, and apply sentiment analysis to the data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/UBC-MDS/tweetr
BugReports: https://github.com/UBC-MDS/tweetr/issues
Config/testthat/edition: 3
Depends: 
    tidyverse,
    R (>= 2.10)
Imports: 
    lubridate,
    testthat,
    ggplot2,
    twitteR,
    dplyr,
    tidytext,
    magrittr,
    cowplot,
    rlang

Scope

Technical checks

Confirm each of the following by checking the box.

This package:

Publication options

MEE Options - [ ] The package is novel and will be of interest to the broad readership of the journal. - [ ] The manuscript describing the package is no longer than 3000 words. - [ ] You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see [MEE's Policy on Publishing Code](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/(ISSN)2041-210X/journal-resources/policy-on-publishing-code.html)) - (*Scope: Do consider MEE's [Aims and Scope](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/(ISSN)2041-210X/aims-and-scope/read-full-aims-and-scope.html) for your manuscript. We make no guarantee that your manuscript will be within MEE scope.*) - (*Although not required, we strongly recommend having a full manuscript prepared when you submit here.*) - (*Please do not submit your package separately to Methods in Ecology and Evolution*)

Code of conduct

Andrew-Tan commented 3 years ago

Package Review

Please check off boxes as applicable, and elaborate in the comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

For packages co-submitting to JOSS

The package contains a paper.md matching JOSS's requirements with:

  • [ ] A short summary describing the high-level functionality of the software
  • [ ] Authors: A list of authors with their affiliations
  • [ ] A statement of need clearly stating problems the software is designed to solve and its target audience.
  • [ ] References: with DOIs for all those that have one (e.g. papers, datasets, software).

Functionality

Estimated hours spent reviewing: ~1 hour


Review Comments

Great work overall! Appreciate the effort all of you have been put into the development of this package. Here're some places that I think can be improved:

Again, good work everyone. Thank @mmyz88 for letting me know the way to run the package.

roycezhou commented 3 years ago

Package Review

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

Documentation

The package includes all the following forms of documentation:

For packages co-submitting to JOSS

The package contains a paper.md matching JOSS's requirements with:

  • [ ] A short summary describing the high-level functionality of the software
  • [ ] Authors: A list of authors with their affiliations
  • [ ] A statement of need clearly stating problems the software is designed to solve and its target audience.
  • [ ] References: with DOIs for all those that have one (e.g. papers, datasets, software).

Functionality

Estimated hours spent reviewing: 1 hour


Review Comments

Hi Team,

Thanks for building this package tweetr! I enjoy playing around with this package and it surely performs meaningful text analysis and sentiment analysis on tweets.

While I was using it, I remarked a few things down as follows, and hope it could help to enhance the overall user experience more.