Skip to content

Commit

Permalink
add gt to Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 1, 2024
1 parent 5fa2949 commit a1320c8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Imports:
ggplot2 (>= 3.3.5),
grDevices,
grid,
gt,
magick,
officer,
scales,
Expand Down
26 changes: 19 additions & 7 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,18 @@
"name": "grid"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "gt",
"name": "gt",
"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=gt"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "magick",
"name": "magick",
Expand All @@ -292,7 +304,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=magick"
},
"9": {
"10": {
"@type": "SoftwareApplication",
"identifier": "officer",
"name": "officer",
Expand All @@ -304,7 +316,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=officer"
},
"10": {
"11": {
"@type": "SoftwareApplication",
"identifier": "scales",
"name": "scales",
Expand All @@ -316,7 +328,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=scales"
},
"11": {
"12": {
"@type": "SoftwareApplication",
"identifier": "showtext",
"name": "showtext",
Expand All @@ -328,7 +340,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=showtext"
},
"12": {
"13": {
"@type": "SoftwareApplication",
"identifier": "sysfonts",
"name": "sysfonts",
Expand All @@ -340,7 +352,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=sysfonts"
},
"13": {
"14": {
"@type": "SoftwareApplication",
"identifier": "systemfonts",
"name": "systemfonts",
Expand All @@ -352,7 +364,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=systemfonts"
},
"14": {
"15": {
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
Expand All @@ -368,7 +380,7 @@
},
"applicationCategory": "Tools",
"isPartOf": "https://grdc.com.au/research/partnerships-and-initiatives/strategic-partnerships/aagi\\",
"fileSize": "4725.536KB",
"fileSize": "4305.397KB",
"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",
Expand Down

0 comments on commit a1320c8

Please sign in to comment.