From 3bdee2537fb590c58ffdb5896e1a5c2268e2dca7 Mon Sep 17 00:00:00 2001 From: ahasverus Date: Mon, 5 Feb 2024 09:36:17 +0000 Subject: [PATCH] Update codemeta.json --- codemeta.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index ad25945..f13b74c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,6 +14,12 @@ "url": "https://r-project.org" }, "runtimePlatform": "R version 4.3.2 (2023-10-31)", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, "author": [ { "@type": "Person", @@ -61,7 +67,7 @@ }, "SystemRequirements": null }, - "fileSize": "212.375KB", + "fileSize": "212.584KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -79,5 +85,6 @@ ], "releaseNotes": "https://github.com/frbcesab/rdeps/blob/master/NEWS.md", "readme": "https://github.com/FRBCesab/rdeps/blob/main/README.md", - "contIntegration": ["https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml", "https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml"] + "contIntegration": ["https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml", "https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml"], + "relatedLink": "https://CRAN.R-project.org/package=rdeps" }