Skip to content

Commit

Permalink
prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
elbersb committed Sep 2, 2019
1 parent 97f8a0a commit 98df8c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tidylog
Type: Package
Title: Logging for 'dplyr' and 'tidyr' Functions
Version: 0.2.0
Version: 0.2.0.9000
Authors@R: person("Benjamin", "Elbers", email = "elbersb@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5392-3448"))
Description: Provides feedback about 'dplyr' and 'tidyr' operations.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# 0.2.0.9000


# 0.2.0
- added detailed merge information for joins (#25)
- added supoort for tidyr functions: gather, spread (thanks @WilDoane), drop_na (@jackhannah95), fill and replace_na
- use clisymbols for ellipsis
- add number of remaining rows to filter (#23)
- bugfix: do not report negative NA (#18)
- bugfix: avoid partial matching (closes #26)

# 0.1.0

initial release

0 comments on commit 98df8c8

Please sign in to comment.