UBC-MDS / software-review-2023

DSCI 524
0 stars 0 forks source link

Group 12 - bmi.calculator (R) #35

Open qurat-azim opened 1 year ago

qurat-azim commented 1 year ago

bmi.calculator

Submitting Author Name: Qurat-ul-Ain Azim Submitting Author Github Handle: !--author1-->@qurat-azim<!--end-author1-- Other Package Authors Github handles: @Natalie-cho, @hcwang24, @netsgnut Repository: https://github.com/UBC-MDS/bmi-calculator-r Version submitted: Submission type: TBD Editor: Qurat-ul-Ain Azim, Natalie Cho, HanChen Wang, Kelvin Wong Reviewers: Sam Li, Ceasar Wong, Mike Guron, Gaoxiang Wang

Archive: TBD Version accepted: TBD Language: en

Package: bmi.calculator
Title: BMI Calculator, and a Little Bit More
Version: 0.0.0.9000
Authors@R: c(
    person("Qurat-ul-Ain", "Azim", email = "qazim1@student.ubc.ca", role = c("aut", "cph")),
    person("Natalie", "Cho", email = "natcho1@student.ubc.ca", role = c("aut", "cph")),
    person("HanChen", "Wang", email = "hcwang24@student.ubc.ca", role = c("aut", "cph")),
    person("Kelvin", "Wong", email = "now@student.ubc.ca", role = c("aut", "cph", "cre"))
  )
Description: This package is for calculation of BMI (body mass index),
    and some more computations based on weight loss goals. The package provides
    simple answers to a user's weight loss goals in terms of how much weight
    loss/gain and calorie deficit/increase should be aimed for with a target
    weight and time frame in mind. The package also provides helpful
    visualizations for these questions.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests: 
    covr,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: 
    plotly

Scope

The package provides educational computations and visualizations to track and improve health metrics.

The target audience is any user who wants to educate themselves about health indicators like body mass index (BMI), and prefer a visual aid for understanding their weight loss goals as well.

To the best of our understanding, there are currently no packages in the R ecosystem that offer functionality similar to this package.

Yes

N/A

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

louiewang820 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

I would like to extend my sincere congratulations on the successful creation of your captivating package. The level of development and user-friendly features are truly impressive. I would like to offer some recommendations or comments for your consideration:

Great job! It is a pleasure reviewing your package.

caesarw0 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

  1. I really like the idea of this R package, it's straightforward, easy to use and understand.
  2. When I try to create the plot for my BMI, it would be nice if there is any warning/log message printed out so that I know which parameter I might input wrongly.
  3. Some characters in the plot are trimmed off, (e.g. "50" in the plot is missing on the right) newplot
  4. Would be nice if the package user can change the color of the plot which gives flexibility to the output plot.
  5. I like that this team selected the Plotly package which is available in both Python & R and minimizes the code changes during development, great job.
Hongjian-Sam-Li 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: 30 mins


Review Comments

mikeguron 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

I'll start off by saying congratulations on completing this project and it was a pleasure to review your bmi.calculator package. Below I've listed some comments about aspects I believe were done very well and some areas for improvement:

Overall, great work on the development of your package! Keep it up!