Package: ckanr
Title: Client for the Comprehensive Knowledge Archive Network ('CKAN')
        API
Description: Client for 'CKAN' API (<https://ckan.org/>). 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.7.0
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 = "aut",
     	email="Florian.Mayer@dbca.wa.gov.au",
        comment = c(ORCID = "0000-0003-4269-4242")),
    person("Sharla", "Gelfand", 
        role = "aut"),
    person("Francisco", "Alves",
    	role = c("aut", "cre"),
    	email = "fjunior.alves.oliveira@gmail.com",
        comment = c(ORCID = "0000-0003-3390-0534"))
  )
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
Depends: DBI (>= 0.3.1)
Imports: methods, stats, utils, crul, jsonlite (>= 0.9.17), dplyr (>=
        0.7.0), dbplyr, magrittr
Suggests: sf, readxl, testthat, xml2, lazyeval
RoxygenNote: 7.2.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"
NeedsCompilation: no
Packaged: 2023-03-16 18:09:11 UTC; macbook
Author: Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Imanuel Costigan [aut],
  Wush Wu [aut] (<https://orcid.org/0000-0001-5180-0567>),
  Florian Mayer [aut] (<https://orcid.org/0000-0003-4269-4242>),
  Sharla Gelfand [aut],
  Francisco Alves [aut, cre] (<https://orcid.org/0000-0003-3390-0534>)
Maintainer: Francisco Alves <fjunior.alves.oliveira@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-17 09:00:08 UTC
Built: R 4.5.2; ; 2025-11-08 04:30:12 UTC; windows
