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

Commit 451a198

Browse files
committed
update revdep and codemeta.json file
1 parent 35693d0 commit 451a198

File tree

5 files changed

+35
-60
lines changed

5 files changed

+35
-60
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
.httr-oauth
55
.RData
66
inst/ignore/progress_bars_notes.R
7+
revdep/checks.noindex
8+
revdep/data.sqlite
9+
revdep/library.noindex

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"contIntegration": "https://travis-ci.org/ropensci/solrium",
182182
"releaseNotes": "https://github.com/ropensci/solrium/blob/master/NEWS.md",
183183
"readme": "https://github.com/ropensci/solrium/blob/master/README.md",
184-
"fileSize": "120KB",
184+
"fileSize": "119.997KB",
185185
"developmentStatus": "https://www.repostatus.org/#active",
186186
"keywords": [
187187
"solr",

revdep/README.md

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
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
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:-------------------------------------------|
5+
|version |R version 3.5.1 Patched (2018-11-18 r75627) |
6+
|os |macOS Mojave 10.14.1 |
7+
|system |x86_64, darwin15.6.0 |
8+
|ui |X11 |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |US/Pacific |
13+
|date |2018-12-12 |
14+
15+
# Dependencies
16+
17+
|package |old |new |Δ |
18+
|:-------|:-----|:-----|:--|
19+
|solrium |1.0.0 |1.0.2 |* |
20+
21+
# Revdeps
22+
23+
## All (4)
24+
25+
|package |version |error |warning |note |
26+
|:---------|:-------|:-----|:-------|:----|
27+
|rdatacite |0.4.0 | | | |
28+
|rdryad |0.4.0 | | | |
29+
|ritis |0.7.2 | | | |
30+
|rplos |0.8.4 | | | |
3531

revdep/check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
revdepcheck::revdep_check(threads = 4)
1+
revdepcheck::revdep_check(num_workers = 2)

revdep/problems.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +0,0 @@
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)