-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 = "[email protected]", role = c("aut", "cph")),
person("Natalie", "Cho", email = "[email protected]", role = c("aut", "cph")),
person("HanChen", "Wang", email = "[email protected]", role = c("aut", "cph")),
person("Kelvin", "Wong", email = "[email protected]", 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,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
plotly
VignetteBuilder: knitr