generated from stat545ubc-2021/blank-readme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
23 lines (23 loc) · 866 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: SummaryStat
Title: Easy computation of summary statistics for dataframe columns
Version: 0.1.0
Authors@R:
person("Aditi", "Nallan", , "[email protected]", role = c("aut", "cre"))
Description: This package contains a function called dplyr_bundle. This function calculates the summary statistics such as mean and range for a numerical variable grouped by a categorical variable (both of which are your choice) from an input dataset. It uses the dplyr functions group_by and summarise to output a tibble or data frame depending on your input data type class.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
datateachr,
dplyr,
gapminder,
magrittr,
palmerpenguins,
rlang
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)