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 Config/pak/sysreqs: libssl-dev Repository: https://richfitz.r-universe.dev Date/Publication: 2023-07-18 08:43:35 UTC RemoteUrl: https://github.com/richfitz/stevedore RemoteRef: HEAD RemoteSha: 668d7c9a3ae23279a2c41498e58c36bb01b4a76d NeedsCompilation: no Packaged: 2026-06-08 09:33:49 UTC; root Author: Rich FitzJohn [aut, cre] Maintainer: Rich FitzJohn