TODO: hello world. intercalated
Post description TODO
TODO
TODO: hello world. intercalated
---
title: Post Title intercalated
description: |
Post description TODO
# date: UPDATE
author:
- name: TODO
site-url: TODO
#image: IMAGE.png
#image-alt: |
categories: [TAG_1, TAG_2]
open-graph: true
# twitter-card: true
# will inherit title, description, image
# to change ANYTHING about card, need to fill in EVERYTHING below
# title: |
# description: |
# image: |
# image-alt: |
# defaults to 500 x 500 summary: uncomment lines below for large card
# image-width: 600
# image-height: 314
# card-style: summary_large_image
# image-width: 500
# image-height: 500
# card-style: summary
draft: false
---
<!--------------- set up ----------------->
```{r}
#| echo: false
#| results: 'hide'
long_slug <- "FILL THIS IN"
# NOTE: after finishing post, run renv::snapshot() and copy the renv.lock file
# from the project root into the post directory
# file.copy("../../renv.lock", "renv.lock", overwrite = TRUE)
# renv::use(lockfile = "renv.lock")
```
<!--------------- post content ----------------->
<!--------------- appendices go here ----------------->
TODO: hello world. intercalated
##### Session info {.appendix}
<details><summary>Toggle</summary>
```{r}
#| echo: false
# library(sessioninfo)
# # save the session info as an object
# pkg_session <- session_info(pkgs = "attached")
#
# # get the quarto version
# quarto_version <- system("quarto --version", intern = TRUE)
#
# # inject the quarto info
# pkg_session$platform$quarto <- paste(
# system("quarto --version", intern = TRUE),
# "@",
# quarto::quarto_path()
# )
#
# # print it out
# pkg_session
```
</details>