https://github.com/richfitz/crater
:volcano::new_moon::package: R client to the crate database (crate.io)
https://github.com/richfitz/crater
Last synced: over 1 year ago
JSON representation
:volcano::new_moon::package: R client to the crate database (crate.io)
- Host: GitHub
- URL: https://github.com/richfitz/crater
- Owner: richfitz
- License: other
- Created: 2016-11-11T14:40:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T14:19:47.000Z (over 9 years ago)
- Last Synced: 2025-01-20T22:53:52.386Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dde
[](http://www.repostatus.org/#wip)
[](https://travis-ci.org/richfitz/crater)
[](https://codecov.io/github/richfitz/crater?branch=master)
R client to the [crate](https://crate.io) database.
```
mkdir -p tests/testthat/shared
docker run -d -p 4200:4200 -p 4300:4300 --name crater_testing -v ${PWD}/tests/testthat/shared:/host crate
```
```
docker run --rm -it --link crater_testing:crate crate crash --hosts crate:4200
```