-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 954 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
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: ggchangepoint
Type: Package
Title: Combines Changepoint Analysis with 'ggplot2'
Version: 0.1.0
Authors@R:
c(person(given = "Youzhi",
family = "Yu",
role = c("aut", "cre"),
email = "[email protected]"))
Description: R provides fantastic tools for changepoint
analysis, but plots generated by the tools do
not have the 'ggplot2' style. This tool, however,
combines 'changepoint', 'changepoint.np' and 'ecp'
together, and uses 'ggplot2' to visualize changepoints.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
changepoint,
changepoint.np,
dplyr,
ecp,
ggplot2,
Rdpack,
tibble,
utils
RdMacros: Rdpack
RoxygenNote: 7.1.2
Suggests:
rmarkdown,
knitr,
gstat,
datasets
VignetteBuilder: knitr
URL: https://pursuitofdatascience.github.io/ggchangepoint/
BugReports: https://github.com/PursuitOfDataScience/ggchangepoint/issues