diff --git a/DESCRIPTION b/DESCRIPTION index d9e0327..be25e11 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/codemeta.json b/codemeta.json index 2a5210d..9297957 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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", @@ -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", diff --git a/revdep/README.md b/revdep/README.md index e9236f5..08b5d5b 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -2,7 +2,7 @@ |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 | @@ -10,15 +10,14 @@ |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 diff --git a/revdep/check.R b/revdep/check.R index b65818d..84f59e6 100644 --- a/revdep/check.R +++ b/revdep/check.R @@ -1,2 +1,2 @@ revdepcheck::revdep_reset() -revdepcheck::revdep_check(num_workers = 4) +revdepcheck::revdep_check(num_workers = 2)