From 4c4dafca0cd2361347b7aed3ad9687aa227971fa Mon Sep 17 00:00:00 2001 From: Ari Lamstein Date: Fri, 31 Jan 2014 11:00:57 -0800 Subject: [PATCH] add requirement of R version 3.0.0 minimum because of problems with R 2.15. --- DESCRIPTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2e666f9..eb275d9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Description: choroplethr simplifies the creation of choropleths in R. A data, choosing and labeling discrete scales and creating a clean background are handled automatically. choroplethr provides native support for viewing data from the US Census's American Community Survey (ACS). -Version: 1.0.0 +Version: 1.0.1 Author: Ari Lamstein Maintainer: Ari Lamstein URL: https://github.com/arilamstein/choroplethr/ @@ -25,4 +25,5 @@ Suggests: maps, zipcode Depends: - acs + acs, + R (>= 3.0.0)