UBC-MDS / software-review-2023

DSCI 524
0 stars 0 forks source link

Group16 - easyphysicsR #36

Open Mengjun74 opened 1 year ago

Mengjun74 commented 1 year ago

name: easyphysicsR about: A package with useful physics formulas to make physics easy and fun for users! It uses four functions to easily calculate four classic physics theories.


Submitting Author Name: Mengjun Chen, Yaou Hu, Nikita Susan Easow, Revathy Ponnambalam Submitting Author Github Handle: !--author1-->@YHuUBC<!--end-author1--, !--author2-->@Mengjun74<!--end-author2--, !--author3-->@revathyponn<!--end-author3--, !--author4-->@nik11susan<!--end-author4-- Repository: https://github.com/UBC-MDS/easyphysicsR Version submitted: Submission type: Standard Reviewers: TBD

Archive: TBD Version accepted: TBD Language: R

Package: easyphysicsR
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: 
    person("Revathy ", "Ponnambalam", , "revathyponn@gmail.com", role = c("aut", "cre"))
    person("Nikita Susan", "Easow", , "nik11susan@gmail.com", role = c("aut", "cre"))
    person("Yaou", "Hu", , "yaouhu@outlook.com", role = c("aut", "cre"))
    person("Mengjun", "Chen", , "chenmj74@gmail.com", role = c("aut", "cre"))
Description: A package with four useful physics formulas 
    to make physics easy and fun for users!
Depends:
    R (>= 3.2.2)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
    tidyverse,
    ggplot2,
    tibble,
    rlang,
    dplyr

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. - [x] 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

mozhao0331 commented 1 year 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 hour


Review Comments

ashwin2507 commented 1 year 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:


Review Comments

Natalie-cho commented 1 year 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:


Review Comments

shaunhutch commented 1 year 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 hour


Review Comments

Overall great work on the package, it was interesting to learn more about this package in the R environment.