Skip to content

Commit

Permalink
revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Nov 17, 2020
1 parent 2bd928f commit b9a04c0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 62 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ inst/doc
packrat/lib*/
/logs
.DS_Store
revdep/library.noindex
revdep/checks.noindex
79 changes: 17 additions & 62 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,29 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.2 (2019-12-12) |
|os |Ubuntu 18.04.3 LTS |
|system |x86_64, linux-gnu |
|version |R version 4.0.3 (2020-10-10) |
|os |macOS Catalina 10.15.7 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |en_US:en |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Winnipeg |
|date |2020-02-10 |
|tz |America/New_York |
|date |2020-11-17 |

# Dependencies

|package |old |new |Δ |
|:------------|:--------|:--------|:--|
|corrr |0.4.0 |0.4.1 |* |
|assertthat |0.2.1 |0.2.1 | |
|BH |1.72.0-3 |1.72.0-3 | |
|bitops |1.0-6 |1.0-6 | |
|caTools |1.18.0 |1.18.0 | |
|cli |2.0.1 |2.0.1 | |
|colorspace |1.4-1 |1.4-1 | |
|crayon |1.3.4 |1.3.4 | |
|dendextend |1.13.3 |1.13.3 | |
|digest |0.6.23 |0.6.23 | |
|dplyr |0.8.4 |0.8.4 | |
|ellipsis |0.3.0 |0.3.0 | |
|fansi |0.4.1 |0.4.1 | |
|farver |2.0.3 |2.0.3 | |
|foreach |1.4.8 |1.4.8 | |
|gclus |1.3.2 |1.3.2 | |
|gdata |2.18.0 |2.18.0 | |
|ggplot2 |3.2.1 |3.2.1 | |
|ggrepel |0.8.1 |0.8.1 | |
|glue |1.3.1 |1.3.1 | |
|gplots |3.0.1.2 |3.0.1.2 | |
|gridExtra |2.3 |2.3 | |
|gtable |0.3.0 |0.3.0 | |
|gtools |3.8.1 |3.8.1 | |
|iterators |1.0.12 |1.0.12 | |
|labeling |0.3 |0.3 | |
|lazyeval |0.2.2 |0.2.2 | |
|lifecycle |0.1.0 |0.1.0 | |
|magrittr |1.5 |1.5 | |
|munsell |0.5.0 |0.5.0 | |
|pillar |1.4.3 |1.4.3 | |
|pkgconfig |2.0.3 |2.0.3 | |
|plogr |0.2.0 |0.2.0 | |
|plyr |1.8.5 |1.8.5 | |
|purrr |0.3.3 |0.3.3 | |
|qap |0.1-1 |0.1-1 | |
|R6 |2.4.1 |2.4.1 | |
|RColorBrewer |1.1-2 |1.1-2 | |
|Rcpp |1.0.3 |1.0.3 | |
|registry |0.5-1 |0.5-1 | |
|reshape2 |1.4.3 |1.4.3 | |
|rlang |0.4.4 |0.4.4 | |
|scales |1.1.0 |1.1.0 | |
|seriation |1.2-8 |1.2-8 | |
|stringi |1.4.5 |1.4.5 | |
|stringr |1.4.0 |1.4.0 | |
|tibble |2.1.3 |2.1.3 | |
|tidyselect |1.0.0 |1.0.0 | |
|TSP |1.1-8 |1.1-8 | |
|utf8 |1.1.4 |1.1.4 | |
|vctrs |0.2.2 |0.2.2 | |
|viridis |0.5.1 |0.5.1 | |
|viridisLite |0.3.0 |0.3.0 | |
|withr |2.1.2 |2.1.2 | |
|package |old |new |Δ |
|:----------|:-----|:----------|:--|
|corrr |0.4.2 |0.4.3 |* |
|colorspace |NA |2.0-0 |* |
|dendextend |NA |1.14.0 |* |
|gplots |NA |3.1.0 |* |
|magrittr |NA |2.0.1 |* |
|seriation |NA |1.2-9 |* |
|testthat |NA |3.0.0.9000 |* |
|vctrs |NA |0.3.5 |* |
|waldo |NA |0.2.3.9000 |* |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

0 comments on commit b9a04c0

Please sign in to comment.