Skip to content

Commit

Permalink
debug wd
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jul 30, 2024
1 parent 0590e32 commit 7adb1b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/articles/benchmarks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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 Expand Up @@ -33,6 +31,7 @@ While this article will benchmark fit times, it doesn't measure model performanc
First, loading tidymodels and the rinfa extension package:

```{r setup, eval = eval_fits}
rlang::abort(paste0("Current wd: ", getwd()))
library(tidymodels)
library(rinfa)
```
Expand Down

0 comments on commit 7adb1b2

Please sign in to comment.