-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
63 lines (63 loc) · 1.3 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
Type: Package
Package: metR
Language: en-GB
Title: Tools for Easier Analysis of Meteorological Fields
Version: 0.16.0.9000
Authors@R:
c(person(given = "Elio",
family = "Campitelli",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7742-9230")))
Description: Many useful functions and extensions for dealing
with meteorological data in the tidy data framework. Extends 'ggplot2'
for better plotting of scalar and vector fields and provides commonly
used analysis methods in the atmospheric sciences.
License: GPL-3
URL: https://eliocamp.github.io/metR/
BugReports: https://github.com/eliocamp/metR/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
data.table,
digest,
Formula,
formula.tools,
ggplot2 (>= 3.0.0),
grid,
gtable,
memoise,
plyr,
scales,
sf,
stringr,
purrr,
isoband,
lubridate
Suggests:
maps,
covr,
irlba,
knitr,
ncdf4,
pkgdown,
reshape2,
markdown,
testthat (>= 2.1.0),
viridis,
PCICt,
gridExtra,
vdiffr,
proj4,
kriging,
terra,
here,
gsignal,
rnaturalearth
ByteCompile: yes
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr