-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
73 lines (73 loc) · 2.49 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: brolgar
Title: Browse Over Longitudinal Data Graphically and Analytically in R
Version: 1.0.1
Authors@R:
c(person(given = "Nicholas",
family = "Tierney",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")),
person(given = "Di",
family = "Cook",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-3813-7155")),
person(given = "Tania",
family = "Prvan",
role = "aut",
email = "[email protected]"),
person(given = "Stuart",
family = "Lee",
role = "ctb"),
person(given = "Earo",
family = "Wang",
role = "ctb"))
Description: Provides a framework of tools to summarise, visualise, and explore
longitudinal data. It builds upon the tidy time series data frames used in the
'tsibble' package, and is designed to integrate within the 'tidyverse', and
'tidyverts' (for time series) ecosystems. The methods implemented include
calculating features for understanding longitudinal data, including
calculating summary statistics such as quantiles, medians, and numeric ranges,
sampling individual series, identifying individual series representative of a
group, and extending the facet system in 'ggplot2' to facilitate exploration of samples of data. These methods are
fully described in the paper "brolgar: An R package to Browse Over
Longitudinal Data Graphically and Analytically in R", Nicholas Tierney,
Dianne Cook, Tania Prvan (2020) <doi:10.32614/RJ-2022-023>.
License: MIT + file LICENSE
URL: https://github.com/njtierney/brolgar, https://brolgar.njtierney.com/
BugReports: https://github.com/njtierney/brolgar/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 0.8.3),
fabletools,
ggplot2 (>= 3.2.0),
glue (>= 1.3.1),
magrittr (>= 1.5),
purrr (>= 0.3.2),
rlang (>= 0.4.0),
stats,
tibble (>= 2.1.3),
tidyr (>= 0.8.3),
tsibble (>= 0.8.2),
vctrs
Suggests:
gapminder,
gghighlight (>= 0.1.0),
knitr (>= 1.23),
Matrix (>= 1.6-5),
lme4,
modelr,
rmarkdown (>= 1.14),
spelling (>= 2.1),
testthat (>= 3.0.0),
tsibbledata,
vdiffr (>= 0.3.1)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3