Package: dockerfiler
Title: Easy Dockerfile Creation from R
Version: 0.1.3
Authors@R: person('Colin', 'Fay', email = 'contact@colinfay.me', role = c('cre', 'aut'))
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, glue, R6, utils
Suggests: covr, testthat, knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-03-19 15:32:05 UTC; colin
Author: Colin Fay [cre, aut]
Maintainer: Colin Fay <contact@colinfay.me>
Repository: CRAN
Date/Publication: 2019-03-19 16:10:03 UTC
