Skip to content

Commit

Permalink
Prepares for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Mar 5, 2019
1 parent d49cf61 commit 63160d1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 113 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
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
Expand All @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# corrr 0.3.0.9000
# corrr 0.3.1

- Fixes test and CRAN issues by removing `Ops.cor_df()`.

- Designates Edgar Ruiz as the new package maintainer

# corrr 0.3.0

## Small breaking changes
Expand Down
17 changes: 4 additions & 13 deletions cran-comments.md
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.
44 changes: 0 additions & 44 deletions revdep/README.md

This file was deleted.

7 changes: 3 additions & 4 deletions revdep/check.R
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 removed revdep/checks.rds
Binary file not shown.
44 changes: 0 additions & 44 deletions revdep/problems.md

This file was deleted.

5 changes: 0 additions & 5 deletions revdep/timing.md

This file was deleted.

0 comments on commit 63160d1

Please sign in to comment.