Skip to content

Commit

Permalink
rm unused 'quiet' param from ed_vac_status fn
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 19, 2024
1 parent 1068894 commit bc0a3fe
Show file tree
Hide file tree
Showing 4 changed files with 4 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.7.002
Version: 0.0.7.003
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion R/editors-airtable.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @return A `data.frame` with one row per editor and information on current
#' vacation status obtained from rOpenSci's airtable database.
#' @export
editor_vacation_status <- function (quiet = FALSE) {
editor_vacation_status <- function () {

editor_vacation <- airtabler::airtable (
base = "app8dssb6a7PG6Vwj", table = "editor-vacation-status"
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.7.002",
"version": "0.0.7.003",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 1 addition & 1 deletion man/editor_vacation_status.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc0a3fe

Please sign in to comment.