From c6ffea4193e659f78856e8570f296dea8c09555e Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 26 Aug 2020 10:53:39 -0700 Subject: [PATCH] update news that coral fxns defunct, cran comments, codemeta.json --- NEWS.md | 1 + codemeta.json | 14 +++++++++++++- cran-comments.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index ed4840e..8e2e675 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,7 @@ traits 0.5.0 ### DEFUNCT * `tr_usda()` is defunct. The API is down for good (#122) +* all `coral_*` functions are defunct (#124) ### MINOR IMPROVEMENTS diff --git a/codemeta.json b/codemeta.json index 121fea2..7e09e46 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,7 +5,7 @@ ], "@type": "SoftwareSourceCode", "identifier": "traits", - "description": "Species trait data from many different sources, including\n sequence data from 'NCBI', plant trait data from 'BETYdb', plant data\n from the USDA plants database, data from 'EOL' 'Traitbank', \n Coral traits data (), 'Birdlife' International, \n and more.", + "description": "Species trait data from many different sources, including\n sequence data from 'NCBI' (),\n plant trait data from 'BETYdb', data from 'EOL' 'Traitbank',\n 'Birdlife' International, and more.", "name": "traits: Species Trait Data from Around the Web", "codeRepository": "https://github.com/ropensci/traits", "issueTracker": "https://github.com/ropensci/traits/issues", @@ -86,6 +86,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=knitr" }, + { + "@type": "SoftwareApplication", + "identifier": "rmarkdown", + "name": "rmarkdown", + "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=rmarkdown" + }, { "@type": "SoftwareApplication", "identifier": "testthat", diff --git a/cran-comments.md b/cran-comments.md index 445a505..d0285f5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -10,7 +10,7 @@ ------ -This version makes one function defunct, and fixes some bugs. +This version makes some functions defunct, and fixes some bugs. Thanks! Scott Chamberlain