dev/run_dev.R

# Set options here
# TRUE = production mode, FALSE = development mode
options(golem.app.prod = FALSE) 

# Comment this if you don't want the app to be served on a random port
options(shiny.port = httpuv::randomPort())

# Detach all loaded packages and clean your environment
golem::detach_all_attached()
rm(list=ls(all.names = TRUE))

# Document and reload your package
golem::document_and_reload()

# Run the application
lucidum(
  data = insurance,
  BoostaR_models = NULL,
  GlimmaR_models = NULL,
  starting_response = 'price',
  starting_tab = 'ChartaR',
  show_DevelopaR = TRUE,
  show_DataR = TRUE,
  show_ChartaR = TRUE,
  show_MappaR = TRUE,
  show_BoostaR = TRUE,
  show_GlimmaR = TRUE,
  num_threads = -1,
  sidebar_width = 250,
  specification_path = 'inst'
  )
SpeckledJim2/lucidum documentation built on Jan. 26, 2025, 11:03 a.m.