-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.69 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
Package: ggfortify
Type: Package
Title: Data Visualization Tools for Statistical Analysis Results
Version: 0.4.17
Date: 2024-04-16
Authors@R: c(
person("Masaaki", "Horikoshi", role = c("aut"),
email = "[email protected]"),
person("Yuan", "Tang", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5243-233X")),
person("Austin", "Dickey", role = c("ctb")),
person("Matthias", "Grenié", role = c("ctb")),
person("Ryan", "Thompson", role = c("ctb")),
person("Luciano", "Selzer", role = c("ctb")),
person("Dario", "Strbenac", role = c("ctb")),
person("Kirill", "Voronin", role = c("ctb")),
person("Damir", "Pulatov", role = c("ctb"))
)
Maintainer: Yuan Tang <[email protected]>
URL: https://github.com/sinhrks/ggfortify
BugReports: https://github.com/sinhrks/ggfortify/issues
Encoding: UTF-8
Description: Unified plotting tools for statistics commonly used, such as GLM,
time series, PCA families, clustering and survival analysis. The package offers
a single plotting interface for these analysis results and plots in a unified
style using 'ggplot2'.
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends:
methods,
ggplot2 (>= 2.0.0)
Imports:
dplyr (>= 0.3),
tidyr,
gridExtra,
grid,
scales,
stringr,
tibble
Suggests:
testthat,
cluster,
changepoint,
fGarch,
forecast,
ggrepel,
glmnet,
grDevices,
KFAS,
knitr,
lintr,
mapdata,
markdown,
MASS,
MSwM,
nlme,
raster,
ROCR,
sp,
stats,
strucchange,
survival,
timeSeries,
tseries,
utils,
vars,
xts,
zoo,
lfda
RoxygenNote: 7.3.1