Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit ad3cd2e

Browse files
committed
udpate codemeta file
1 parent 5155df2 commit ad3cd2e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

codemeta.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
],
66
"@type": "SoftwareSourceCode",
77
"identifier": "rplos",
8-
"description": "A programmatic interface to the 'SOLR' based\n search 'API' (<http://api.plos.org/>) 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.",
9-
"name": "rplos: Interface to the Search 'API' for 'PLoS' Journals",
8+
"description": "A programmatic interface to the 'SOLR' based\n search API (<http://api.plos.org/>) 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.",
9+
"name": "rplos: Interface to the Search API for 'PLoS' Journals",
1010
"codeRepository": "https://github.com/ropensci/rplos",
1111
"issueTracker": "https://github.com/ropensci/rplos/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.8.2",
13+
"version": "0.8.4",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
17-
"version": "3.5.0",
17+
"version": "3.5.1",
1818
"url": "https://r-project.org"
1919
},
20-
"runtimePlatform": "R version 3.5.0 (2018-04-23)",
20+
"runtimePlatform": "R version 3.5.1 Patched (2018-08-12 r75119)",
2121
"provider": {
2222
"@id": "https://cran.r-project.org",
2323
"@type": "Organization",
@@ -231,9 +231,9 @@
231231
"contIntegration": "https://travis-ci.org/ropensci/rplos",
232232
"releaseNotes": "https://github.com/ropensci/rplos/blob/master/NEWS.md",
233233
"readme": "https://github.com/ropensci/rplos/blob/master/README.md",
234-
"fileSize": "1109.178KB",
234+
"fileSize": "1215.183KB",
235235
"applicationCategory": "Literature",
236236
"isPartOf": "https://ropensci.org",
237-
"keywords": ["PLOS", "library", "science", "JSON", "XML", "API", "web", "api-client", "article", "fulltext", "text-mining", "xml", "pdf", "metadata", "web-api", "plos", "r", "rstats"],
237+
"keywords": ["PLOS", "library", "science", "JSON", "XML", "API", "web", "api-client", "article", "fulltext", "text-mining", "xml", "pdf", "metadata", "web-api", "plos", "r", "rstats", "r-package"],
238238
"developmentStatus": "http://www.repostatus.org/#active"
239239
}

0 commit comments

Comments
 (0)