diff --git a/DESCRIPTION b/DESCRIPTION index 85e6aee..d5fdde4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.0.3.023 +Version: 0.0.3.024 Authors@R: person(given = "First", family = "Last", diff --git a/codemeta.json b/codemeta.json index 1b42183..13a6910 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "dashboard: What the Package Does (One Line, Title Case)", "codeRepository": "https://github.com/ropensci-review-tools/dashboard", "license": "https://spdx.org/licenses/MIT", - "version": "0.0.3.023", + "version": "0.0.3.024", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/quarto/editors.qmd b/quarto/editors.qmd index 7716aef..cbed9c4 100644 --- a/quarto/editors.qmd +++ b/quarto/editors.qmd @@ -11,7 +11,6 @@ format: #| cache: true library (dashboard) library (gt) -source ("utils.R") ed_dat <- editor_status (quiet = TRUE) ``` @@ -83,5 +82,5 @@ gt::gt ( rows = status == "FREE" ) ) |> - add_bg_colours () + dashboard:::add_bg_colours () ```