Package: openeo Type: Package Title: Client Interface for 'openEO' Servers Version: 1.4.1 Authors@R: c( person(given="Florian", family="Lahn", email = "florian.lahn@eftas.com", role = c("aut", "cre")), person(given=c("Peter","James"),family = "Zellner", email="peterjames.zellner@eurac.edu",role=c("ctb")), person(given="Matthias",family = "Mohr", email="m.mohr@uni-muenster.de",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, sys Encoding: UTF-8 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.2 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) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://open-eo.r-universe.dev Date/Publication: 2026-03-01 23:04:01 UTC RemoteUrl: https://github.com/open-eo/openeo-r-client RemoteRef: HEAD RemoteSha: 059d0a5646123b3aa195c166555bbaca8fc93e02 NeedsCompilation: no Packaged: 2026-07-04 15:44:45 UTC; root Author: Florian Lahn [aut, cre], Peter James Zellner [ctb], Matthias Mohr [ctb] Maintainer: Florian Lahn