Skip to content

Commit

Permalink
suppress no vis binding notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Feb 7, 2024
1 parent 31ce4c6 commit 26a6784
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.0.013
Version: 0.0.0.014
Authors@R:
person(given = "First",
family = "Last",
Expand Down
4 changes: 4 additions & 0 deletions R/editors.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ editor_status <- function () {

dat$inactive_for <- get_elapsed_time (dat$updated_at)

# Suppress no visible binding notes:\
stats <- status <- updated_at <- editor <- state <- inactive_for <-
number <- NULL

# desc status so "Free" before "Busy"
dplyr::arrange (dat, stats, dplyr::desc (status), dplyr::desc (updated_at)) |>
dplyr::select (-updated_at) |>
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.0.013",
"version": "0.0.0.014",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 26a6784

Please sign in to comment.