Package: golem
Title: A Framework for Robust Shiny Applications
Version: 0.1
Authors@R: 
    c(person(given = "Vincent",
             family = "Guyader",
             role = c("cre", "aut"),
             email = "vincent@thinkr.fr",
             comment = c(ORCID = "0000-0003-0671-9270")),
      person(given = "Colin",
             family = "Fay",
             role = "aut",
             email = "contact@colinfay.me",
             comment = c(ORCID = "0000-0001-7343-1846")),
      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 = "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, cli, crayon, desc, dockerfiler, DT, glue, htmltools,
        pkgload, processx, remotes, rlang, roxygen2, rsconnect,
        rstudioapi, shiny, stats, stringr, testthat, tools, usethis,
        utils, yesno
Suggests: covr, knitr, pkgdown, purrr, rcmdcheck, rmarkdown, withr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-19 09:00:08 UTC; Vincent
Author: Vincent Guyader [cre, aut] (<https://orcid.org/0000-0003-0671-9270>),
  Colin Fay [aut] (<https://orcid.org/0000-0001-7343-1846>),
  Sébastien Rochette [aut] (<https://orcid.org/0000-0002-1565-9313>),
  Cervan Girard [aut] (<https://orcid.org/0000-0002-4816-4624>),
  ThinkR [cph]
Maintainer: Vincent Guyader <vincent@thinkr.fr>
Repository: CRAN
Date/Publication: 2019-08-05 15:50:02 UTC
