Skip to content

Commit

Permalink
render locally
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 8, 2024
1 parent cff8100 commit 5070208
Show file tree
Hide file tree
Showing 31 changed files with 617 additions and 395 deletions.
328 changes: 62 additions & 266 deletions slides.html

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ keywords: ["software-engineering", "r-packages", "best-practices", "CRAN"]
## Preventive Care for R Packages {style="text-align: center;"}

<!-- Don't render this file manually. Run `renderer.R` script instead. -->
<!-- Need to install extension from https://github.com/quarto-ext/fontawesome -->
<!-- Run `quarto install extension quarto-ext/fontawesome` in terminal -->

::: {style="text-align: center;"}

Expand All @@ -25,9 +27,6 @@ knitr::include_graphics("media/preventive-care.png")
```


<!-- Need to install extension from https://github.com/quarto-ext/fontawesome -->
<!-- Run `quarto install extension quarto-ext/fontawesome` in terminal -->

# "Software engineering ought to produce sustainability."
\- Mark Seemann (*Code That Fits in Your Head*)

Expand Down

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

6 changes: 3 additions & 3 deletions slides_files/libs/revealjs/dist/reveal.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions slides_files/libs/revealjs/dist/reveal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides_files/libs/revealjs/dist/reveal.esm.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions slides_files/libs/revealjs/dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides_files/libs/revealjs/dist/reveal.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions slides_files/libs/revealjs/plugin/highlight/highlight.esm.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions slides_files/libs/revealjs/plugin/highlight/highlight.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions slides_files/libs/revealjs/plugin/highlight/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Plugin = {
hljs,

/**
* Highlights code blocks withing the given deck.
* Highlights code blocks within the given deck.
*
* Note that this can be called multiple times if
* there are multiple presentations on one page.
Expand Down Expand Up @@ -138,7 +138,7 @@ const Plugin = {

// Scroll highlights into view as we step through them
fragmentBlock.addEventListener( 'visible', Plugin.scrollHighlightedLineIntoView.bind( Plugin, fragmentBlock, scrollState ) );
fragmentBlock.addEventListener( 'hidden', Plugin.scrollHighlightedLineIntoView.bind( Plugin, fragmentBlock.previousSibling, scrollState ) );
fragmentBlock.addEventListener( 'hidden', Plugin.scrollHighlightedLineIntoView.bind( Plugin, fragmentBlock.previousElementSibling, scrollState ) );

} );

Expand Down
8 changes: 7 additions & 1 deletion slides_files/libs/revealjs/plugin/markdown/markdown.esm.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion slides_files/libs/revealjs/plugin/markdown/markdown.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5070208

Please sign in to comment.