-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 990 Bytes
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 990 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: tidymetrics
Type: Package
Title: A Tidy Approach to Dimensional Modeling
Version: 0.0.1
Authors@R: c(person("Ramnath", "Vaidyanathan", email = "ramnath.vaidya@gmail.com", role = c("cre", "aut")),
person("David", "Robinson", email = "admiral.david@gmail.com", role = "aut"))
Maintainer: Ramnath Vaidyanathan <ramnath.vaidya@gmail.com>
Description: Offers tools for aggregating data while segmenting by time, periods,
and dimensions, while allowing documentation and metadata to be associated with it.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports:
dplyr,
stringr,
tidyr,
pillar,
lubridate,
magrittr,
rlang,
yaml,
tibble,
rmarkdown,
assertthat,
forcats,
glue,
purrr,
rstudioapi
RoxygenNote: 7.1.1
Suggests:
ggplot2,
testthat,
nycflights13,
covr,
dbplyr,
RPostgreSQL,
DBI,
spelling
Roxygen: list(markdown = TRUE)
Language: en-US