Skip to content

Commit

Permalink
sadsq
Browse files Browse the repository at this point in the history
  • Loading branch information
“rafal.urn” committed Aug 17, 2024
1 parent 2bdab6e commit d54f8bf
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions inst/source/tabs/tab4/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ fluidPage(
)
),

HTML('<center>
<p> <br /> <br />
Downloaded file can be simply deployed as,...
<br /> <br /> ... <b>separate file</b> ... <br /><br />
<code>ShinyWizard::RunShinyWizard(&#60;Path to downloaded zip file&#62;)</code>
<br /> <br />
... or a <b> part of your package</b>
<br /> <br />
Copy zip file to the <code>inst</code> folder of your package and provide the path to the zip file
<br /> <br />
<code>ShinyWizard::RunShinyWizard(paste0(system.file(package = "&#60;name of your package&#62;"), &#60;downloaded zip filename&#62;)</code>
</p>
<center>'),
verbatimTextOutput(outputId = ns("result")),

)
))

0 comments on commit d54f8bf

Please sign in to comment.