From 6a1fa021544806ec2310a75f0d1874735d1b84fe Mon Sep 17 00:00:00 2001 From: kauedesousa Date: Mon, 13 Jul 2020 16:29:38 +0200 Subject: [PATCH] update-codemeta --- codemeta.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index 0b879a6..da5d5af 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "codeRepository": "https://docs.ropensci.org/chirps/", "issueTracker": "https://github.com/ropensci/chirps/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.1.1", + "version": "0.1.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -76,6 +76,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=knitr" }, + { + "@type": "SoftwareApplication", + "identifier": "markdown", + "name": "markdown", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=markdown" + }, { "@type": "SoftwareApplication", "identifier": "rmarkdown",