Package: odyssey Title: Interface to the HAL Open Archive API Version: 1.0.1.9000 Authors@R: c( person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5759-4944")), person("Université Bordeaux Montaigne", role = "fnd", comment = c(ROR = "03pbgwk21")), person("CNRS", role = "fnd", comment = c(ROR = "02feahw73")) ) Description: An interface to the search API of 'HAL' , the French open archive for scholarly documents from all academic fields. This package provides programmatic access to the API and allows to search for records and download documents. License: GPL (>= 3) URL: https://codeberg.org/nfrerebeau/odyssey, https://nfrerebeau.r-universe.dev/odyssey, https://nfrerebeau.codeberg.page/odyssey/ BugReports: https://codeberg.org/nfrerebeau/odyssey/issues Depends: R (>= 4.1) Imports: dplyr, httr2, rlang, utils Suggests: tinytest Encoding: UTF-8 Roxygen: list(markdown = TRUE) Collate: 'AllGenerics.R' 'hal_count.R' 'hal_download.R' 'hal_facet.R' 'hal_filter.R' 'hal_group.R' 'hal_parse.R' 'hal_query.R' 'hal_request.R' 'hal_search.R' 'hal_select.R' 'hal_sort.R' 'odyssey-package.R' 'operators.R' 'zzz.R' Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libssl-dev Repository: https://nfrerebeau.r-universe.dev Date/Publication: 2026-06-15 14:25:51 UTC RemoteUrl: https://codeberg.org/nfrerebeau/odyssey RemoteRef: main RemoteSha: b92883cb33edebb65435cad1ae23321c68c7981b NeedsCompilation: no Packaged: 2026-06-15 16:45:00 UTC; root Author: Nicolas Frerebeau [aut, cre] (ORCID: ), Université Bordeaux Montaigne [fnd] (ROR: ), CNRS [fnd] (ROR: ) Maintainer: Nicolas Frerebeau