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

Commit dcafa1d

Browse files
committed
update revdep check and codemeta file
1 parent c89aed4 commit dcafa1d

File tree

5 files changed

+10
-16
lines changed

5 files changed

+10
-16
lines changed

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"contIntegration": "https://travis-ci.org/ropensci/rplos",
233233
"releaseNotes": "https://github.com/ropensci/rplos/blob/master/NEWS.md",
234234
"readme": "https://github.com/ropensci/rplos/blob/master/README.md",
235-
"fileSize": "1217.225KB",
235+
"fileSize": "1217.221KB",
236236
"applicationCategory": "Literature",
237237
"isPartOf": "https://ropensci.org",
238238
"keywords": ["PLOS", "library", "science", "JSON", "XML", "API", "web", "api-client", "article", "fulltext", "text-mining", "xml", "pdf", "metadata", "web-api", "plos", "r", "rstats", "r-package"],

revdep/README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,21 @@
22

33
|field |value |
44
|:--------|:-------------------------------------------|
5-
|version |R version 3.5.1 Patched (2018-08-12 r75119) |
6-
|os |macOS High Sierra 10.13.6 |
5+
|version |R version 3.6.0 Patched (2019-04-30 r76446) |
6+
|os |macOS Mojave 10.14.4 |
77
|system |x86_64, darwin15.6.0 |
88
|ui |X11 |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
1112
|tz |US/Pacific |
12-
|date |2018-08-14 |
13+
|date |2019-05-03 |
1314

1415
# Dependencies
1516

1617
|package |old |new |Δ |
1718
|:-------|:-----|:-----|:--|
18-
|rplos |0.8.2 |0.8.4 |* |
19+
|rplos |0.8.4 |0.8.6 |* |
1920

2021
# Revdeps
2122

22-
## All (1)
23-
24-
|package |version |error |warning |note |
25-
|:--------|:-------|:-----|:-------|:----|
26-
|fulltext |1.0.1 | | | |
27-

revdep/check.R

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
library("revdepcheck")
2-
res <- revdep_check()
3-
# revdep_check_save_summary()
4-
# revdep_check_print_problems()
5-
#revdep_email(date = "June 9", only_problems = TRUE, draft = FALSE)
1+
revdepcheck::revdep_reset()
2+
revdepcheck::revdep_check()

revdep/failures.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)