Skip to content

Commit

Permalink
missing loading of cicerone in C the issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Nov 5, 2024
1 parent 96273bf commit d0b8db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion program/shinyApp/R/C.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Keep here for now. Needs to be replaced i guess at some point.
library(waiter)
library(ggplot2)
library(cicerone)
### Global Constants will be saved here
NOTES_PlACEHOLDER <<- "Notes you want to take alongside the plot (will be saved in the report) \nYou can use markdown syntax for your notes "
NOTES_HELP <<- HTML("<a href='https://www.markdownguide.org/cheat-sheet/' target='_blank'>Here you can find a Markdown Cheat Sheet</a> \n
Expand Down Expand Up @@ -241,7 +242,7 @@ LOADING_SCREEN <- tagList(



guide <<- Cicerone$
guide <<- cicerone::Cicerone$
new(keyboard_control = TRUE)$
step(
el = "sidebar_help_tab",
Expand Down

0 comments on commit d0b8db7

Please sign in to comment.