Package: LendingClub
Type: Package
Date: 2017-06-16
Title: A Lending Club API Wrapper
Version: 1.0.3
Authors@R: person("Ryan", "Kuhn", email= "kuhnrl30@gmail.com", role= c("aut", "cre"))
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
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Imports: dplyr, plyr, httr, jsonlite, utils
NeedsCompilation: no
Packaged: 2017-06-15 04:14:11 UTC; Ryan
Author: Ryan Kuhn [aut, cre]
Maintainer: Ryan Kuhn <kuhnrl30@gmail.com>
Repository: CRAN
Date/Publication: 2017-06-15 13:39:50 UTC
