Package: stevedore
Title: Docker Client
Version: 0.9.6
Description: Work with containers over the Docker API.  Rather than
    using system calls to interact with a docker client, using the
    API directly means that we can receive richer information from
    docker.  The interface in the package is automatically generated
    using the 'OpenAPI' (a.k.a., 'swagger') specification, and all
    return values are checked in order to make them type stable.
License: MIT + file LICENSE
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
    email = "rich.fitzjohn@gmail.com"))
URL: https://github.com/richfitz/stevedore
BugReports: https://github.com/richfitz/stevedore/issues
Imports: crayon, curl (>= 2.3.0), jsonlite, yaml (>= 2.1.18)
Suggests: knitr, openssl, redux, reticulate, rmarkdown, testthat, withr
SystemRequirements: docker
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Encoding: UTF-8
ByteCompile: TRUE
Language: en-GB
NeedsCompilation: no
Packaged: 2023-07-10 09:47:03 UTC; rfitzjoh
Author: Rich FitzJohn [aut, cre]
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-10 20:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 04:59:14 UTC; unix
