commit 27efcaeca39fd30407178f397fb7e18f3f9a3220
parent b79483bd79a4f67ff027db061dd797b4c371b148
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date: Sun, 9 Aug 2015 08:39:59 -0400
Given that httr 1.0.0 changed things, I realized I'd better specify a version under Imports.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DESCRIPTION b/DESCRIPTION
@@ -4,6 +4,6 @@ Version: 0.0.0.9000
Authors@R: person("Eamon", "Caddigan", email = "eamon.caddigan@gmail.com", role = c("aut", "cre"))
Description: Currently uses the genderize.io API to guess the gender of one or more names.
Depends: R (>= 3.2.1)
-Imports: jsonlite, httr
+Imports: jsonlite, httr (>= 1.0.0)
License: GPL-3
LazyData: true