temp_dir()
-#> [1] "/var/folders/2f/8t5k6yr535sdw0s4glnpxrzm0000gn/T//Rtmplyo7WZ"
+#> [1] "/var/folders/2f/8t5k6yr535sdw0s4glnpxrzm0000gn/T//RtmphJdcn4"temp_dir(persist ="package-cache")#> [1] "~/rave_data/cache_dir//app_tmp"
diff --git a/reference/with_log_modal.html b/reference/with_log_modal.html
index 902cd21..78d6805 100644
--- a/reference/with_log_modal.html
+++ b/reference/with_log_modal.html
@@ -12,7 +12,7 @@
ravedash
- 0.1.3.27
+ 0.1.3.28
diff --git a/search.json b/search.json
index c723d92..3409ce2 100644
--- a/search.json
+++ b/search.json
@@ -1 +1 @@
-[{"path":"https://dipterix.org/ravedash/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2022 ravedash authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://dipterix.org/ravedash/articles/start.html","id":"whats-rave-ravedash","dir":"Articles","previous_headings":"","what":"What’s RAVE & ravedash","title":"How to start a `RAVE` dashboard","text":"RAVE abbreviation “R Analysis Visualization intracranial EEG”, integrated toolbox written R statistical rigorous reproducible pipelines. official wiki-page rave wiki ravedash dashboard system RAVE following goals: Easy create manage dashboard sessions Provides module templates components incorporate pipelines system","code":""},{"path":"https://dipterix.org/ravedash/articles/start.html","id":"set-up-the-templates","dir":"Articles","previous_headings":"","what":"Set up the templates","title":"How to start a `RAVE` dashboard","text":"ravedash requires additional templates RAVE built-pipelines (released MIT license). can always start template expand . download template, simply run following one-time command:","code":"raveio::pipeline_install_github('dipterix/rave-pipelines')"},{"path":"https://dipterix.org/ravedash/articles/start.html","id":"manage-the-dashboard","dir":"Articles","previous_headings":"","what":"Manage the dashboard","title":"How to start a `RAVE` dashboard","text":"start ravedash application, need create session first. launch session session essentially folder located hard drive. folder contains copy modules currently installed well intermediate data, allowing always resume sessions left (depends module implementation). example, might take long time visually inspect hundreds electrodes one--one. ravedash session allows shutdown application without losing current configurations, resume analysis later . resume session, can use use_session session ID, simply list sessions using list_session.","code":"sess <- ravedash::new_session() sess sess$launch_session() ravedash::list_session() #> [[1]] #> RAVE session #> Path: /Users/dipterix/rave_data/cache_dir/session-220619-155630-EDT-PB0P #> Date created: 2022-06-19 15:56:30 EDT #> #> Please run `x$launch_session()` to launch the session. sess <- ravedash::use_session(\"session-220619-155630-EDT-PB0P\") sess$launch_session()"},{"path":"https://dipterix.org/ravedash/articles/start.html","id":"develop-your-own-modules","dir":"Articles","previous_headings":"","what":"Develop your own modules","title":"How to start a `RAVE` dashboard","text":"RAVE provides RStudio templates extend modules. Please contact help@rave.wiki request demo. official document development.","code":""},{"path":"https://dipterix.org/ravedash/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Zhengjia Wang. Author, maintainer, copyright holder.","code":""},{"path":"https://dipterix.org/ravedash/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Magnotti, JF, Wang, Z, Beauchamp, MS. RAVE: comprehensive open-source software reproducible analysis visualization intracranial EEG data. NeuroImage, 223, p.117341.","code":"@Article{, title = {{RAVE}: Comprehensive open-source software for reproducible analysis and visualization of intracranial EEG data}, author = {John F. Magnotti and Zhengjia Wang and Michael S. Beauchamp}, journal = {NeuroImage}, year = {2020}, volume = {223}, pages = {117341}, doi = {10.1016/j.neuroimage.2020.117341}, }"},{"path":"https://dipterix.org/ravedash/index.html","id":"ravedash","dir":"","previous_headings":"","what":"Dashboard System for Reproducible Visualization of iEEG","title":"Dashboard System for Reproducible Visualization of iEEG","text":"ravedash part RAVE. Please install RAVE directly wiki page. install ravedash alone, simply type R command:","code":"options(repos = c(ropensci = 'https://rave-ieeg.r-universe.dev', CRAN = 'https://cloud.r-project.org')) install.packages(\"ravedash\")"},{"path":"https://dipterix.org/ravedash/index.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Dashboard System for Reproducible Visualization of iEEG","text":"Please cite following paper publication use: Magnotti J.F., Wang Z., Beauchamp M.S.. RAVE: comprehensive open-source software reproducible analysis visualization intracranial EEG data. NeuroImage, 223, p.117341. (DOI)","code":""},{"path":"https://dipterix.org/ravedash/reference/card_badge.html","id":null,"dir":"Reference","previous_headings":"","what":"Create a badge widget located at card header — card_badge","title":"Create a badge widget located at card header — card_badge","text":"Create badge widget located card header","code":""},{"path":"https://dipterix.org/ravedash/reference/card_badge.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Create a badge widget located at card header — card_badge","text":"","code":"card_badge(text = NULL, class = NULL, ...) card_recalculate_badge(text = \"Recalculate needed\", class = NULL, ...) enable_recalculate_badge(text = \"Recalculate needed\", ...) disable_recalculate_badge(text = \"Up-to-date\", ...) set_card_badge( id = NULL, class = NULL, text = NULL, add_class = NULL, remove_class = NULL, session = shiny::getDefaultReactiveDomain() )"},{"path":"https://dipterix.org/ravedash/reference/card_badge.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Create a badge widget located at card header — card_badge","text":"text inner text content badge class additional 'HTML' class badge; set_card_badge, class selector badge changed ... additional 'HTML' tag attributes id badge 'HTML' ID changed, enclosed session namespace session$ns(id) automatically. add_class, remove_class add remove class session shiny session","code":""},{"path":"https://dipterix.org/ravedash/reference/card_badge.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Create a badge widget located at card header — card_badge","text":"","code":"library(ravedash) # UI: a Bootstrap badge with green background card_badge(\"Ready\", class = \"bg-green rave-output-status\") #> Ready<\/span> # server server <- function(input, output, session) { safe_observe({ # ... check if the inputs have changed set_card_badge( class = \"rave-output-status\", text = \"Refresh needed\", add_class = \"bg-yellow\", remove_class = \"bg-green\" ) }) }"},{"path":"https://dipterix.org/ravedash/reference/card_url.html","id":null,"dir":"Reference","previous_headings":"","what":"Set 'URL' scheme for modules — card_url","title":"Set 'URL' scheme for modules — card_url","text":"Automatically generates href input_card output_card","code":""},{"path":"https://dipterix.org/ravedash/reference/card_url.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Set 'URL' scheme for modules — card_url","text":"","code":"set_card_url_scheme(module_id, root, sep = \"/\") card_href(title, type = \"input\", module_id = NULL)"},{"path":"https://dipterix.org/ravedash/reference/card_url.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Set 'URL' scheme for modules — card_url","text":"module_id module ID root 'URL' default route sep separation title title string used generate 'URL' type type card; choices 'input' 'output'","code":""},{"path":"https://dipterix.org/ravedash/reference/card_url.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Set 'URL' scheme for modules — card_url","text":"hyper reference suggested card 'URL'","code":""},{"path":"https://dipterix.org/ravedash/reference/card_url.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Set 'URL' scheme for modules — card_url","text":"","code":"set_card_url_scheme( module_id = \"power_explorer\", root = \"https://openwetware.org/wiki/RAVE:ravebuiltins\", sep = \":\") #> [1] \"https://openwetware.org/wiki/RAVE:ravebuiltins:power_explorer:_\" card_href(\"Set Electrodes\", type = \"input\", module_id = \"power_explorer\") #> [1] \"https://openwetware.org/wiki/RAVE:ravebuiltins:power_explorer:input_setelectrodes\""},{"path":"https://dipterix.org/ravedash/reference/debug_modules.html","id":null,"dir":"Reference","previous_headings":"","what":"Debug 'RAVE' modules interactively in local project folder — debug_modules","title":"Debug 'RAVE' modules interactively in local project folder — debug_modules","text":"Debug 'RAVE' modules interactively local project folder","code":""},{"path":"https://dipterix.org/ravedash/reference/debug_modules.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Debug 'RAVE' modules interactively in local project folder — debug_modules","text":"","code":"debug_modules( module_root = rstudioapi::getActiveProject(), host = \"127.0.0.1\", port = 17283, jupyter = FALSE, ... )"},{"path":"https://dipterix.org/ravedash/reference/debug_modules.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Debug 'RAVE' modules interactively in local project folder — debug_modules","text":"module_root root modules, usually project folder created 'shidashi' template host, port host port application jupyter whether launch 'Jupyter' server; default false ... passed render","code":""},{"path":"https://dipterix.org/ravedash/reference/debug_modules.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Debug 'RAVE' modules interactively in local project folder — debug_modules","text":"'RStudio' job ID","code":""},{"path":"https://dipterix.org/ravedash/reference/get_active_module_info.html","id":null,"dir":"Reference","previous_headings":"","what":"Get current active module information, internally used — get_active_module_info","title":"Get current active module information, internally used — get_active_module_info","text":"Get current active module information, internally used","code":""},{"path":"https://dipterix.org/ravedash/reference/get_active_module_info.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get current active module information, internally used — get_active_module_info","text":"","code":"get_active_module_info(session = shiny::getDefaultReactiveDomain()) get_active_pipeline(session = shiny::getDefaultReactiveDomain())"},{"path":"https://dipterix.org/ravedash/reference/get_active_module_info.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Get current active module information, internally used — get_active_module_info","text":"session shiny reactive domain, default current domain","code":""},{"path":"https://dipterix.org/ravedash/reference/get_active_module_info.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get current active module information, internally used — get_active_module_info","text":"named list, including module ID, module label, internal 'rave_id'.","code":""},{"path":"https://dipterix.org/ravedash/reference/group_box.html","id":null,"dir":"Reference","previous_headings":"","what":"Group input elements into a box with title — group_box","title":"Group input elements into a box with title — group_box","text":"works template framework provided 'shidashi' package, see use_template","code":""},{"path":"https://dipterix.org/ravedash/reference/group_box.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Group input elements into a box with title — group_box","text":"","code":"group_box(title, ..., class = NULL) flex_group_box(title, ..., class = NULL, wrap = \"wrap\", direction = \"row\")"},{"path":"https://dipterix.org/ravedash/reference/group_box.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Group input elements into a box with title — group_box","text":"title box title ... elements included passed methods class additional class box wrap, direction see flex_container","code":""},{"path":"https://dipterix.org/ravedash/reference/group_box.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Group input elements into a box with title — group_box","text":"'HTML' tag","code":""},{"path":"https://dipterix.org/ravedash/reference/group_box.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Group input elements into a box with title — group_box","text":"","code":"library(shiny) library(shidashi) library(ravedash) group_box( title = \"Analysis Group A\", selectInput(\"a\", \"Condition\", choices = c(\"A\", \"B\")), sliderInput(\"b\", \"Time range\", min = 0, max = 1, value = c(0,1)) ) #>