Skip to content

Commit

Permalink
update codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 18, 2023
1 parent a0d45f3 commit 2db890d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions codemeta.json
@@ -1,19 +1,19 @@
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "httpcode",
"description": "Find and explain the meaning of 'HTTP' status codes.\n Functions included for searching for codes by full or partial number,\n by message, and get appropriate dog and cat images for many\n status codes.",
"description": "Find and explain the meaning of 'HTTP' status codes. Functions included for searching for codes by full or partial number, by message, and get appropriate dog and cat images for many status codes.",
"name": "httpcode: 'HTTP' Status Code Helper",
"codeRepository": "https://github.com/sckott/httpcode",
"issueTracker": "https://github.com/sckott/httpcode/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.3.0",
"version": "0.3.1.91",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.3 Patched (2020-03-11 r78147)",
"runtimePlatform": "R version 4.2.3 (2023-03-15)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -29,9 +29,6 @@
"@id": "https://orcid.org/0000-0003-1444-9135"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
Expand All @@ -55,10 +52,8 @@
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": [],
"releaseNotes": "https://github.com/sckott/httpcode/blob/master/NEWS.md",
"readme": "https://github.com/sckott/httpcode/blob/master/README.md",
"fileSize": "0KB",
"contIntegration": ["https://travis-ci.org/sckott/httpcode", "https://codecov.io/gh/sckott/httpcode"],
"keywords": ["http", "rstats", "r"]
"softwareRequirements": {
"SystemRequirements": null
},
"fileSize": "57.584KB"
}

0 comments on commit 2db890d

Please sign in to comment.