diff --git a/DESCRIPTION b/DESCRIPTION index 4157067..202a53f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,10 @@ Package: babynames -Title: US baby names 1880-2013 -Version: 0.1.0.9000 -Authors@R: 'Hadley Wickham [aut,cre]' +Title: US Baby Names 1880-2013 +Version: 0.2.0 +Authors@R: c( + person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")), + person("RStudio", role = "cph") + ) Description: US baby names provided by the SSA. This package contains all names used for at least 5 children of either sex. Depends: @@ -9,4 +12,5 @@ Depends: License: CC0 LazyData: true URL: http://github.com/hadley/babynames +BugReports: https://github.com/hadley/babynames/issues RoxygenNote: 5.0.1 diff --git a/NEWS.md b/NEWS.md index a39fe25..f63c257 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# babynames 0.1.0.9000 +# babynames 0.2.0 * Added a `NEWS.md` file to track changes to the package. diff --git a/cran-comments.md b/cran-comments.md index b4de034..d2486ac 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,14 +5,16 @@ ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 2 notes + +* I've updated my maintainer email address to hadley@rstudio.com * Checking installed package size: installed size is 8.7Mb sub-directories of 1Mb or more: data 8.6Mb - This is a data package that will be rarely (if ever) updated. + This is a data package that will be rarely. ## Reverse dependencies