You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli::cli_alert_info(c("Welcome to your jsPsychHelpeR project. To start, open `run.R` and `_targets.R`:\n\n", "rstudioapi::navigateToFile('run.R')\n", "rstudioapi::navigateToFile('_targets.R')"))
# If we are in interactive mode, load all functions
# if (rlang::is_interactive()) devtools::load_all()