Package: golem Title: A Framework for Robust Shiny Applications Version: 1.0.0 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), codetools, config, htmltools, rlang (>= 1.0.0), shiny (>= 1.5.0), utils, yaml Suggests: attachment (>= 0.3.2), callr, cli (>= 2.0.0), covr, desc, devtools, dockerfiler (>= 0.2.5), 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 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2026-06-17 13:45:04 UTC RemoteUrl: https://github.com/ThinkR-open/golem RemoteRef: HEAD RemoteSha: 14294c620837d943ff6df192152a7639a1a47790 NeedsCompilation: no Packaged: 2026-06-21 11:05:21 UTC; root Author: Colin Fay [cre, aut] (ORCID: ), Vincent Guyader [aut] (ORCID: , previous maintainer), Sébastien Rochette [aut] (ORCID: ), Cervan Girard [aut] (ORCID: ), Novica Nakov [ctb], David Granjon [ctb], Arthur Bréant [ctb], Antoine Languillaume [ctb], Ilya Zarubin [ctb], ThinkR [cph] Maintainer: Colin Fay