Skip to content

Commit

Permalink
New post: The apply() function family
Browse files Browse the repository at this point in the history
PR #31
  • Loading branch information
ahasverus authored Nov 18, 2024
2 parents f77dce3 + 987f279 commit 1bc9541
Show file tree
Hide file tree
Showing 6 changed files with 405 additions and 22 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ jobs:
- name: Install R packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
packages: |
any::knitr
any::rmarkdown
any::palmerpenguins
any::tidyr
any::dplyr
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
5 changes: 2 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ website:
format:
html:

theme: litera
css: styles.css
theme: [litera,styles.scss]

code-copy: true
code-overflow: wrap
code-line-numbers: true
code-block-border-left: true
highlight-style: zenburn
highlight-style: nord
Loading

0 comments on commit 1bc9541

Please sign in to comment.