Skip to content

Commit

Permalink
Ignore revdep
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae committed Feb 20, 2019
1 parent 5faa30f commit 036fabd
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
@@ -1,5 +1,7 @@
^CRAN-RELEASE$
^.*\.Rproj$
^\.Rproj\.user$
cran-comments.md
^README\.Rmd$
^README-cache
^revdep$
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -4,3 +4,9 @@
.Ruserdata
inst/doc
*cache

revdep/checks
revdep/library
revdep/checks.noindex
revdep/library.noindex
revdep/data.sqlite
63 changes: 63 additions & 0 deletions 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 |? | | | |

11 changes: 11 additions & 0 deletions 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’
```

0 comments on commit 036fabd

Please sign in to comment.