Package: rscorecard
Title: A Method to Download Department of Education College Scorecard
        Data
Version: 0.26.0
Authors@R: person("Benjamin", "Skinner",
	          email = "btskinner@coe.ufl.edu",
    	          role = c("aut", "cre"),
		  comment = c(ORCID = "0000-0002-0337-7415"))
Maintainer: Benjamin Skinner <btskinner@coe.ufl.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
Imports: dplyr, httr, jsonlite, lazyeval, magrittr, tidyr, purrr
RoxygenNote: 7.2.3
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat, tidyselect
NeedsCompilation: no
Packaged: 2023-04-28 13:42:42 UTC; benski
Author: Benjamin Skinner [aut, cre] (<https://orcid.org/0000-0002-0337-7415>)
Repository: CRAN
Date/Publication: 2023-04-28 18:20:05 UTC
Built: R 4.1.2; ; 2023-04-29 11:44:12 UTC; unix
