Add renv examples (#151)

* Add renv examples

* Add link in main readme.md
This commit is contained in:
Shinya Uryu 2020-01-22 09:22:40 +09:00 committed by Josh Gross
parent 296374f6c9
commit b6d538e2aa
2 changed files with 51 additions and 0 deletions

View file

@ -70,6 +70,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us
- [Node - Yarn](./examples.md#node---yarn)
- [PHP - Composer](./examples.md#php---composer)
- [Python - pip](./examples.md#python---pip)
- [R - renv](./examples.md#r---renv)
- [Ruby - Bundler](./examples.md#ruby---bundler)
- [Rust - Cargo](./examples.md#rust---cargo)
- [Scala - SBT](./examples.md#scala---sbt)