-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 896 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 896 Bytes
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
Package: odp
Type: Package
Title: Ocean Data Platform R SDK
Version: 0.1.6
Authors@R: c(
person(given = "Max", family = "Romagnoli", role = c("aut", "cre"), email = "max.romagnoli@oceandata.earth"),
person(given = "Pål Erik", family = "Lystad", role = "aut")
)
Description: Lightweight R bindings for the Ocean Data Platform services.
The package provides authenticated access to tabular datasets exposed by
the HubOcean API and includes helpers for inspecting dataset metadata, reading and
writing data batches with common R data structures.
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
arrow,
cli,
httr2,
jsonlite,
R6,
utils
Suggests:
knitr,
pkgload,
rmarkdown,
sf,
testthat (>= 3.1.0),
tibble,
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
LazyData: false
RoxygenNote: 7.3.3