Skip to content

Commit 20a4a82

Browse files
committed
refactor+doc: fix a few issues
* add a README file * fix broken formatting in packages.bib * get missing data for sliding-forecasters.qmd online instead of local files
1 parent d395539 commit 20a4a82

File tree

11 files changed

+15130
-12564
lines changed

11 files changed

+15130
-12564
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Delphi Tooling Book
2+
3+
The book is a collection of articles and tutorials on how to use the Delphi tooling effectively.
4+
5+
## Compiling the book
6+
7+
The book is written with [Quarto](https://quarto.org/docs/guide/) (which can be installed [here](https://quarto.org/docs/get-started/)). To compile the book, run the following commands:
8+
9+
```sh
10+
# Install the R dependencies
11+
R -e 'install.packages(c("pak", "rspm", "renv"))'
12+
R -e 'renv::restore()'
13+
14+
# Compile the book and preview it
15+
quarto preview
16+
```
17+
18+
We use Quarto's freeze feature to re-render only the qmd files that have changed. To force a re-render of a page, run this command:
19+
20+
```sh
21+
quarto render <name.qmd>
22+
```

_freeze/archive/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/archive/figure-html/unnamed-chunk-8-1.svg

Lines changed: 1465 additions & 0 deletions
Loading

_freeze/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/sliding-forecasters/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/sliding-forecasters/figure-html/plot-ar-asof-1.svg

Lines changed: 1750 additions & 1741 deletions
Loading

_freeze/sliding-forecasters/figure-html/plot-arx-1.svg

Lines changed: 1731 additions & 1728 deletions
Loading

_freeze/sliding-forecasters/figure-html/plot-can-fc-boost-1.svg

Lines changed: 4994 additions & 4595 deletions
Loading

_freeze/sliding-forecasters/figure-html/plot-can-fc-lr-1.svg

Lines changed: 5075 additions & 4431 deletions
Loading

packages.bib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ @Manual{R-tidyverse
122122
author = {Hadley Wickham},
123123
year = {2023},
124124
note = {R package version 2.0.0},
125-
url = {https://CRAN.R-project.org/package=tidyverse},
125+
url = {https://CRAN.R-project.org/package=tidyverse}
126+
}
126127

127128
@Misc{epidatr2015,
128129
title = {Delphi Epidata API},

0 commit comments

Comments
 (0)