Package: rscorecard
Title: A Method to Download Department of Education College Scorecard
        Data
Version: 0.11.1
Authors@R: person("Benjamin", "Skinner",
	          email = "btskinner@virginia.edu",
    	          role = c("aut", "cre"),
		  comment = c(ORCID = "0000-0002-0337-7415"))
Maintainer: Benjamin Skinner <btskinner@virginia.edu>
URL: https://github.com/btskinner/rscorecard
BugReports: https://github.com/btskinner/rscorecard/issues
Description: A method to download Department of Education College
     Scorecard data using the public API
     <https://collegescorecard.ed.gov/data/documentation/>. It is based on
     the 'dplyr' model of piped commands to select and filter data in a
     single chained function call.  An API key from the U.S. Department of
     Education is required.
Depends: R (>= 3.2.3)
License: MIT + file LICENSE
LazyData: true
Imports: dplyr, httr, jsonlite, lazyeval, magrittr, tidyselect
RoxygenNote: 6.1.0
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat
NeedsCompilation: no
Packaged: 2018-11-04 15:21:40 UTC; benski
Author: Benjamin Skinner [aut, cre] (<https://orcid.org/0000-0002-0337-7415>)
Repository: CRAN
Date/Publication: 2018-11-05 09:20:07 UTC
