Package: docker
Title: Wraps Docker Python SDK
Version: 0.0.2
Authors@R: person("Bhaskar", "Karambelkar", email = "bhaskarvk@gmail.com",
                  role = c("aut", "cre"))
Description: Allows accessing 'Docker' 'SDK' from 'R' via the 'Docker' 'Python' 'SDK' using the 'reticulate' package.
  This is a very thin wrapper that tries to do very little and get out of the way.
  The user is expected to know how to use the 'reticulate' package to access 'Python' modules, and how the 'Docker' 'Python' 'SDK' works.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: reticulate
SystemRequirements: Python (>= 2.7)
RoxygenNote: 6.0.1
URL: https://github.com/bhaskarvk/docker,
        https://bhaskarvk.github.io/docker/
BugReports: https://github.com/bhaskarvk/docker/issues
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-07-15 02:04:26 UTC; bhaskar
Author: Bhaskar Karambelkar [aut, cre]
Maintainer: Bhaskar Karambelkar <bhaskarvk@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-15 06:27:58 UTC
