Skip to content

Commit 114f1aa

Browse files
committed
Update DESCRIPTION + NEWS
1 parent bdcdd2f commit 114f1aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: widyr
33
Title: Widen, Process, then Re-Tidy Data
4-
Version: 0.1.3.9000
4+
Version: 0.1.4.9000
55
Authors@R: c(
66
person("David", "Robinson", , "admiral.david@gmail.com", role = "aut"),
77
person("Kanishka", "Misra", role = "ctb"),
@@ -15,12 +15,11 @@ Description: Encapsulates the pattern of untidying data into a wide
1515
on wide matrices.
1616
License: MIT + file LICENSE
1717
URL: https://github.com/juliasilge/widyr,
18-
http://juliasilge.github.io/widyr/
18+
https://juliasilge.github.io/widyr/
1919
BugReports: https://github.com/juliasilge/widyr/issues
2020
Imports:
2121
broom,
2222
dplyr,
23-
gapminder,
2423
Matrix,
2524
purrr,
2625
reshape2,
@@ -32,6 +31,7 @@ Suggests:
3231
countrycode,
3332
covr,
3433
fuzzyjoin,
34+
gapminder,
3535
ggplot2,
3636
ggraph,
3737
igraph,

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Change maintainer to Julia Silge
44
* Updates for new Matrix package version (@simonpcouch, #41)
5+
* Update use of `distinct()`
56

67
# widyr 0.1.4
78

0 commit comments

Comments
 (0)