diff --git a/.Rbuildignore b/.Rbuildignore index f2fdeca..21a5beb 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,5 +1,7 @@ +^CRAN-RELEASE$ ^.*\.Rproj$ ^\.Rproj\.user$ cran-comments.md ^README\.Rmd$ ^README-cache +^revdep$ diff --git a/.gitignore b/.gitignore index a9a33f7..62b028d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,9 @@ .Ruserdata inst/doc *cache + +revdep/checks +revdep/library +revdep/checks.noindex +revdep/library.noindex +revdep/data.sqlite diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..45a4527 --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,63 @@ +# Platform + +|field |value | +|:--------|:----------------------------| +|version |R version 3.5.2 (2018-12-20) | +|os |Ubuntu 18.04.1 LTS | +|system |x86_64, linux-gnu | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |Europe/Berlin | +|date |2019-02-20 | + +# Dependencies + +|package |old |new |Δ | +|:------------|:------|:------|:--| +|ggsignif |0.4.0 |0.5.0 |* | +|assertthat |0.2.0 |0.2.0 | | +|cli |1.0.1 |1.0.1 | | +|colorspace |1.4-0 |1.4-0 | | +|crayon |1.3.4 |1.3.4 | | +|digest |0.6.18 |0.6.18 | | +|fansi |0.4.0 |0.4.0 | | +|ggplot2 |3.1.0 |3.1.0 | | +|glue |1.3.0 |1.3.0 | | +|gtable |0.2.0 |0.2.0 | | +|labeling |0.3 |0.3 | | +|lazyeval |0.2.1 |0.2.1 | | +|magrittr |1.5 |1.5 | | +|munsell |0.5.0 |0.5.0 | | +|pillar |1.3.1 |1.3.1 | | +|pkgconfig |2.0.2 |2.0.2 | | +|plyr |1.8.4 |1.8.4 | | +|R6 |2.4.0 |2.4.0 | | +|RColorBrewer |1.1-2 |1.1-2 | | +|Rcpp |1.0.0 |1.0.0 | | +|reshape2 |1.4.3 |1.4.3 | | +|rlang |0.3.1 |0.3.1 | | +|scales |1.0.0 |1.0.0 | | +|stringi |1.3.1 |1.3.1 | | +|stringr |1.4.0 |1.4.0 | | +|tibble |2.0.1 |2.0.1 | | +|utf8 |1.1.4 |1.1.4 | | +|viridisLite |0.3.0 |0.3.0 | | +|withr |2.1.2 |2.1.2 | | + +# Revdeps + +## Couldn't check (1) + +|package |version |error |warning |note | +|:-----------|:-------|:-----|:-------|:----| +|ggstatsplot |? | | | | + +## All (2) + +|package |version |error |warning |note | +|:----------------------------|:-------|:-----|:-------|:----| +|[ggpubr](problems.md#ggpubr) |0.2 | | |1 | +|ggstatsplot |? | | | | + diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..6904672 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1,11 @@ +# ggpubr + +Version: 0.2 + +## In both + +* checking Rd cross-references ... NOTE + ``` + Package unavailable to check Rd xrefs: ‘FactoMineR’ + ``` +