From 67b6d52d50609f6166e3ea1d8872aca3a4763bd2 Mon Sep 17 00:00:00 2001 From: Manuel Roth Date: Fri, 22 Oct 2021 17:32:54 +0200 Subject: [PATCH] (R renv) Remove unused renv-cache-path variable (#663) --- examples.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples.md b/examples.md index 14a677a..7db0ff8 100644 --- a/examples.md +++ b/examples.md @@ -468,11 +468,6 @@ For renv, the cache directory will vary by OS. The `RENV_PATHS_ROOT` environment cat("##[set-output name=os-version;]", sessionInfo()$running, "\n", sep = "") cat("##[set-output name=r-version;]", R.Version()$version.string, sep = "") shell: Rscript {0} -- name: Get renv cache path - id: get-renv-cache-path - run: | - cat("##[set-output name=renv-cache-path;]", renv::paths$cache(), sep = "") - shell: Rscript {0} - name: Restore Renv package cache uses: actions/cache@v2 with: