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

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-16 16:26:16 +02:00
parent 83064f4c99
commit d6861492e3
No known key found for this signature in database

View file

@ -49,7 +49,7 @@ library(rlang)
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
########
app_version <- function()'25.5.5'
app_version <- function()'25.5.6'
########
@ -440,7 +440,7 @@ create_column_ui <- function(id) {
uiOutput(outputId = ns("columns")),
uiOutput(outputId = ns("feedback")),
tags$div(
style = css(
style = htmltools::css(
display = "grid",
gridTemplateColumns = "3fr 1fr",
columnGap = "10px",
@ -729,7 +729,7 @@ btn_column <- function(label, data, inputId) {
tags$button(
type = "button",
class = paste0("btn btn-column-", type),
style = css(
style = htmltools::css(
"--bs-btn-padding-y" = ".25rem",
"--bs-btn-padding-x" = ".5rem",
"--bs-btn-font-size" = ".75rem",
@ -3996,7 +3996,7 @@ simple_snake <- function(data){
#### Current file: /Users/au301842/FreesearchR/R//hosted_version.R
########
hosted_version <- function()'v25.5.5-250516'
hosted_version <- function()'v25.5.6-250516'
########