Skip to content

Commit

Permalink
dfs
Browse files Browse the repository at this point in the history
  • Loading branch information
“rafal.urn” committed Aug 17, 2024
1 parent 8e7a76d commit acc19f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/source/tabs/tab4/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ fluidPage(
layout_columns(
col_width = 3,
card(
card_header(HTML("<h3><b>Running in terminal</b></h3><br /><br />")),
card_header(HTML("<h3><b>Running in terminal</b></h3><br />")),
HTML(
'<br />Open text editor, write command <code> ShinyWizard::RunShinyWizard(&#60;Path to downloaded file&#62;)</code><br /> save file as <code>run.R</code> and run from console by command<br /> <code>Rscript run.R</code>'
)
),
card(
card_header(HTML("<h3><b>Running in R studio console</b></h3><br /><br />")),
card_header(HTML("<h3><b>Running in R studio console</b></h3><br />")),
HTML(
'Open R studio, write command to console <br /><br /><code> ShinyWizard::RunShinyWizard(&#60;Path to downloaded file&#62;)</code><br /><br /> and click enter.'
)
),
card(
card_header(HTML("<h3><b>Adding to your package</b></h3><br /><br />")),
card_header(HTML("<h3><b>Adding to your package</b></h3><br />")),
HTML(
'Copy downloaded zip file to the <code>inst/</code> folder of your package and add the command to your package<br /> <br /><code>ShinyWizard::RunShinyWizard(paste0(system.file(package = "&#60;Your package name&#62;"), &#60;downloaded file name&#62;)</code>'
)
Expand Down

0 comments on commit acc19f0

Please sign in to comment.