From 02533cb9b42fe2cb0e853f6599c21ab9b762c8ce Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:19:58 +0000 Subject: [PATCH 1/3] Update DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c378ce2..abf1959 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Package: mapmetadata Title: Map health metadata onto predefined research domains Version: 4.0.1 Authors@R: c( - person("Rachael", "Stickland", , "rstickland@turing.ac.uk", role = c("aut", "cre"), + person("Rachael", "Stickland", , "r.stickland@bham.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3398-4272")), person("Batool", "Almarzouq", role = "ctb", comment = c(ORCID = "0000-0002-3905-2751")), From 76d15269dcb5b22027f591875550ce3e4d43ab63 Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:49:55 +0000 Subject: [PATCH 2/3] contact update --- DESCRIPTION | 2 +- codemeta.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index abf1959..002bc3e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -53,4 +53,4 @@ Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet")) -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 diff --git a/codemeta.json b/codemeta.json index 9c0e7bb..96f83e3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -13,13 +13,13 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.4.3 (2025-02-28)", + "runtimePlatform": "R version 4.5.0 (2025-04-11)", "author": [ { "@type": "Person", "givenName": "Rachael", "familyName": "Stickland", - "email": "rstickland@turing.ac.uk", + "email": "r.stickland@bham.ac.uk", "@id": "https://orcid.org/0000-0003-3398-4272" } ], @@ -54,7 +54,7 @@ "@type": "Person", "givenName": "Rachael", "familyName": "Stickland", - "email": "rstickland@turing.ac.uk", + "email": "r.stickland@bham.ac.uk", "@id": "https://orcid.org/0000-0003-3398-4272" } ], @@ -214,7 +214,7 @@ }, "SystemRequirements": null }, - "fileSize": "1051.215KB", + "fileSize": "1052.091KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -235,7 +235,7 @@ } ], "relatedLink": "https://docs.ropensci.org/mapmetadata/", - "releaseNotes": "https://github.com/ropensci/mapmetadata/blob/master/NEWS.md", + "releaseNotes": "https://github.com/ropensci/mapmetadata/blob/main/NEWS.md", "readme": "https://github.com/ropensci/mapmetadata/blob/main/README.md", "contIntegration": ["https://github.com/ropensci/mapmetadata/actions/workflows/R-CMD-check.yaml", "https://github.com/ropensci/mapmetadata/actions?query=workflow%3Apkgcheck", "https://codecov.io/gh/ropensci/mapmetadata"], "developmentStatus": "https://www.repostatus.org/#active", From f7712846d4eeaa0de72d25b0d9ae6e30b5529335 Mon Sep 17 00:00:00 2001 From: RayStick <50215726+RayStick@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:51:36 +0000 Subject: [PATCH 3/3] revert to previous --- codemeta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index 96f83e3..b831df8 100644 --- a/codemeta.json +++ b/codemeta.json @@ -13,7 +13,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.5.0 (2025-04-11)", + "runtimePlatform": "R version 4.4.3 (2025-02-28)", "author": [ { "@type": "Person",