-
Notifications
You must be signed in to change notification settings - Fork 0
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 #55 from inbo/live-test
Update main with live-test for usage in production
- Loading branch information
Showing
77 changed files
with
2,621 additions
and
105 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,6 +1,6 @@ | ||
Package: etnservice | ||
Title: Serve Data from the European Tracking Network | ||
Version: 0.0.0.9000 | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Pieter", "Huybrechts", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-6658-6062")), | ||
|
@@ -9,21 +9,26 @@ Authors@R: c( | |
person("Research Institute for Nature and Forest (INBO)", role = "cph", | ||
comment = "https://www.vlaanderen.be/inbo/en-gb/"), | ||
person("LifeWatch Belgium", role = "fnd", | ||
comment = "https://lifewatch.be")) | ||
Description: Provides API endpoints to the European Tracking Network. Designed | ||
to be used with OpenCPU and the 'etn' package. | ||
comment = "https://lifewatch.be") | ||
) | ||
Description: Provides API endpoints to the European Tracking Network. | ||
Designed to be used with OpenCPU and the 'etn' package. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Imports: | ||
assertthat, | ||
DBI, | ||
dplyr, | ||
glue, | ||
httr, | ||
jsonlite, | ||
lubridate, | ||
methods, | ||
odbc, | ||
readr, | ||
stringr | ||
Suggests: | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# etnservice v0.1.0 | ||
|
||
- This is the first version of etnservice used in the beta of etn v2.3.0. | ||
- This version is still lagging behind it's contemporary version of etn v2.2.1, which means that database queries made via etnservice, or via the OpenCPU API are not guaranteed to be identical as the results of the same queries made via the etn R package. | ||
|
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 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
Oops, something went wrong.