-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.03 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
Package: ggpsychro
Title: A 'ggplot2' Extension for Making Pyschrometric Charts
Version: 0.0.0.9000
Authors@R:
person(given = "Hongyuan",
family = "Jia",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "02-0075-8183"))
Description:
A 'ggplot2' extension for making pyschrometric charts.
Depends:
R (>= 3.2),
ggplot2 (>= 3.0.0)
Imports:
checkmate,
psychrolib,
scales (>= 1.1.0)
Suggests:
testthat,
covr
License: MIT + file LICENSE
URL: https://github.com/hongyuanjia/ggpsychro
BugReports: https://github.com/hongyuanjia/ggpsychro/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Collate:
'ggpsychro-global.R'
'aaa-.R'
'geom-grid.R'
'geom-maskarea.R'
'ggproto-classes.R'
'ggpsychro-package.R'
'ggpsychro.R'
'label.R'
'layer.R'
'plot-build.R'
'plot-construction.R'
'psychro-extra.R'
'utils.R'
'trans.R'
'scale.R'
'stat.R'
'theme.R'