Skip to content

Commit

Permalink
Update to patch release to close #174
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Jun 8, 2018
1 parent d1fc559 commit cf114dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: naniar
Type: Package
Title: Data Structures, Summaries, and Visualisations for Missing Data
Version: 0.3.0.9000
Version: 0.3.1
Authors@R: c(
person("Nicholas", "Tierney",
role = c("aut", "cre"),
Expand Down Expand Up @@ -63,8 +63,7 @@ Imports:
rlang,
forcats,
viridis,
glue,
tidyselect
glue
RoxygenNote: 6.0.1
Collate:
'add-cols.R'
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# naniar 0.3.1 (2018/06/10) "Strawberry's Adventure"

## Minor Change

This is a patch release that removes `tidyselect` from the package Imports, as
it is unnecessary. Fixes [#174](https://github.com/njtierney/naniar/issues/174)

# naniar 0.3.90000 (2018/06/07)

## New Features
Expand Down
2 changes: 0 additions & 2 deletions R/impute_below.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ impute_below_at <- function(.tbl,

test_if_null(.tbl)

# .vars <- tidyselect::vars_select(names(.tbl), .vars)

dplyr::mutate_at(.tbl = .tbl,
.vars = .vars,
.funs = shadow_shift,
Expand Down

0 comments on commit cf114dc

Please sign in to comment.