Skip to content

Commit

Permalink
docs(logbook): update logbook
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jul 9, 2024
1 parent 69f9b4c commit 950e1cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions logbook/posts/2024_07_09/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ ERROR: Error
Error: Process completed with exit code 1.
```

Tried adding `Rscript{0}` as shell for running R code but this was incorrect.

Then tried switching `reproduction.Rmd` to `reproduction.qmd`. Re-running the action, it was very very slow (14 minutes) (so seemingly not using the cache). Moreover, it still hit an error as above.

I decided a simpler solution might be to not require R in the Quarto build, and to instead ensure that any scripts using R are pre-rendered in some way (similar to how `.ipynb` files behave).

## Timings

```{python}
Expand Down

0 comments on commit 950e1cb

Please sign in to comment.