Skip to content

Commit

Permalink
update roxygen format for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpieper committed Oct 5, 2024
1 parent e846a62 commit 663745d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/batchLLM_shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#' the `batchLLM` package. It allows users to configure and execute batch processing
#' through an interactive dashboard.
#'
#' @export
#'
#' @importFrom shiny fluidPage fluidRow column titlePanel tabPanel tabsetPanel
#' @importFrom shiny conditionalPanel HTML sidebarLayout sidebarPanel mainPanel
#' @importFrom shiny textInput numericInput downloadButton updateTextInput
Expand All @@ -29,6 +27,7 @@
#' @importFrom stats setNames
#' @importFrom jsonlite write_json
#' @import batchLLM
#' @export
batchLLM_shiny <- function() {
df_objects <- "beliefs"

Expand Down

0 comments on commit 663745d

Please sign in to comment.