References {.appendix}

::: {#refs} :::

Attachments {.appendix}

The following files are associated with this report. renv.lock files can be used to recreate the R environment using renv, *.conda files can be provided to recreate a Conda environment.

```{bash copy-environments}

| echo: false

mkdir --parents files \ && cp $ANALYSIS_PATH/envs/* $REPORT_PATH/$_/

```r
#| echo: false
#| results: asis

Sys.getenv(x='REPORT_PATH', unset=getwd()) |>
    file.path('files') |>
    list.files() -> files

if(length(files) > 0) {
    files |> (\(x) sprintf(fmt="{{< fa paperclip >}} [%s](files/%s)", x, x))() |> cat(sep="</br>")
} else {
    cat('No attachments to list.')
}


ChristopherBarrington/project-notes-tools documentation built on June 23, 2024, 2:11 a.m.