From 26a6784fa68dcc82586992a569115e26757f22d5 Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 7 Feb 2024 13:42:52 +0100 Subject: [PATCH] suppress no vis binding notes --- DESCRIPTION | 2 +- R/editors.R | 4 ++++ codemeta.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 314572b..d7feae5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/R/editors.R b/R/editors.R index 123f0b0..b6bef45 100644 --- a/R/editors.R +++ b/R/editors.R @@ -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) |> diff --git a/codemeta.json b/codemeta.json index be29250..c845098 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.0.013", + "version": "0.0.0.014", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",