Closed NeuroShepherd closed 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().
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.)
devtools::load_all()
Closed in #72
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.)