diff --git a/DESCRIPTION b/DESCRIPTION index ec46c4b..2558bea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/R/editors-airtable.R b/R/editors-airtable.R index eeb271e..30b25ee 100644 --- a/R/editors-airtable.R +++ b/R/editors-airtable.R @@ -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" diff --git a/codemeta.json b/codemeta.json index 8211b75..3c8ce17 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.7.002", + "version": "0.0.7.003", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/editor_vacation_status.Rd b/man/editor_vacation_status.Rd index d3d38af..0d22997 100644 --- a/man/editor_vacation_status.Rd +++ b/man/editor_vacation_status.Rd @@ -4,7 +4,7 @@ \alias{editor_vacation_status} \title{Get current vacation status of all rOpenSci editors.} \usage{ -editor_vacation_status(quiet = FALSE) +editor_vacation_status() } \value{ A `data.frame` with one row per editor and information on current