Skip to content

Commit

Permalink
Ver bump, updates site
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz-zz committed Jul 12, 2019
1 parent fcc7422 commit bb557da
Show file tree
Hide file tree
Showing 43 changed files with 487 additions and 491 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: corrr
Type: Package
Version: 0.3.2.9004
Version: 0.4.0
Title: Correlations in R
Description: A tool for exploring correlations.
It makes it possible to easily perform routine tasks when
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ export(rplot)
export(shave)
export(stretch)
import(ggplot2)
import(rlang)
importFrom(dplyr,collect)
importFrom(dplyr,filter)
importFrom(dplyr,mutate_all)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(purrr,flatten)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
Expand All @@ -53,7 +53,6 @@ importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(purrr,transpose)
importFrom(rlang,as_label)
importFrom(stats,dist)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
8 changes: 3 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# corrr (development version)

# corrr 0.3.2.9004

- Improves `correlate()` for database backed tables
# corrr 0.4.0

- Adds `remove.dups` argument to `stretch()`. It removes duplicates with out removing all NAs (#57)

- Adds `dice()` function, wraps `focus(x,..., mirror = TRUE)` (#64)

- Adds `retract()` function, opposite of `stretch()` (#65)

- Improves `correlate()` for database backed tables

- Fixes compatability issues with `dplyr`

# corrr 0.3.2
Expand Down
3 changes: 1 addition & 2 deletions R/corrr.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
#' @importFrom purrr map
#' @importFrom purrr map2
#' @importFrom purrr imap_dfr
#' @importFrom purrr flatten
#' @importFrom purrr set_names
#' @importFrom purrr transpose
#' @importFrom rlang as_label
#' @importFrom dplyr select
#' @importFrom dplyr mutate_all
#' @importFrom dplyr filter
Expand All @@ -21,6 +19,7 @@
#' @importFrom tibble tibble
#' @importFrom tibble as_tibble
#' @import ggplot2
#' @import rlang
#' @keywords internal
"_PACKAGE"
NULL
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions docs/articles/databases.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/databases_files/figure-html/unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb557da

Please sign in to comment.