Package: golem
Title: A Framework for Robust Shiny Applications
Version: 0.4.1
Authors@R: c(
    person("Colin", "Fay", , "contact@colinfay.me", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0001-7343-1846")),
    person("Vincent", "Guyader", , "vincent@thinkr.fr", role = "aut",
           comment = c(ORCID = "0000-0003-0671-9270", "previous maintainer")),
    person("Sébastien", "Rochette", , "sebastien@thinkr.fr", role = "aut",
           comment = c(ORCID = "0000-0002-1565-9313")),
    person("Cervan", "Girard", , "cervan@thinkr.fr", role = "aut",
           comment = c(ORCID = "0000-0002-4816-4624")),
    person("Novica", "Nakov", , "nnovica@gmail.com", role = "ctb"),
    person("David", "Granjon", , "dgranjon@ymail.com", role = "ctb"),
    person("Arthur", "Bréant", , "arthur@thinkr.fr", role = "ctb"),
    person("Antoine", "Languillaume", , "antoine@thinkr.fr", role = "ctb"),
    person("ThinkR", role = "cph")
  )
Description: An opinionated framework for building a production-ready
    'Shiny' application. This package contains a series of tools for
    building a robust 'Shiny' application from start to finish.
License: MIT + file LICENSE
URL: https://github.com/ThinkR-open/golem
BugReports: https://github.com/ThinkR-open/golem/issues
Depends:
    R (>= 3.0)
Imports:
    attempt (>= 0.3.0),
    config,
    here,
    htmltools,
    rlang (>= 1.0.0),
    shiny (>= 1.5.0),
    utils,
    yaml
Suggests:
    covr,
    cli (>= 2.0.0),
    crayon,
    devtools,
    dockerfiler (>= 0.2.0),
    knitr,
    pkgload,
    pkgbuild,
    pkgdown,
    processx,
    purrr,
    rcmdcheck,
    roxygen2,
    rmarkdown,
    rsconnect,
    spelling,
    stringr,
    testthat,
    tools,
    withr,
    attachment (>= 0.2.5),
    renv,
    usethis (>= 1.6.0),
    fs,
    rstudioapi,
    desc
VignetteBuilder:
    knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
