diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 0000000..31f6c40 --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,6 @@ +checks +library +checks.noindex +library.noindex +data.sqlite +*.html diff --git a/revdep/README.md b/revdep/README.md index 45a4527..f80bae9 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -2,62 +2,53 @@ |field |value | |:--------|:----------------------------| -|version |R version 3.5.2 (2018-12-20) | -|os |Ubuntu 18.04.1 LTS | -|system |x86_64, linux-gnu | +|version |R version 3.6.1 (2019-07-05) | +|os |macOS Mojave 10.14.6 | +|system |x86_64, darwin15.6.0 | |ui |RStudio | |language |(EN) | |collate |en_US.UTF-8 | |ctype |en_US.UTF-8 | |tz |Europe/Berlin | -|date |2019-02-20 | +|date |2019-08-08 | # 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 | | +|package |old |new |Δ | +|:------------|:-------|:-------|:--| +|ggsignif |0.5.0 |0.6.0 |* | +|assertthat |0.2.1 |0.2.1 | | +|backports |1.1.4 |1.1.4 | | +|cli |1.1.0 |1.1.0 | | +|colorspace |1.4-1 |1.4-1 | | +|crayon |1.3.4 |1.3.4 | | +|digest |0.6.20 |0.6.20 | | +|ellipsis |0.2.0.1 |0.2.0.1 | | +|fansi |0.4.0 |0.4.0 | | +|ggplot2 |3.2.0 |3.2.0 | | +|glue |1.3.1 |1.3.1 | | +|gtable |0.3.0 |0.3.0 | | +|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 | | +|plyr |1.8.4 |1.8.4 | | +|R6 |2.4.0 |2.4.0 | | +|RColorBrewer |1.1-2 |1.1-2 | | +|Rcpp |1.0.2 |1.0.2 | | +|reshape2 |1.4.3 |1.4.3 | | +|rlang |0.4.0 |0.4.0 | | +|scales |1.0.0 |1.0.0 | | +|stringi |1.4.3 |1.4.3 | | +|stringr |1.4.0 |1.4.0 | | +|tibble |2.1.3 |2.1.3 | | +|utf8 |1.1.4 |1.1.4 | | +|vctrs |0.2.0 |0.2.0 | | +|viridisLite |0.3.0 |0.3.0 | | +|withr |2.1.2 |2.1.2 | | +|zeallot |0.1.0 |0.1.0 | | # 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/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 index 6904672..9a20736 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,11 +1 @@ -# ggpubr - -Version: 0.2 - -## In both - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘FactoMineR’ - ``` - +*Wow, no problems at all. :)* \ No newline at end of file