Package: LendingClub
Type: Package
Date: 2018-01-29
Title: A Lending Club API Wrapper
Version: 1.0.4
Authors@R: person("Ryan","Kuhn",email="kuhnrl30@gmail.com", role=c("aut", "cre"), comment=c(ORCID='0000-0001-6827-3492'))
URL: https://github.com/kuhnrl30/LendingClub
BugReports: https://github.com/kuhnrl30/LendingClub/issues
Description: Functions to access Lending Club's API and assist the investor manage 
	their account. Lending Club is a peer-to-peer lending service where loans are 
	broken up into $25 notes that investors buy with the expectation of earning a 
	return on the interest. You can learn more about the API here:
	<http://www.lendingclub.com/developers/lc-api.action>.
License: MIT + file LICENSE
LazyData: TRUE
BuildVignettes: TRUE
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Imports: dplyr, plyr, httr, jsonlite, utils
NeedsCompilation: no
Packaged: 2018-01-29 20:12:55 UTC; kuhnrl30
Author: Ryan Kuhn [aut, cre] (<https://orcid.org/0000-0001-6827-3492>)
Maintainer: Ryan Kuhn <kuhnrl30@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-29 20:24:40 UTC
