Bump digits (and flush cache)

Fixes #592
This commit is contained in:
Hadley Wickham 2020-10-04 15:40:48 -05:00
parent 49b295d0ac
commit 7d6d307e36
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ steps.get-r-version.outputs.version }}-2-
key: ${{ runner.os }}-${{ steps.get-r-version.outputs.version }}-3-
- name: Install pak
run: |

View File

@ -1,5 +1,4 @@
set.seed(1014)
options(digits = 3)
knitr::opts_chunk$set(
comment = "#>",