dockertest icon indicating copy to clipboard operation
dockertest copied to clipboard

Run tests in docker containers

Results 22 dockertest issues
Sort by recently updated
recently updated
newest added

I have a simple problem: After following instructions to start using this tempting project in order to test my R-package, I created the "docker"-folder within my R-package root dir (as...

https://github.com/r-hub/sysreqs

from boot2docker to docker machine to native support, we can probably pull this out now

@richfitz -- I'm hoping you might be able to test this on another linux machine. If the results below extend to other linux boxes then dockertest may not be working...

Pull data from the yml (add a `maintainer:` spot) and alternatively fill with information from the R session; I think that some username/email things might be available there.

this is done in drat.builder already, and would allow things like: ``` traitecoevo/rrqueue@development ```

Latest `dockertest::launch` is really nice in that grabs relevant name, finds running machine and starts image. i wonder about an equivalent for pushing to/pulling from dockerhub. Not a big deal,...

The `inplace: false` idea (default for projects) clones the project into a directory `self` with the idea that the project will have a fresh clone to work with. - The...