-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
23 lines (23 loc) · 855 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
Package: hackWRF
Type: Package
Title: Functions to Work with WRF, NetCDF and Model Evaluation
Date: 2024-01-12
Version: 0.5.2
Authors@R: c(
person(given = "Daniel",
family = "Schuch",
role = c("aut", "cre"),
email = "d.schuch@northeastern.edu",
comment = c(ORCID = "0000-0001-5977-4519"))
)
Maintainer: Daniel Schuch <d.schuch@northeastern.edu>
Description: Functions to extract data from WRF output file lists, evaluation of results and utilities.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 3.5)
Imports: utils, ncdf4, eixport, openair, graphics, units, sf, raster, zoo, classInt, sp, grDevices, scales, colorspace, methods
Suggests: testthat, covr, codetools
URL: https://schuch666.github.io/hackWRF
BugReports: https://github.com/Schuch666/hackWRF/issues