This repository was archived by the owner on Sep 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ solr-5.2.1/*
17
17
^CONDUCT\.md$
18
18
cran-comments.md
19
19
solr-5.4.1
20
+ ^revdep$
21
+
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
1
+ library(" devtools" )
2
+
3
+ res <- revdep_check(threads = 4 )
4
+ revdep_check_save_summary()
5
+ revdep_check_print_problems()
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments