-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
16 lines (16 loc) · 824 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: geonapi
Type: Package
Title: 'GeoNetwork' API R Interface
Version: 0.8
Date: 2025-01-30
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")))
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Description: Provides an R interface to the 'GeoNetwork' API (<https://geonetwork-opensource.org/#api>) allowing to upload and publish metadata in a 'GeoNetwork' web-application and expose it to OGC CSW.
Depends: R (>= 3.1.0), geometa (>= 0.9), keyring
Imports: R6, openssl, httr, XML, plyr
Suggests: testthat, roxygen2
License: MIT + file LICENSE
URL: https://github.com/eblondel/geonapi/wiki, https://geonetwork-opensource.org
BugReports: https://github.com/eblondel/geonapi/issues
LazyLoad: yes
RoxygenNote: 7.3.1