render
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-02 11:56:18 +02:00
commit e3ac3bc66e
No known key found for this signature in database
4 changed files with 4 additions and 26 deletions

View file

@ -10,7 +10,7 @@
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
########
app_version <- function()'250402_1126'
app_version <- function()'250402_1131'
########
@ -6320,28 +6320,6 @@ regression_server <- function(id,
#' Title
#'
#' @returns
#' @export
#'
#' @examples
#' \dontrun{
#' regression_demo_app()
#' }
regression_demo_app <- function() {
ui <- bslib::page_fixed(
do.call(
bslib::navset_bar,
regression_ui("regression")
)
)
server <- function(input, output, session) {
regression_server("regression", data = default_parsing(mtcars[1:3]))
}
shiny::shinyApp(ui, server)
}
########
#### Current file: /Users/au301842/FreesearchR/R//report.R