Package: datagouvfr Type: Package Title: Access and Query French Government Open Data from data.gouv.fr Version: 0.1.0 Authors@R: c( person("David", "Dorchies", , "david.dorchies@inrae.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6595-7984")) ) Description: Provides functions to search, retrieve metadata, and download datasets from https://data.gouv.fr, the official French government open data portal. Includes tools for querying datasets with filtering capabilities, automatic caching of downloaded resources, and flexible access methods using both direct CSV downloads and the data.gouv.fr tabular API. License: file LICENSE URL: https://inrae.r-universe.dev/datagouvfr BugReports: https://forge.inrae.fr/umr-g-eau/datagouvfr/-/issues Encoding: UTF-8 Imports: data.table, dplyr, httr, logger, lubridate, purrr, R.utils, rjson, rvest, stats, stringr, tibble, urltools, utils RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://inrae.r-universe.dev Date/Publication: 2026-05-25 13:23:39 UTC RemoteUrl: https://forge.inrae.fr/umr-g-eau/datagouvfr RemoteRef: HEAD RemoteSha: d63de91390f63b22c7c26f78eb34fc70277bebac NeedsCompilation: no Packaged: 2026-05-25 14:52:49 UTC; root Author: David Dorchies [aut, cre] (ORCID: ) Maintainer: David Dorchies Depends: R (>= 4.1.0)