Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Foosa authored Jan 20, 2023
1 parent 48f6e89 commit 0ac5d33
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# r-devtools

A docker container with R and common development packages installed

| Package | Version |
| ------- | ------- |
| R | 4.2.2 |
| covr | 3.6.1 |
| devtools | 2.4.5 |
| DT | 0.27 |
| knitr | 1.41 |
| lintr | 3.0.2 |
| roxygen2 | 7.2.3 |
| testthat | 3.1.6 |

## Pull the image

```sh
docker pull ghcr.io/foosa/r-devtools:main
```

0 comments on commit 0ac5d33

Please sign in to comment.