UBC-MDS / software-review-2022

0 stars 0 forks source link

Submission Group 26: featurecreator (R) #39

Open SonQBChau opened 2 years ago

SonQBChau commented 2 years ago

name: featurecreator

about: R package for peer review


Submitting Author Name: Son Chau @SonQBChau Nikita Shymberg @NikitaShymberg Rakesh Pandey @veerupandey Wenjia Zhu @PANDASANG1231

Package Name: featurescreator One-Line Description of Package: Helper functions to create new features for temporal data. Repository Link: https://github.com/UBC-MDS/featurescreator Version submitted: v1.1.0

Editors: Son Chau @SonQBChau Nikita Shymberg @NikitaShymberg Rakesh Pandey @veerupandey Wenjia Zhu @PANDASANG1231

Reviewers Amelia Tang @aimee0317 Allyson Stoll Christopher Alexander @christopheralex

Archive: TBD Version accepted: TBD Language: en

Package: featurescreator
Title: New features for temporal data
Version: 1.1.0
Authors@R: 
    c(person("Rakesh", "Pandey", , "rakeshpandey@karunya.edu.in", role = c("aut", "cre")),
    person("Nikita", "Shymberg"),
    person("Son", "Chau"),
    person("Wenjia","Zhu"))
Description: Helper functions to create new features for temporal data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: 
    tidyr,
    tibble,
    readr,
    purrr,
    dplyr,
    stringr,
    forcats

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

christopheralex 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

General comments

Some notes and suggestions

aimee0317 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:

Notes and suggestions:

datallurgy 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.25 hrs


Review Comments

I agree with the comments listed above. Here are my additional comments to be considered:

  1. I don't think the commented out "install.packages("devtools") needs to be included in installation instructions as you've listed the install command as devtools::install_github("UBC-MDS/featurescreator").
  2. In the Installation section of README, it says "You can install the development version of regexcite from GitHub". Please update from regexcite to the correct package name.
  3. README references contributing guidelines, but there is only a Code of Conduct in the repo.
  4. The authors' names should be listed in the License and README, instead of DSCI_524_GROUP26.
  5. The function names are long. Perhaps drop "calculate" from them to shorten them up a bit?