Skip to content

Commit

Permalink
change src 'utils.R' -> pkg fn in 'editors.qmd'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 18, 2024
1 parent 56bea0a commit 598f6de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions quarto/editors.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ format:
#| cache: true
library (dashboard)
library (gt)
source ("utils.R")
ed_dat <- editor_status (quiet = TRUE)
```

Expand Down Expand Up @@ -83,5 +82,5 @@ gt::gt (
rows = status == "FREE"
)
) |>
add_bg_colours ()
dashboard:::add_bg_colours ()
```

0 comments on commit 598f6de

Please sign in to comment.