Skip to content

Commit

Permalink
update revdep checks, update codemeta.json, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 10, 2020
1 parent a55142e commit 26caa4f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 27 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: A programmatic interface to many species occurrence data sources,
System ('OBIS'), and Atlas of Living Australia ('ALA'). Includes
functionality for retrieving species occurrence data, and combining
those data.
Version: 1.0.7.93
Version: 1.0.8
License: MIT + file LICENSE
Authors@R:
c(person(given = "Scott",
Expand Down
23 changes: 5 additions & 18 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"codeRepository": "https://github.com/ropensci/spocc",
"issueTracker": "https://github.com/ropensci/spocc/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.0",
"version": "1.0.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.1",
"version": "3.6.2",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.1 Patched (2019-09-05 r77154)",
"runtimePlatform": "R version 3.6.2 Patched (2020-02-04 r77774)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -55,19 +55,6 @@
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"version": ">= 6.1.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=roxygen2"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
Expand Down Expand Up @@ -281,10 +268,10 @@
"sameAs": "https://CRAN.R-project.org/package=wicket"
}
],
"contIntegration": "https://travis-ci.org/ropensci/spocc",
"contIntegration": ["https://travis-ci.org/ropensci/spocc", "https://ci.appveyor.com/project/sckott/spocc", "https://codecov.io/github/ropensci/spocc?branch=master"],
"releaseNotes": "https://github.com/ropensci/spocc/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/spocc/blob/master/README.md",
"fileSize": "5863.76KB",
"fileSize": "245.11KB",
"funder": [
{
"@type": "Organization",
Expand Down
13 changes: 6 additions & 7 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.6.1 Patched (2019-09-05 r77154) |
|version |R version 3.6.2 Patched (2020-02-04 r77774) |
|os |macOS Mojave 10.14.6 |
|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-10-21 |
|date |2020-02-09 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|spocc |0.9.0 |1.0.0 |* |
|digest |NA |0.6.21 |* |
|rlang |NA |0.4.0.9007 |* |
|package |old |new |Δ |
|:-------|:-----|:--------|:--|
|spocc |1.0.2 |1.0.7.93 |* |
|wicket |NA |0.4.1 |* |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
revdepcheck::revdep_reset()
revdepcheck::revdep_check(num_workers = 4)
revdepcheck::revdep_check(num_workers = 2)

0 comments on commit 26caa4f

Please sign in to comment.