diff --git a/DESCRIPTION b/DESCRIPTION index 6b3f17a..3c3347c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: ripums -Title: Read IPUMS Extract Files into R +Title: Read 'IPUMS' Extract Files Version: 0.1.0 Authors@R: c( person("Greg Freedman Ellis", email = "gfellis@umn.edu", role = c("aut", "cre")), @@ -10,10 +10,10 @@ Authors@R: c( Contact: ipums@umn.org URL: https://www.ipums.org, https://github.com/mnpopcenter/ripums BugReports: https://github.com/mnpopcenter/ripums/issues -Description: An easy way to import census, survey and geographic data provided by IPUMS - into R plus tools to help use the associated metadata to make analysis easier. IPUMS +Description: An easy way to import census, survey and geographic data provided by 'IPUMS' + into R plus tools to help use the associated metadata to make analysis easier. 'IPUMS' data describing 1.4 billion individuals drawn from over 750 censuses and surveys is - available free of charge from our website. + available free of charge from our website . License: Mozilla Public License 2.0 Encoding: UTF-8 LazyData: true diff --git a/cran-comments.md b/cran-comments.md index 534be93..b785de8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,10 @@ +## Resubmission +This is a resubmission. In this version we have: + +* Removed redundant "into R" in title +* Placed 'IPUMS' in quotes in title/description +* Added IPUMS website link to description + ## Test environments * Windows R 3.4.2 (local), devel (win-builder) * ubuntu 12.04 R 3.4.2, 3.3.3 and devel (on travis-ci)