-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
66 lines (66 loc) · 1.56 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
Package: openeo
Type: Package
Title: Client Interface for 'openEO' Servers
Version: 1.3.1
Authors@R: c(
person(given="Florian", family="Lahn", email = "[email protected]", role = c("aut", "cre")),
person(given=c("Peter","James"),family = "Zellner", email="[email protected]",role=c("ctb")),
person(given="Matthias",family = "Mohr", email="[email protected]",role=c("ctb"))
)
Description: Access data and processing functionalities of 'openEO' compliant back-ends in R.
Depends:
R (>= 3.5.0)
Suggests:
tibble,
testthat,
knitr,
stars,
pkgdown,
rmarkdown,
kableExtra,
DT,
terra,
magrittr
Imports:
jsonlite,
httr2 (>= 0.2.2),
methods,
R6,
lubridate,
base64enc,
sf,
IRdisplay,
htmltools,
rlang
Encoding: UTF-8
LazyData: false
BugReports: https://github.com/Open-EO/openeo-r-client/issues
URL: https://open-eo.github.io/openeo-r-client/, https://github.com/Open-EO/openeo-r-client
RoxygenNote: 7.3.1
VignetteBuilder: knitr
License: Apache License (>= 2)
Collate:
'argument_types.R'
'authentication.R'
'zzz.R'
'capabilities-mapping.R'
'process_graph_building.R'
'utilities.R'
'client.R'
'debugging.R'
'jobs.R'
'services.R'
'user_defined_processes.R'
'coerce-functions.R'
'collection-functions.R'
'collections.R'
'ops.R'
'predefined_processes.R'
'print-functions.R'
'sample_data.R'
'server_metadata.R'
'spatial.R'
'udf.R'
'user.R'
'viewer.R'
Roxygen: list(markdown = TRUE)