-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.07 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
Package: masDMT
Title: Data Management Tools
Version: 0.1.1
Authors@R: c(
person(given="Steffen", family="Ehrmann", role=c("aut"), email="[email protected]", comment=c(ORCID="0000-0002-2958-0796")),
person(given="Ruben", family="Remelgado", role=c("aut", "cre"), email="[email protected]", comment=c(ORCID="0000-0002-9871-5703")),
person(given="Carsten", family="Meyer", role=c("cph"), email="[email protected]", comment=c(ORCID="0000-0003-3927-5856"))
)
Description: Generic tools to access and process data hosted by the MAS lab. The data is not accessible outside the intranet of the lab.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
raster,
readr,
dplyr,
dbplyr,
terra,
utils,
leaflet,
mapview,
yaml,
methods,
rmarkdown,
distill,
RefManageR,
pingr,
lubridate,
imager,
filelock,
fpeek,
kableExtra,
gdalUtilities
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.5)
Suggests:
knitr,
sf
VignetteBuilder: knitr