File: PAGE_home.R

package info (click to toggle)
r-cran-shinystan 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,172 kB
  • sloc: sh: 15; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
tagList(
  logo_and_name(),
  div(class = "home-links",
      div(id = "model-name",
          br(),
          h2("Model:"),
          h4(.model_name))),
  br(), br(), br(), br(),
  includeHTML("html/home_page_links.html")
)