From ad3cd2ef7f6b0a105b8048425c99daa9810fc423 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Tue, 14 Aug 2018 13:52:40 -0700 Subject: [PATCH] udpate codemeta file --- codemeta.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/codemeta.json b/codemeta.json index 7eab29d..f1cce42 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,19 +5,19 @@ ], "@type": "SoftwareSourceCode", "identifier": "rplos", - "description": "A programmatic interface to the 'SOLR' based\n search 'API' () provided by the Public\n Library of Science journals to search their articles.\n Functions are included for searching for articles, retrieving\n articles, making plots, doing 'faceted' searches,\n 'highlight' searches, and viewing results of 'highlighted'\n searches in a browser.", - "name": "rplos: Interface to the Search 'API' for 'PLoS' Journals", + "description": "A programmatic interface to the 'SOLR' based\n search API () provided by the Public\n Library of Science journals to search their articles.\n Functions are included for searching for articles, retrieving\n articles, making plots, doing 'faceted' searches,\n 'highlight' searches, and viewing results of 'highlighted'\n searches in a browser.", + "name": "rplos: Interface to the Search API for 'PLoS' Journals", "codeRepository": "https://github.com/ropensci/rplos", "issueTracker": "https://github.com/ropensci/rplos/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.8.2", + "version": "0.8.4", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", - "version": "3.5.0", + "version": "3.5.1", "url": "https://r-project.org" }, - "runtimePlatform": "R version 3.5.0 (2018-04-23)", + "runtimePlatform": "R version 3.5.1 Patched (2018-08-12 r75119)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -231,9 +231,9 @@ "contIntegration": "https://travis-ci.org/ropensci/rplos", "releaseNotes": "https://github.com/ropensci/rplos/blob/master/NEWS.md", "readme": "https://github.com/ropensci/rplos/blob/master/README.md", - "fileSize": "1109.178KB", + "fileSize": "1215.183KB", "applicationCategory": "Literature", "isPartOf": "https://ropensci.org", - "keywords": ["PLOS", "library", "science", "JSON", "XML", "API", "web", "api-client", "article", "fulltext", "text-mining", "xml", "pdf", "metadata", "web-api", "plos", "r", "rstats"], + "keywords": ["PLOS", "library", "science", "JSON", "XML", "API", "web", "api-client", "article", "fulltext", "text-mining", "xml", "pdf", "metadata", "web-api", "plos", "r", "rstats", "r-package"], "developmentStatus": "http://www.repostatus.org/#active" }