Package: golem
Title: A Framework for Robust Shiny Applications
Version: 0.3.5
Authors@R: 
    c(person(given = "Colin",
             family = "Fay",
             role = c("cre", "aut"),
             email = "contact@colinfay.me",
             comment = c(ORCID = "0000-0001-7343-1846")),
      person(given = "Vincent",
             family = "Guyader",
             role = "aut",
             email = "vincent@thinkr.fr",
             comment = c(ORCID = "0000-0003-0671-9270", "previous maintainer")),
      person(given = "Sébastien",
             family = "Rochette",
             role = "aut",
             email = "sebastien@thinkr.fr",
             comment = c(ORCID = "0000-0002-1565-9313")),
      person(given = "Cervan",
             family = "Girard",
             role = "aut",
             email = "cervan@thinkr.fr",
             comment = c(ORCID = "0000-0002-4816-4624")),
      person(given = "Novica",
             family = "Nakov",
             role = "ctb",
             email = "nnovica@gmail.com"),
      person(given = "David",
             family = "Granjon",
             role = "ctb",
             email = "dgranjon@ymail.com"),
      person(given = "Arthur",
             family = "Bréant",
             role = "ctb",
             email = "arthur@thinkr.fr"),
      person(given = "Antoine",
             family = "Languillaume",
             role = "ctb",
             email = "antoine@thinkr.fr"),                    
      person(given = "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), cli (>= 2.0.0), config, crayon, desc, fs,
        here, htmltools, pkgload, roxygen2, rstudioapi, shiny (>=
        1.5.0), usethis (>= 1.6.0), utils, yaml
Suggests: rlang, covr, devtools, dockerfiler (>= 0.2.0), knitr,
        pkgbuild, pkgdown, processx, purrr, rcmdcheck, rmarkdown,
        rsconnect, spelling, stringr, testthat, tools, withr,
        attachment (>= 0.2.5), renv
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-10-18 08:30:38 UTC; colin
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],
  ThinkR [cph]
Maintainer: Colin Fay <contact@colinfay.me>
Repository: CRAN
Date/Publication: 2022-10-18 09:52:35 UTC
