-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
64 lines (64 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
Package: epwshiftr
Title: Create Future 'EnergyPlus' Weather Files using 'CMIP6' Data
Version: 0.1.4.9001
Authors@R: c(
person(given = "Hongyuan",
family = "Jia",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0075-8183")),
person(given = "Adrian",
family = "Chong",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9486-4728"))
)
Description:
Query, download climate change projection data from the 'CMIP6' (Coupled
Model Intercomparison Project Phase 6) project
<https://pcmdi.llnl.gov/CMIP6/> in the 'ESGF' (Earth System Grid Federation)
platform <https://esgf.llnl.gov>, and create future 'EnergyPlus'
<https://energyplus.net> Weather ('EPW') files adjusted from climate changes
using data from Global Climate Models ('GCM').
Imports:
checkmate (>= 2.0.0),
cli (>= 3.4.0),
data.table (>= 1.12.4),
eplusr (>= 0.15.2),
fst,
future.apply,
jsonlite,
PCICt,
progressr,
psychrolib,
R6,
rappdirs,
RNetCDF,
units
Suggests:
testthat (>= 3.0.0),
curl,
mockery,
withr,
pingr,
knitr,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/ideas-lab-nus/epwshiftr
BugReports: https://github.com/ideas-lab-nus/epwshiftr/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'coord.R'
'dict.R'
'utils.R'
'epwshiftr-package.R'
'esgf.R'
'gh.R'
'morph.R'
'netcdf.R'
'query.R'
VignetteBuilder: knitr
Config/testthat/start-first: utils, esgf, coord, netcdf, morph
Config/testthat/edition: 3