-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from oggioniale/dev
merge release 1.0.0
- Loading branch information
Showing
208 changed files
with
12,362 additions
and
4,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,55 @@ | ||
Package: ReLTER | ||
Type: Package | ||
Title: An interface to the eLTER for the R statistical programming environment | ||
Version: 0.2.0 | ||
Date: 2021-10-19 | ||
Version: 1.0.0 | ||
Date: 2021-11-15 | ||
Authors@R: c( | ||
person("Alessandro", "Oggioni", email = "[email protected]", role = c("aut", "cre", "fnd"), | ||
person("Alessandro", "Oggioni", email = "[email protected]", | ||
role = c("aut", "cre", "fnd"), | ||
comment = c(ORCID = "0000-0002-7997-219X") | ||
), | ||
person("Paolo", "Tagliolato", email = "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-0261-313X") | ||
person("Micha", "Silver", email = "[email protected]", | ||
role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0002-1128-1325", | ||
" Micha Silver is a coauthor of functions get_ilter_generalinfo and | ||
get_site_info for category Boundaries, he develop get_site_ODS | ||
function and he also is a reviewer of English wording for all | ||
functions.") | ||
), | ||
person("Paolo", "Tagliolato", email = "[email protected]", | ||
role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0002-0261-313X", | ||
" Paolo Tagliolato is a coauthor of package, he wrote the function | ||
do_Q(), on which some ReLTER internal functions are based") | ||
) | ||
) | ||
Maintainer: The package maintainer Alessandro Oggioni, phD (2020) <[email protected]> | ||
Description: More about what it does (maybe more than one line) | ||
Use four spaces when indenting paragraphs within the Description. | ||
Maintainer: The package maintainer Alessandro Oggioni, phD (2020) | ||
<[email protected]> | ||
Description: ReLTER is an R package that: provides access to DEIMS-SDR | ||
(https://deims.org/), allows interact with software implemented by eLTER | ||
Research Infrastructure (RI) and improves the data/information shared by | ||
them. | ||
ReLTER is a R package devoted to access, interact and improve the | ||
information and the data shared by Long Term Ecological Research (LTER) | ||
network. This package is born within eLTER H2020 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: | ||
- retrive 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) managed by members | ||
of the [Geo-harmonizer](https://opendatascience.eu/geoharmonizer-project/) | ||
project starting with the dataset shared by [DEIMS-SDR](https://deims.org/) | ||
(see e.g. [get_site_ODS](https://oggioniale.github.io/ReLTER/reference/get_site_ODS.html) | ||
function); | ||
- use the site informations for download 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 the discussion of the | ||
needs declared by eLTER users community. | ||
The ReLTER package shall definitely follow the progress of eLTER-RI | ||
infrastructure and evolving with the improvements and develop of | ||
new tools. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -29,6 +65,7 @@ Imports: | |
rgeos (>= 0.5-3), | ||
rosm (>= 0.2.5), | ||
raster (>= 3.3-13), | ||
terra (>= 1.4-11), | ||
tmap (>= 3.1), | ||
grid (>= 3.5.1), | ||
leaflet (>= 2.0.3), | ||
|
@@ -46,7 +83,6 @@ Imports: | |
xml2 (>= 1.3.2), | ||
magrittr (>= 2.0.1), | ||
stats (>= 4.0.3) | ||
RoxygenNote: 7.1.1 | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
knitr, | ||
|
@@ -55,3 +91,5 @@ VignetteBuilder: knitr | |
URL: https://github.com/oggioniale/ReLTER | ||
BugReports: https://github.com/oggioniale/ReLTER/issues | ||
Config/testthat/edition: 3 | ||
RoxygenNote: 7.1.2 | ||
Language: en-GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.