Skip to content

Commit

Permalink
Run revdep check
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae committed Aug 8, 2019
1 parent 7acd92d commit 5a05d88
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 59 deletions.
6 changes: 6 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
checks
library
checks.noindex
library.noindex
data.sqlite
*.html
87 changes: 39 additions & 48 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |? | | | |

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
12 changes: 1 addition & 11 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -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. :)*

0 comments on commit 5a05d88

Please sign in to comment.