Skip to content

Commit

Permalink
set knit directory explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jul 30, 2024
1 parent 4c4a0b8 commit 0590e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Config/rextendr/version: 0.3.1.9000
URL: https://github.com/simonpcouch/rinfa, https://simonpcouch.github.io/rinfa/
BugReports: https://github.com/simonpcouch/rinfa/issues
SystemRequirements: Cargo (Rust's package manager), rustc
Config/Needs/website: rmarkdown, ggplot2
Config/Needs/website: rmarkdown, ggplot2, rprojroot
2 changes: 2 additions & 0 deletions vignettes/articles/benchmarks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Benchmarks"

```{r}
#| echo: false
knitr::opts_knit$set(root.dir = rprojroot::find_rstudio_root_file())
if (file.exists("vignettes/articles/timings/linear_reg_timings.rda")) {
eval_fits <- FALSE
# read outputs in from source:
Expand Down

0 comments on commit 0590e32

Please sign in to comment.