Skip to content

Commit

Permalink
chore: Fix R CMD CHECK errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Jan 31, 2024
1 parent 4f37f41 commit 4d9bc47
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: shiny.semantic
Title: Semantic UI Support for Shiny
Version: 0.5.0
Version: 0.5.0.9000
Authors@R: c(person("Filip", "Stachura", email = "filip@appsilon.com", role = "aut"),
person("Dominik", "Krzeminski", role = "aut"),
person("Krystian", "Igras", role = "aut"),
Expand Down Expand Up @@ -52,6 +52,7 @@ Suggests:
rmarkdown,
testthat,
tibble,
stringr,
withr
VignetteBuilder:
knitr
Expand Down
7 changes: 6 additions & 1 deletion R/calendar_range.R
Expand Up @@ -92,8 +92,13 @@ create_cal_widget <- function(type="date", value, placeholder, min, max) {
#'
#' @param session The \code{session} object passed to function given to
#' \code{shinyServer}.
#'
#' @param input_id ID of the calendar range that will be updated
#' @param start_value New start value of the calendar defining the start of the range.
#' @param end_value New end value of the calendar defining the end of the range.
#' @param min New minimum allowed value in both calendars.
#' @param max New maximum allowed value in both calendars.
#'
#' @return None. This function is called for its side effects.
#'
#' @rdname calendar_range
#' @export
Expand Down
11 changes: 11 additions & 0 deletions man/calendar_range.Rd

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

0 comments on commit 4d9bc47

Please sign in to comment.