Package: golem
Title: A Framework for Robust Shiny Applications
Version: 0.5.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("Ilya", "Zarubin", , "zarubin@wiso.uni-koeln.de", 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://thinkr-open.github.io/golem/,
        https://github.com/ThinkR-open/golem
BugReports: https://github.com/ThinkR-open/golem/issues
Depends: R (>= 3.5.0)
Imports: attempt (>= 0.3.0), config, here, htmltools, rlang (>= 1.0.0),
        shiny (>= 1.5.0), utils, yaml
Suggests: attachment (>= 0.3.2), callr, cli (>= 2.0.0), covr, crayon,
        desc, devtools, dockerfiler (>= 0.2.0), fs, httpuv, knitr,
        mockery, pkgbuild, pkgdown, pkgload (>= 1.3.0), processx,
        purrr, rcmdcheck, remotes, renv, rmarkdown, roxygen2,
        rsconnect, rstudioapi, sass, spelling, stringr, testthat (>=
        3.0.0), tools, usethis (>= 1.6.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-08-27 10:11:51 UTC; colinfay
Author: Colin Fay [cre, aut] (<https://orcid.org/0000-0001-7343-1846>),
  Vincent Guyader [aut] (<https://orcid.org/0000-0003-0671-9270>,
    previous maintainer),
  Sébastien Rochette [aut] (<https://orcid.org/0000-0002-1565-9313>),
  Cervan Girard [aut] (<https://orcid.org/0000-0002-4816-4624>),
  Novica Nakov [ctb],
  David Granjon [ctb],
  Arthur Bréant [ctb],
  Antoine Languillaume [ctb],
  Ilya Zarubin [ctb],
  ThinkR [cph]
Maintainer: Colin Fay <contact@colinfay.me>
Repository: CRAN
Date/Publication: 2024-08-27 10:50:32 UTC
Built: R 4.6.0; ; 2025-08-18 10:03:20 UTC; unix
