forked from Open-Earth-Monitor/openeocraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 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
Package: openeocraft
Title: R package to craft and serve openEO API applications
Version: 0.2.0
Authors@R:
c(person("Rolf", "Simoes", , "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person("Brian", "Pondi", , "[email protected]",
role = c("aut"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person("OpenGeoHub Foundation", , , "[email protected]",
role = c("cph")))
Description: |
Provides a comprehensive R framework for crafting and serving openEO API
applications. The openeocraft package facilitates the creation of RESTful
openEO web services through a friendly and extensible interface. The
package is based on Plumber and is designed for ease of use, scalability,
and flexibility.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5)
Imports:
plumber,
jsonlite,
base64enc,
callr,
swagger
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3