Skip to content

Commit

Permalink
update revdep checks, update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 4, 2019
1 parent cb87db0 commit 6995cfd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 36 deletions.
17 changes: 10 additions & 7 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"codeRepository": "https://github.com/ropensci/rcrossref",
"issueTracker": "https://github.com/ropensci/rcrossref/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.9.0",
"version": "0.9.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.5.2",
"version": "3.6.0",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.5.2 Patched (2018-12-31 r75943)",
"runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"version": ">= 0.2.2",
"version": ">= 0.2.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -142,7 +142,7 @@
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"version": ">= 0.7.0",
"version": ">= 0.7.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -271,8 +271,11 @@
"developmentStatus": "active",
"releaseNotes": "https://github.com/ropensci/rcrossref/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rcrossref/blob/master/README.md",
"fileSize": "2314.504KB",
"fileSize": "3164.206KB",
"applicationCategory": "Literature",
"isPartOf": "https://ropensci.org",
"keywords": ["text-ming", "literature", "pdf", "xml", "publications", "citations", "full-text", "TDM", "Crossref", "crossref-api", "doi", "metadata", "api", "r", "rstats", "api-wrapper", "r-package"]
"keywords": ["text-ming", "literature", "pdf", "xml", "publications", "citations", "full-text", "TDM", "Crossref", "crossref-api", "doi", "metadata", "api", "r", "rstats", "api-wrapper", "r-package"],
"contributor": {},
"copyrightHolder": {},
"funder": {}
}
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Reverse dependencies

* I have run R CMD check on the 5 downstream dependencies. There were no problems. See the summary at <https://github.com/ropensci/rcrossref/tree/master/revdep>
* I have run R CMD check on the 7 downstream dependencies. There were no problems. See the summary at <https://github.com/ropensci/rcrossref/tree/master/revdep>

-------

Expand Down
22 changes: 6 additions & 16 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,21 @@

|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.5.2 Patched (2018-12-31 r75943) |
|os |macOS Mojave 10.14.2 |
|version |R version 3.6.0 Patched (2019-04-30 r76446) |
|os |macOS Mojave 10.14.4 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2019-01-14 |
|date |2019-05-04 |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:---|:--|
|rcrossref |0.8.4 |NA |* |
|package |old |new |Δ |
|:---------|:-----|:-----|:--|
|rcrossref |0.9.0 |0.9.2 |* |

# Revdeps

## All (5)

|package |version |error |warning |note |
|:-------------------------------|:-------|:-----|:-------|:----|
|crminer |0.2.0 | | | |
|fulltext |1.1.0 | | | |
|rcoreoa |0.3.0 | | | |
|[ref.ICAR](problems.md#reficar) |1.0 | | |1 |
|roadoi |0.5.2 | | | |

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
13 changes: 1 addition & 12 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
# ref.ICAR

Version: 1.0

## In both

* checking dependencies in R code ... NOTE
```
Namespace in Imports field not imported from: ‘Rdpack’
All declared Imports should be used.
```
*Wow, no problems at all. :)*

0 comments on commit 6995cfd

Please sign in to comment.