Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 05cfc26

Browse files
committed
added revdep folder and results
1 parent 80f3e11 commit 05cfc26

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ solr-5.2.1/*
1717
^CONDUCT\.md$
1818
cran-comments.md
1919
solr-5.4.1
20+
^revdep$
21+

revdep/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Setup
2+
3+
## Platform
4+
5+
|setting |value |
6+
|:--------|:----------------------------|
7+
|version |R version 3.3.1 (2016-06-21) |
8+
|system |x86_64, darwin13.4.0 |
9+
|ui |RStudio (1.0.1) |
10+
|language |(EN) |
11+
|collate |en_US.UTF-8 |
12+
|tz |America/Los_Angeles |
13+
|date |2016-10-05 |
14+
15+
## Packages
16+
17+
|package |* |version |date |source |
18+
|:-------|:--|:-------|:----------|:---------------------------|
19+
|solrium | |0.4.0 |2016-10-05 |local (ropensci/solrium@NA) |
20+
21+
# Check results
22+
2 packages
23+
24+
## rdatacite (0.1.0)
25+
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
26+
Bug reports: https://github.com/ropensci/rdatacite/issues
27+
28+
0 errors | 0 warnings | 0 notes
29+
30+
## ritis (0.5.0)
31+
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
32+
Bug reports: https://github.com/ropensci/ritis/issues
33+
34+
0 errors | 0 warnings | 0 notes
35+

revdep/check.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
library("devtools")
2+
3+
res <- revdep_check(threads = 4)
4+
revdep_check_save_summary()
5+
revdep_check_print_problems()

revdep/checks.rds

646 Bytes
Binary file not shown.

revdep/problems.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Setup
2+
3+
## Platform
4+
5+
|setting |value |
6+
|:--------|:----------------------------|
7+
|version |R version 3.3.1 (2016-06-21) |
8+
|system |x86_64, darwin13.4.0 |
9+
|ui |RStudio (1.0.1) |
10+
|language |(EN) |
11+
|collate |en_US.UTF-8 |
12+
|tz |America/Los_Angeles |
13+
|date |2016-10-05 |
14+
15+
## Packages
16+
17+
|package |* |version |date |source |
18+
|:-------|:--|:-------|:----------|:---------------------------|
19+
|solrium | |0.4.0 |2016-10-05 |local (ropensci/solrium@NA) |
20+
21+
# Check results
22+
0 packages with problems
23+
24+

0 commit comments

Comments
 (0)