Permalink
Browse files

Bump version, date, NEWS

  • Loading branch information...
1 parent 6baee74 commit ea98da7d5a1421daacbb802a614ecd7a73877e62 @lmullen lmullen committed Sep 3, 2015
Showing with 6 additions and 6 deletions.
  1. +2 −2 DESCRIPTION
  2. +1 −1 NEWS
  3. +1 −1 R/install-genderdata-package.R
  4. +2 −2 cran-comments.md
View
@@ -1,8 +1,8 @@
Package: gender
Type: Package
Title: Predict Gender from Names Using Historical Data
-Version: 0.5.0.9003
-Date: 2015-08-21
+Version: 0.5.1
+Date: 2015-09-03
Authors@R: c(person("Lincoln", "Mullen", role = c("aut", "cre"),
email = "lincoln@lincolnmullen.com"),
person("Cameron", "Blevins", role = "ctb"),
View
2 NEWS
@@ -1,4 +1,4 @@
-gender 0.5.0.9003 DEVELOPMENT
+gender 0.5.1
=============================
* bugfix for some users who cannot install the `genderdata` package as binary
@@ -17,7 +17,7 @@ check_genderdata_package <- function() {
#' Install the genderdata package after checking with the user
#' @export
install_genderdata_package <- function() {
- instructions <- paste(" Please try installing the package for yourself",
+ instructions <- paste(" Please try installing the package for yourself",
"using the following command: \n",
" install.packages(\"genderdata\", repos = \"http://packages.ropensci.org\",",
"type = \"source\")")
View
@@ -1,5 +1,5 @@
-This is an update to the gender package which adds datasets for European
-countries and improves performance.
+This is an patch to the gender package which fixes a bug for some users who have
+been unable install the data package because of an option they have set.
## Testing environments

0 comments on commit ea98da7

Please sign in to comment.