From 06d04133fdb03bbb4c39b55ac9dd731ee8304e66 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Wed, 17 Jul 2024 13:27:23 +0800 Subject: [PATCH] Remove rlang from imports, not used --- DESCRIPTION | 1 - codemeta.json | 22 +++++----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6b7049d..1c56dec 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,7 +32,6 @@ Imports: grid, magick, officer, - rlang, scales, showtext, sysfonts, diff --git a/codemeta.json b/codemeta.json index 16c82ce..e3e5a9a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -305,18 +305,6 @@ "sameAs": "https://CRAN.R-project.org/package=officer" }, "10": { - "@type": "SoftwareApplication", - "identifier": "rlang", - "name": "rlang", - "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=rlang" - }, - "11": { "@type": "SoftwareApplication", "identifier": "scales", "name": "scales", @@ -328,7 +316,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=scales" }, - "12": { + "11": { "@type": "SoftwareApplication", "identifier": "showtext", "name": "showtext", @@ -340,7 +328,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=showtext" }, - "13": { + "12": { "@type": "SoftwareApplication", "identifier": "sysfonts", "name": "sysfonts", @@ -352,7 +340,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=sysfonts" }, - "14": { + "13": { "@type": "SoftwareApplication", "identifier": "systemfonts", "name": "systemfonts", @@ -364,7 +352,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=systemfonts" }, - "15": { + "14": { "@type": "SoftwareApplication", "identifier": "withr", "name": "withr", @@ -380,7 +368,7 @@ }, "applicationCategory": "Tools", "isPartOf": "https://grdc.com.au/research/partnerships-and-initiatives/strategic-partnerships/aagi\\", - "fileSize": "4302.973KB", + "fileSize": "4302.962KB", "releaseNotes": "https://github.com/AAGI-Org-AU-Public/AAGIThemes/blob/master/NEWS.md", "readme": "https://github.com/AAGI-Org-AU-Public/AAGIThemes/blob/main/README.md", "contIntegration": "https://github.com/AAGI-Org-AU-Public/AAGIThemes/actions/workflows/R-CMD-check.yaml",