Package: tidyqwi
Title: A Convenient API for Accessing United States Census Bureau's
        Quarterly Workforce Indicator
Version: 0.1.1
Authors@R: c(
    person(given = "Michael",
           family = "DeWitt",
           role = c("aut", "cre"),
           email = "me.dewitt.jr@gmail.com",
           comment = c(ORCID = "0000-0001-8940-1967")),
    person(given = "Mona",
           family = "Ahmadiani",
           role = c("aut"),
           email = "ahmadim@wfu.edu",
           comment = c(ORCID = "0000-0002-1269-5685")),    
    person(given = "Adam S.",
           family = "Hyde",
           role = c("aut"),
           email = "hydeas@wfu.edu",
           comment = c(ORCID = "0000-0003-1205-0032"))
           )
Maintainer: Michael DeWitt <me.dewitt.jr@gmail.com>
Description: The purpose of this package is to access the 
    United States Census Bureau's Quarterly Workforce Indicator data. Additionally, 
    the data will be retrieved in a tidy format for further manipulation with full variable
    descriptions added if desired. Information about the United States Census Bureau's 
    Quarterly Workforce Indicator is available at 
    <https://www.census.gov/data/developers/data-sets/qwi.html>.
Depends: R (>= 3.0), future (>= 1.6.2)
Imports: dplyr, httr, jsonlite, magrittr, xml2, stringr, purrr, stats,
        tidyr, labelled, furrr
License: MIT + file LICENSE
BugReports: https://github.com/medewitt/tidyqwi/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat, covr, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-06-19 14:16:41 UTC; dewittme
Author: Michael DeWitt [aut, cre] (<https://orcid.org/0000-0001-8940-1967>),
  Mona Ahmadiani [aut] (<https://orcid.org/0000-0002-1269-5685>),
  Adam S. Hyde [aut] (<https://orcid.org/0000-0003-1205-0032>)
Repository: CRAN
Date/Publication: 2019-06-19 15:50:03 UTC
Built: R 3.5.3; ; 2020-04-22 08:00:01 UTC; windows
