Package: ppcong
Title: Interfacing with ProPublica's 'Congress' API
Version: 0.0.2
Authors@R: c(
    person("Michael W.", "Kearney", ,
      email = "kearneymw@missouri.edu", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-0730-4694")),
    person("Lingshu", "Hu", ,
      role = c("ctb"),
      comment = c(ORCID = "0000-0003-0304-882X")),
    person("Alieva", "Iuliia", ,
      role = c("ctb"),
      comment = c(ORCID = "0000-0001-6270-8985"))
    )
Description: A simple interface for interacting with ProPublica's 'Congress' API,
    which provides data about current and former members of both chambers of the
    U.S. Congress and can be found at the following URL: <https://projects.propublica.org/api-docs/congress-api/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: curl, tfse (>= 0.5.0), jsonlite, tibble, utils
RoxygenNote: 7.0.2
URL: https://github.com/mkearney/ppcong
BugReports: https://github.com/mkearney/ppcong/issues
Suggests: testthat (>= 2.1.0), covr
Language: en-US
NeedsCompilation: no
Packaged: 2019-12-12 18:13:56 UTC; kmw
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>),
  Lingshu Hu [ctb] (<https://orcid.org/0000-0003-0304-882X>),
  Alieva Iuliia [ctb] (<https://orcid.org/0000-0001-6270-8985>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2019-12-12 21:40:02 UTC
Built: R 4.0.2; ; 2020-07-16 09:36:04 UTC; unix
