Package: ckanr Title: Client for the Comprehensive Knowledge Archive Network ('CKAN') API Description: Client for 'CKAN' API (). Includes interface to 'CKAN' 'APIs' for search, list, show for packages, organizations, and resources. In addition, provides an interface to the 'datastore' API. Version: 0.8.1 Authors@R: c( person("Scott", "Chamberlain", role = c("aut"), email = "myrmecocystus@gmail.com", comment = c(ORCID = "0000-0003-1444-9135")), person("Imanuel", "Costigan", role = "aut", email = "i.costigan@me.com"), person("Wush", "Wu", role = "aut", comment = c(ORCID = "0000-0001-5180-0567")), person("Florian", "Mayer", role = c("aut", "cre"), email="Florian.Mayer@dpc.wa.gov.au", comment = c(ORCID = "0000-0003-4269-4242")), person("Sharla", "Gelfand", role = "aut"), person("Francisco", "Alves", role = "aut", email = "fjunior.alves.oliveira@gmail.com", comment = c(ORCID = "0000-0003-3390-0534")), person("Hanna", "Böhner", role = "aut", email="hanna.bohner@uit.no", comment = c(ORCID = "0000-0001-7356-5457")) ) License: MIT + file LICENSE URL: https://docs.ropensci.org/ckanr/ (website) https://github.com/ropensci/ckanr (devel) BugReports: https://github.com/ropensci/ckanr/issues Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Depends: DBI (>= 0.3.1) Imports: methods, stats, utils, crul, jsonlite (>= 0.9.17), dplyr (>= 0.7.0), dbplyr, magrittr Suggests: arrow, sf, readr, readxl, testthat, xml2, rlang RoxygenNote: 7.3.3 X-schema.org-keywords: database, open-data, ckan, api, data, dataset X-schema.org-applicationCategory: Data Access X-schema.org-isPartOf: "https://ropensci.org" Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-12-10 08:07:21 UTC RemoteUrl: https://github.com/ropensci/ckanr RemoteRef: main RemoteSha: 208b71c2a69876b94b3982918c4c675f27a37560 NeedsCompilation: no Packaged: 2026-07-01 08:27:43 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Imanuel Costigan [aut], Wush Wu [aut] (ORCID: ), Florian Mayer [aut, cre] (ORCID: ), Sharla Gelfand [aut], Francisco Alves [aut] (ORCID: ), Hanna Böhner [aut] (ORCID: ) Maintainer: Florian Mayer