diff --git a/DESCRIPTION b/DESCRIPTION index 801f2d5..8d46068 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: widyr Title: Widen, Process, then Re-Tidy Data -Version: 0.1.3.9000 +Version: 0.1.4.9000 Authors@R: c( person("David", "Robinson", , "admiral.david@gmail.com", role = "aut"), person("Kanishka", "Misra", role = "ctb"), @@ -15,12 +15,11 @@ Description: Encapsulates the pattern of untidying data into a wide on wide matrices. License: MIT + file LICENSE URL: https://github.com/juliasilge/widyr, - http://juliasilge.github.io/widyr/ + https://juliasilge.github.io/widyr/ BugReports: https://github.com/juliasilge/widyr/issues Imports: broom, dplyr, - gapminder, Matrix, purrr, reshape2, @@ -32,6 +31,7 @@ Suggests: countrycode, covr, fuzzyjoin, + gapminder, ggplot2, ggraph, igraph, diff --git a/NEWS.md b/NEWS.md index 9f2a8bc..21c7c49 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ * Change maintainer to Julia Silge * Updates for new Matrix package version (@simonpcouch, #41) +* Update use of `distinct()` # widyr 0.1.4