tests/testthat.R

# A hack to make CI builds work on windows/appveyor
# See https://github.com/krlmlr/r-appveyor/issues/91
.libPaths(c("C:/RLibrary",.libPaths()))

library(testthat)
library(reticulate)
library(docker)

test_check("docker")

Try the docker package in your browser

Any scripts or data that you put into this service are public.

docker documentation built on July 15, 2017, 9:02 a.m.