From 2db890d680c7ee5a32e054a32f40eb25de3bc019 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 18 May 2023 14:03:35 -0700 Subject: [PATCH] update codemeta --- codemeta.json | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/codemeta.json b/codemeta.json index a832ba1..cfef446 100644 --- a/codemeta.json +++ b/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", @@ -29,9 +29,6 @@ "@id": "https://orcid.org/0000-0003-1444-9135" } ], - "contributor": {}, - "copyrightHolder": {}, - "funder": {}, "maintainer": [ { "@type": "Person", @@ -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" }