-
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
bb557da
commit a557e6e
Showing
5 changed files
with
88 additions
and
11 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,19 +1,19 @@ | ||
## Release summary | ||
|
||
- Performs some vignette maintenance | ||
|
||
- Improves support for remote table operations | ||
|
||
- Improves some documentation | ||
* Adds `remove.dups` argument to `stretch()`. It removes duplicates with out removing all NAs. | ||
* Adds `dice()` function, wraps `focus(x,..., mirror = TRUE)` | ||
* Adds `retract()` function, opposite of `stretch()` | ||
* Improves `correlate()` for database backed tables | ||
* Fixes compatability issues with `dplyr` | ||
|
||
## Test environments | ||
* local Windows 10 install, R 3.5.3 | ||
* ubuntu 14.04 (on travis-ci) | ||
* Local windows 10 install, R 3.6.0 | ||
* Ubuntu 18.04.2 LTS, R 3.6.1 | ||
* Ubuntu 14.04 (on travis-ci) | ||
|
||
## R CMD check results | ||
|
||
- 0 errors | 0 warnings | 0 notes | ||
* 0 errors | 0 warnings | 0 notes | ||
|
||
## revdep check results | ||
|
||
- Package has no current reverse dependencies | ||
* Package has no current reverse dependencies |
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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.6.1 (2019-07-05) | | ||
|os |Ubuntu 18.04.2 LTS | | ||
|system |x86_64, linux-gnu | | ||
|ui |RStudio | | ||
|language |en_US:en | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/Winnipeg | | ||
|date |2019-07-12 | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:------------|:--------|:--------|:--| | ||
|corrr |0.3.2 |0.4.0 |* | | ||
|assertthat |0.2.1 |0.2.1 | | | ||
|backports |1.1.4 |1.1.4 | | | ||
|BH |1.69.0-1 |1.69.0-1 | | | ||
|bitops |1.0-6 |1.0-6 | | | ||
|caTools |1.17.1.2 |1.17.1.2 | | | ||
|cli |1.1.0 |1.1.0 | | | ||
|colorspace |1.4-1 |1.4-1 | | | ||
|crayon |1.3.4 |1.3.4 | | | ||
|dendextend |1.12.0 |1.12.0 | | | ||
|digest |0.6.20 |0.6.20 | | | ||
|dplyr |0.8.3 |0.8.3 | | | ||
|ellipsis |0.2.0.1 |0.2.0.1 | | | ||
|fansi |0.4.0 |0.4.0 | | | ||
|foreach |1.4.4 |1.4.4 | | | ||
|gclus |1.3.2 |1.3.2 | | | ||
|gdata |2.18.0 |2.18.0 | | | ||
|ggplot2 |3.2.0 |3.2.0 | | | ||
|ggrepel |0.8.1 |0.8.1 | | | ||
|glue |1.3.1 |1.3.1 | | | ||
|gplots |3.0.1.1 |3.0.1.1 | | | ||
|gridExtra |2.3 |2.3 | | | ||
|gtable |0.3.0 |0.3.0 | | | ||
|gtools |3.8.1 |3.8.1 | | | ||
|iterators |1.0.10 |1.0.10 | | | ||
|labeling |0.3 |0.3 | | | ||
|lazyeval |0.2.2 |0.2.2 | | | ||
|magrittr |1.5 |1.5 | | | ||
|munsell |0.5.0 |0.5.0 | | | ||
|pillar |1.4.2 |1.4.2 | | | ||
|pkgconfig |2.0.2 |2.0.2 | | | ||
|plogr |0.2.0 |0.2.0 | | | ||
|plyr |1.8.4 |1.8.4 | | | ||
|purrr |0.3.2 |0.3.2 | | | ||
|qap |0.1-1 |0.1-1 | | | ||
|R6 |2.4.0 |2.4.0 | | | ||
|RColorBrewer |1.1-2 |1.1-2 | | | ||
|Rcpp |1.0.1 |1.0.1 | | | ||
|registry |0.5-1 |0.5-1 | | | ||
|reshape2 |1.4.3 |1.4.3 | | | ||
|rlang |0.4.0 |0.4.0 | | | ||
|scales |1.0.0 |1.0.0 | | | ||
|seriation |1.2-7 |1.2-7 | | | ||
|stringi |1.4.3 |1.4.3 | | | ||
|stringr |1.4.0 |1.4.0 | | | ||
|tibble |2.1.3 |2.1.3 | | | ||
|tidyr |0.8.3 |NA |* | | ||
|tidyselect |0.2.5 |0.2.5 | | | ||
|TSP |1.1-7 |1.1-7 | | | ||
|utf8 |1.1.4 |1.1.4 | | | ||
|vctrs |0.2.0 |0.2.0 | | | ||
|viridis |0.5.1 |0.5.1 | | | ||
|viridisLite |0.3.0 |0.3.0 | | | ||
|withr |2.1.2 |2.1.2 | | | ||
|zeallot |0.1.0 |0.1.0 | | | ||
|
||
# Revdeps | ||
|
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,4 +1,3 @@ | ||
#devtools::install_github("r-lib/revdepcheck") | ||
library(revdepcheck) | ||
|
||
revdep_check() |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |