Skip to content

Commit 680116c

Browse files
committed
Update revdep checks
1 parent f4cdb02 commit 680116c

File tree

5 files changed

+63
-0
lines changed

5 files changed

+63
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
^\.travis\.yml$
55
^cran-comments\.md$
66
^appveyor\.yml$
7+
^revdep$

revdep/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
checks/

revdep/README.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:----------------------------|
5+
|version |R version 3.4.1 (2017-06-30) |
6+
|os |macOS Sierra 10.12 |
7+
|system |x86_64, darwin15.6.0 |
8+
|ui |X11 |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|tz |Europe/Brussels |
12+
|date |2017-08-03 |
13+
14+
# Dependencies
15+
16+
|package |old |new |Δ |
17+
|:-----------------|:--------|:-------|:--|
18+
|vdiffr |0.1.1 |0.1.2 |* |
19+
|BH |1.62.0-1 |NA |* |
20+
|crayon |1.3.2 |1.3.2 | |
21+
|curl |NA |2.8.1 |* |
22+
|fontBitstreamVera |0.1.1 |0.1.1 | |
23+
|fontLiberation |0.1.0 |0.1.0 | |
24+
|fontquiver |0.2.1 |0.2.1 | |
25+
|gdtools |0.1.4 |0.1.4 | |
26+
|git2r |NA |0.19.0 |* |
27+
|glue |NA |1.1.1 |* |
28+
|htmltools |0.3.6 |0.3.6 | |
29+
|htmlwidgets |0.9 |0.9 | |
30+
|httpuv |1.3.5 |1.3.5 | |
31+
|lazyeval |NA |0.2.0 |* |
32+
|praise |1.0.0 |1.0.0 | |
33+
|purrr |0.2.3 |0.2.2.2 |* |
34+
|Rcpp |0.12.12 |0.12.12 | |
35+
|rlang |0.1.1 |0.1.1 | |
36+
|shiny |1.0.3 |1.0.3 | |
37+
|sourcetools |0.1.6 |0.1.6 | |
38+
|svglite |1.2.0 |1.2.0 | |
39+
|testthat |1.0.2 |1.0.2 | |
40+
|tibble |1.3.3 |1.3.3 | |
41+
|withr |NA |2.0.0 |* |
42+
|xml2 |1.1.1 |1.1.1 | |
43+
|xtable |1.8-2 |1.8-2 | |
44+
45+
# Revdeps
46+
47+
## Broken (0)
48+
49+
|package |version |error |warning |note |
50+
|:-------|:-------|:-----|:-------|:----|
51+
52+
## All (5)
53+
54+
|package |version |error |warning |note |
55+
|:-------------|:-------|:-----|:-------|:----|
56+
|atlantistools |0.4.2 | |1 |1 |
57+
|ggExtra |0.7 | | |1 |
58+
|ggstance |0.3 | | |1 |
59+
|viridis |0.4.0 | |1 |1 |
60+
|visdat |0.1.0 |-1 | | |
61+

revdep/data.sqlite

84 KB
Binary file not shown.

revdep/problems.md

Whitespace-only changes.

0 commit comments

Comments
 (0)