Skip to content

Commit

Permalink
reset history cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 20, 2024
1 parent e1ad26c commit d754110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.0.10.007
Version: 0.0.10.008
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.10.007",
"version": "0.0.10.008",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 1 addition & 1 deletion quarto/history.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ library (ggplot2)


```{r get-rev-history, echo = FALSE}
#| cache: false
#| cache: true
dat <- review_history (quiet = TRUE)
```

Expand Down

0 comments on commit d754110

Please sign in to comment.