Skip to content

Commit

Permalink
sdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
“rafal.urn” committed Aug 17, 2024
1 parent 13aff51 commit 26c31ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inst/source/tabs/tab4/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ fluidPage(
layout_columns(
col_width = 3,
card(
card_header(HTML("<b>Running in terminal</b>")),
card_header(HTML("<b>Running in terminal</b><br /><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("<b>Running in R studio console</b>")),
card_header(HTML("<b>Running in R studio console</b><br /><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("Adding to your package"),
card_header(HTML("<b>Adding to your package</b><br /><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>'
)
)
)
),
)

verbatimTextOutput(outputId = ns("result")),
# ,verbatimTextOutput(outputId = ns("result")),

)

0 comments on commit 26c31ef

Please sign in to comment.