Package: dockerfiler
Title: Easy Dockerfile Creation from R
Version: 0.1.4
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")))
Description: Build a Dockerfile straight from your R session.
    'dockerfiler' allows you to create step by step a Dockerfile, and
    provide convenient tools to wrap R code inside this Dockerfile.
License: MIT + file LICENSE
URL: https://github.com/ColinFay/dockerfiler
BugReports: https://github.com/ColinFay/dockerfiler/issues
Imports: attempt (>= 0.3.1), glue, R6, utils, fs, cli, remotes, desc,
        usethis, jsonlite, pkgbuild
Suggests: covr (>= 3.5.1), knitr (>= 1.31), rmarkdown (>= 2.6),
        testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-09-03 11:45:04 UTC; colin
Author: Colin Fay [cre, aut] (<https://orcid.org/0000-0001-7343-1846>),
  Vincent Guyader [aut] (<https://orcid.org/0000-0003-0671-9270>)
Maintainer: Colin Fay <contact@colinfay.me>
Repository: CRAN
Date/Publication: 2021-09-03 12:40:06 UTC
