-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d49cf61
commit 63160d1
Showing
8 changed files
with
14 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: corrr | ||
Type: Package | ||
Version: 0.3.0.9000 | ||
Version: 0.3.1 | ||
Title: Correlations in R | ||
Description: A tool for exploring correlations. | ||
It makes it possible to easily perform routine tasks when | ||
|
@@ -11,8 +11,9 @@ Description: A tool for exploring correlations. | |
Authors@R: c( | ||
person("Simon", "Jackson", email = "[email protected]", role = c("aut", "cre")), | ||
person("Jorge", "Cimentada", email = "[email protected]", role = c("ctb")), | ||
person("Edgar", "Ruiz", email = "[email protected]", role = c("ctb")) | ||
person("Edgar", "Ruiz", email = "[email protected]", role = c("aut")) | ||
) | ||
Maintainer: Edgar Ruiz <[email protected]> | ||
URL: https://github.com/drsimonj/corrr | ||
BugReports: https://github.com/drsimonj/corrr/issues | ||
Depends: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,17 @@ | ||
## Release summary | ||
|
||
- `as_cordf` will coerce lists or matrices into correlation data frames if possible | ||
- Adresses CRAN check failures | ||
|
||
- `focus_if` enables conditional variable selection | ||
|
||
- Can use arithmetic operators (e.g., `+` or `-`) with correlation data frames | ||
|
||
- `correlate()` now supports data frame with a SQL back-end (`tbl_sql`) | ||
|
||
- Small breaking change: The `diagonal` argument of `as_matrix` and `as_matrix.cor_df` is now an optional argument rather than set to `1` by default | ||
|
||
- Other improvements and fixes | ||
- Designates Edgar Ruiz (`[email protected]`) as the new package maintainer | ||
|
||
## Test environments | ||
* local Windows 10 install, R 3.5.0 | ||
* local Windows 10 install, R 3.5.2 | ||
* ubuntu 14.04 (on travis-ci) | ||
* Ubuntu 14.04.5 LTS with RStudio Server, R 3.4.3 | ||
|
||
## R CMD check results | ||
|
||
- 0 errors | 0 warnings | 0 notes | ||
|
||
## revdep check results | ||
|
||
- 0 packages | ||
- Package was removed from the CRAN repository. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
library("devtools") | ||
#devtools::install_github("r-lib/revdepcheck") | ||
library(revdepcheck) | ||
|
||
revdep_check() | ||
revdep_check_save_summary() | ||
revdep_check_print_problems() | ||
revdep_check() |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.