Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to quarto v1.3.340 #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _common/_appendix.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## {.appendix .unnumbered .unlisted}
## {.appendix}

::: {.d-flex}

Expand All @@ -16,15 +16,15 @@ Thanks for reading! I’m Michael, the voice behind Tidy Tales. I am an award wi

:::

## Comments {.appendix .unnumbered .unlisted}
## Comments {.appendix}

<details open>
<summary></summary>
::: {.giscus}
:::
</details>

## Session Info {.appendix .unnumbered .unlisted}
## Session Info {.appendix}

<details>
<summary></summary>
Expand Down Expand Up @@ -52,13 +52,13 @@ pkg_sesh
</details>

`r if (is.null(params$data_file)) "<!--"`
## Data {.appendix .unnumbered .unlisted}
## Data {.appendix}

[Download](`r paste0("/data/", params$data_file)`) the data used in this post.
`r if (is.null(params$data_file)) "-->"`

`r if (!params$fair_dealing) "<!--"`
## Fair Dealing {.appendix .unnumbered .unlisted}
## Fair Dealing {.appendix}

Any of the trademarks, service marks, collective marks, design rights or similar rights that are mentioned, used, or cited in this article are the property of their respective owners. They are used here as fair dealing for the purpose of education in accordance with [section 29 of the Copyright Act](https://laws-lois.justice.gc.ca/eng/acts/c-42/page-8.html#h-103270) and do not infringe copyright.
`r if (!params$fair_dealing) "-->"`
1 change: 1 addition & 0 deletions _common/_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ toc-location: left

# Citation Metadata
citation: true
appendix-cite-as: display
csl: ../../assets/apa.csl
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"hash": "129ea4e82f617e05688e70f429251c88",
"hash": "6516bf42d6b08d35edecdf963560cc44",
"result": {
"markdown": "---\ndraft: true\n\ntitle: Test Post\ndescription: |\n A post for testing things.\n\ndate: '4000-01-01'\n\ncategories:\n - .Testing\n\nparams:\n use_renv: FALSE\n data_file: NULL\n fair_dealing: FALSE\n---\n\n\n\n\nA test post.\n",
"supporting": [],
"markdown": "---\ndraft: true\n\ntitle: Test Post\ndescription: |\n A post for testing things.\n\ndate: '4000-01-01'\n\ncategories:\n - .Testing\n\nparams:\n use_renv: FALSE\n data_file: NULL\n fair_dealing: FALSE\n---\n\n\n\n\nA test post.\n\n\n## {.appendix}\n\n::: {.d-flex}\n\n![](/assets/images/avatar.png){fig-align=\"left\" fig-alt=\"Avatar\" .rounded .avatar}\n\n::: {}\n\n::: {}\n## Michael McCarthy {.quarto-appendix-heading}\n:::\n\nThanks for reading! I’m Michael, the voice behind Tidy Tales. I am an award winning data scientist and R programmer with the skills and experience to help you solve the problems you care about. You can learn more about me, my [consulting services](https://michaelmccarthy.tidytales.ca/consulting/), and my other projects on my [personal website](https://michaelmccarthy.tidytales.ca).\n:::\n\n:::\n\n## Comments {.appendix}\n\n<details open>\n<summary></summary>\n::: {.giscus}\n:::\n</details>\n\n## Session Info {.appendix}\n\n<details>\n<summary></summary>\n::: {.cell}\n::: {.cell-output .cell-output-stdout}\n```\n─ Session info ───────────────────────────────────────────────────────────────\n setting value\n version R version 4.2.2 (2022-10-31)\n os macOS Mojave 10.14.6\n system x86_64, darwin17.0\n ui X11\n language (EN)\n collate en_CA.UTF-8\n ctype en_CA.UTF-8\n tz America/Vancouver\n date 2023-05-03\n pandoc 2.14.0.3 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown)\n quarto 1.3.340 @ /usr/local/bin/quarto\n\n─ Packages ───────────────────────────────────────────────────────────────────\n package * version date (UTC) lib source\n sessioninfo * 1.2.2 2021-12-06 [1] CRAN (R 4.2.0)\n\n [1] /Users/Michael/Library/R/x86_64/4.2/library/__tidytales\n [2] /Library/Frameworks/R.framework/Versions/4.2/Resources/library\n\n──────────────────────────────────────────────────────────────────────────────\n```\n:::\n:::\n</details>\n\n<!--\n## Data {.appendix}\n\n[Download](/data/) the data used in this post.\n-->\n\n<!--\n## Fair Dealing {.appendix}\n\nAny of the trademarks, service marks, collective marks, design rights or similar rights that are mentioned, used, or cited in this article are the property of their respective owners. They are used here as fair dealing for the purpose of education in accordance with [section 29 of the Copyright Act](https://laws-lois.justice.gc.ca/eng/acts/c-42/page-8.html#h-103270) and do not infringe copyright.\n-->\n\n",
"supporting": [
"index_files"
],
"filters": [
"rmarkdown/pagebreak.lua"
],
Expand Down
4 changes: 2 additions & 2 deletions _freeze/site_libs/clipboard/clipboard.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ code-link: false
highlight-style: assets/highlight.theme # https://github.com/quarto-dev/quarto-cli/tree/bf27dbe4e688ac93e704dc904a193ba5a552c34f/src/resources/pandoc/highlight-styles

## Quarto version
quarto-required: ">= 1.0.0"
quarto-required: ">= 1.3.340"
140 changes: 124 additions & 16 deletions _site/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading