-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
113 lines (113 loc) · 3.72 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Type: Package
Package: ReLTER
Title: An Interface for the eLTER Community
Version: 2.1.1
Authors@R: c(
person("Alessandro", "Oggioni", , "[email protected]", role = c("aut", "cre", "fnd"),
comment = c(ORCID = "0000-0002-7997-219X")),
person("Micha", "Silver", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-1128-1325")),
person("Paolo", "Tagliolato", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-0261-313X")),
person("Luigi", "Ranghetti", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-6207-5188")),
person("Allison", "Horst", role = "rev",
comment = "Allison reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485"),
person("Will", "Bolton", role = "rev",
comment = "Will reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485"),
person("Mauro", "Lepore", role = "edt",
comment = "Mauro was editor for rOpenSci, see https://github.com/ropensci/software-review/issues/485")
)
Maintainer: Alessandro Oggioni <[email protected]>
Description: ReLTER provides access to DEIMS-SDR (https://deims.org/), and
allows interaction with data and software implemented by eLTER
Research Infrastructure (RI) thus improving data sharing among
European LTER projects. ReLTER uses the R language to access and
interact with the DEIMS-SDR archive of information shared by the Long
Term Ecological Research (LTER) network. This package grew within
eLTER H2020 as a major project that will help advance the development
of European Long-Term Ecosystem Research Infrastructures (eLTER RI -
https://elter-ri.eu). The ReLTER package functions in particular
allow to: - retrieve the information about entities (e.g. sites,
datasets, and activities) shared by DEIMS-SDR (see e.g. get_site_info
function); - interact with the [ODSEurope](maps.opendatascience.eu)
starting with the dataset shared by [DEIMS-SDR](https://deims.org/)
(see e.g.
[get_site_ODS](https://docs.ropensci.org/ReLTER/reference/get_site_ODS.html)
function); - use the eLTER site informations to download and crop
geospatial data from other platforms (see e.g. get_site_ODS function);
- improve the quality of the dataset (see e.g. get_id_worms).
Functions currently implemented are derived from discussions of the
needs among the eLTER users community. The ReLTER package will
continue to follow the progress of eLTER-RI and evolve, adding new
tools and improvements as required.
License: GPL (>= 3)
URL: https://github.com/ropensci/ReLTER
BugReports: https://github.com/ropensci/ReLTER/issues
Depends:
R (>= 3.5.0)
Imports:
countrycode,
dplyr,
dtplyr,
geodata,
ggforce,
ggplot2,
grDevices,
grid,
gridExtra,
httr,
httr2,
jqr,
jsonlite,
leaflet (>= 2.1.1),
lifecycle,
lubridate,
magrittr,
MODIStsp,
purrr,
qrcode,
raster (>= 3.3-13),
RColorBrewer,
RCurl,
Rdpack,
readr,
rnaturalearth,
rosm,
rworldmap,
sf (>= 0.9-5),
spocc,
stringi,
stringr,
taxize (>= 0.9.97),
terra,
tibble,
tidyr,
tmap (>= 3.1),
units,
utils,
waffle,
webshot,
worrms,
XML,
xml2,
xslt,
zen4R
Suggests:
covr,
httptest,
ISOcodes,
knitr,
rmarkdown,
rnaturalearthdata,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
RdMacros:
Rdpack
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3