Skip to content

Commit

Permalink
document changes due to data-configuration switch in wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromiguelm committed Feb 13, 2024
1 parent 3f57d59 commit b4609f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
shiny,
htmltools
htmltools,
jsonlite
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
6 changes: 5 additions & 1 deletion R/wizard.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#' @param orientation wizard orientation (horizontal or vertical)
#' @param style wizard style (dots, tabs or progress)
#' @param show_buttons show buttons or not (TRUE or FALSE)
#' @param id wizard id
#' @param options A list of options. See the documentation of
#' 'Wizard-JS' (<URL: https://github.com/AdrianVillamayor/Wizard-JS>) for
#' possible options.
#' @return wizard html
#' @export
wizard <- function(
Expand All @@ -34,7 +38,7 @@ wizard <- function(


# handle wizard-JS options
options <- modifyList(
options <- utils::modifyList(
# default list
list(
"wz_ori" = orientation,
Expand Down
7 changes: 6 additions & 1 deletion man/wizard.Rd

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

0 comments on commit b4609f9

Please sign in to comment.