Package: rstactheia
Title: R library for interacting with the STAC API of [CDS THEIA MTD](https://home-cdos.apps.okd.crocc.meso.umontpellier.fr)
Version: 0.0.6
Authors@R: c(person(given = "Florian", 
					family = "de Boissieu", 
					email = "florian.deboissieu@inrae.fr", 
					role = c("aut", "cre", "cph"), 
					comment = c(ORCID = "0000-0002-2185-9952")),
            person(given = "Rémi", 
					family = "Cresson", 
					email = "remi.cresson@inrae.fr", 
					role = c("aut"),
					comment = c(ORCID = "0000-0003-4017-2635")))
Description: This package provides functions to sign the asset hrefs available from the STAC catalog of the [CDS THEIA MTD](https://home-cdos.apps.okd.crocc.meso.umontpellier.fr).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
	R (>= 4.0)
Suggests: 
    rmarkdown,
    testthat (>= 2.0.0)
Imports: 
	assertthat,
	jsonlite,
    httr2,
	rstac
URL: https://cdos-pub.pages.mia.inra.fr/rstactheia, https://forgemia.inra.fr/cdos-pub/rstactheia
BugReports: https://forgemia.inra.fr/cdos-pub/rstactheia/issues
Config/testthat/edition: 3
