From 3a59cca2e142f22e5e57bda9441bda4a881959b3 Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Thu, 16 Nov 2023 16:17:48 +0100 Subject: [PATCH] Add funders --- DESCRIPTION | 4 +++- codemeta.json | 20 ++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bfbee20..4fdaeca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,9 @@ Authors@R: c( person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")), person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb", - comment = c(ORCID = "0000-0001-7503-8685", affiliation = "Université Bordeaux Montaigne")) + comment = c(ORCID = "0000-0001-7503-8685", affiliation = "Université Bordeaux Montaigne")), + person("Université Bordeaux Montaigne", role = "fnd"), + person("CNRS", role = "fnd") ) Maintainer: Nicolas Frerebeau Description: Ternary plots made simple. This package allows to create diff --git a/codemeta.json b/codemeta.json index 9d3bf73..375d6d7 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.1 (2023-06-16)", + "runtimePlatform": "R version 4.3.2 (2023-10-31)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -39,6 +39,16 @@ "@id": "https://orcid.org/0000-0001-7503-8685" } ], + "funder": [ + { + "@type": "Organization", + "name": "Université Bordeaux Montaigne" + }, + { + "@type": "Organization", + "name": "CNRS" + } + ], "maintainer": [ { "@type": "Person", @@ -133,13 +143,18 @@ "name": "methods" }, "5": { + "@type": "SoftwareApplication", + "identifier": "stats", + "name": "stats" + }, + "6": { "@type": "SoftwareApplication", "identifier": "utils", "name": "utils" }, "SystemRequirements": null }, - "fileSize": "914.548KB", + "fileSize": "921.954KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -159,6 +174,7 @@ "sameAs": "https://doi.org/10.5281/zenodo.7940389" } ], + "releaseNotes": "https://github.com/tesselle/isopleuros/blob/master/NEWS.md", "readme": "https://github.com/tesselle/isopleuros/blob/main/README.md", "contIntegration": ["https://github.com/tesselle/isopleuros/actions", "https://app.codecov.io/gh/tesselle/isopleuros"], "developmentStatus": "https://www.repostatus.org/#active",