Skip to content

Commit 67b6d52

Browse files
authored
(R renv) Remove unused renv-cache-path variable (#663)
1 parent 92f67a4 commit 67b6d52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples.md

-5
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,6 @@ For renv, the cache directory will vary by OS. The `RENV_PATHS_ROOT` environment
468468
cat("##[set-output name=os-version;]", sessionInfo()$running, "\n", sep = "")
469469
cat("##[set-output name=r-version;]", R.Version()$version.string, sep = "")
470470
shell: Rscript {0}
471-
- name: Get renv cache path
472-
id: get-renv-cache-path
473-
run: |
474-
cat("##[set-output name=renv-cache-path;]", renv::paths$cache(), sep = "")
475-
shell: Rscript {0}
476471
- name: Restore Renv package cache
477472
uses: actions/cache@v2
478473
with:

0 commit comments

Comments
 (0)