diff --git a/cran-comments.md b/cran-comments.md index 3ad2f09..a5febe9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..11e64b4 --- /dev/null +++ b/revdep/README.md @@ -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 + diff --git a/revdep/check.R b/revdep/check.R index 984384c..a423709 100644 --- a/revdep/check.R +++ b/revdep/check.R @@ -1,4 +1,3 @@ #devtools::install_github("r-lib/revdepcheck") library(revdepcheck) - revdep_check() \ No newline at end of file diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file