UBC-MDS / software-review-2022

0 stars 0 forks source link

Submission group 8: rtweetlytics #61

Open mahsasarafrazi opened 2 years ago

mahsasarafrazi commented 2 years ago

Submitting Author Name: Mahsa Sarafrazi Submitting Author Github Handle: !--author1-->@mahsasarafrazi<!--end-author1-- Other Package Authors Github handles: (comma separated, delete if none) Amir Shojakhani: @amirshoja, Shiva Shankar Jena: @shivajena, Mahmood Rahman: @mahm00d27 Repository: https://github.com/UBC-MDS/rtweetlytics Version submitted: Standard Submission type: Standard Reviewers: Xiaohan Chen, James Kim, Brandon Lam, Zihan Zhou Archive: TBD Version accepted: TBD Language: en


Package: rtweetlytics
Title: Analyzing the tweets for specific keyword
Version: 0.0.0.9000
Authors@R: 
    person(given = "Amir Shojakhani, Shiva Shankar Jena ,Mahmood Rahman, MAhsa Sarafrazi",
           family = "MDS UBC",
           role = c("aut", "cre"),
           email = "ma.sarafrazi@gmail.com",
           comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package would retrieve tweets on a required topic and time frame, store them, performs data cleaning, data analysis, and plotting.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Config/testthat/edition: 3
Imports: 
    httr,
    dplyr,
    jsonlite,
    testthat,
    lubridate,
    stringr,
    plyr,
    sentimentr
Depends: 
    tidyverse

Scope

Technical checks

Confirm each of the following by checking the box.

This package:

Publication options

MEE Options

Code of conduct

ming0701 commented 2 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:

Functionality

Estimated hours spent reviewing: 1.5 hours


Review Comments

Anthea98 commented 2 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:

Functionality

Estimated hours spent reviewing: 1h


Review Comments

jamesktkim commented 2 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:

Functionality

Estimated hours spent reviewing: 1 hr


Review Comments

zzhzoe commented 2 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:

Functionality

Estimated hours spent reviewing: 1h


Review Comments

Amazing work! The package works as expected and as described. I love how the name conveys the benefit of being able to generate plots quickly. The peer reviewers above me provided detailed feedback that I agree with. In addition, I noted some minor revisions, as follows.

Aside from the minor issues mentioned above, the package has been so comprehensive and easy to use overall. I really appreciate that you can use this package to make data visualization easier for non-technical people. Thanks!