NeuroShepherd / ordinalsimr

R package and Shiny app for simulating ordinal endpoint results. Try it here: https://6fcd1k-pat.shinyapps.io/ordinalsimr/
https://neuroshepherd.github.io/ordinalsimr/
Other
1 stars 0 forks source link

Create a home page #71

Closed NeuroShepherd closed 8 months ago

NeuroShepherd commented 8 months ago

Create a home page so that some app instructions are readily available to users.

Can try to do this as a (R)Markdown file that is included according to https://shiny.posit.co/r/gallery/application-layout/including-html-text-and-markdown-files/. Need to figure out proper location for such a file; see chapters 7 and 8 of R Packages (2e) for potential uses of system.file().

(It seems the devtools::load_all() shim should work with this https://github.com/r-lib/devtools/issues/179 which means the ShinyApps.io deployment will still work fine too.)

NeuroShepherd commented 8 months ago

Closed in #72