Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Mar 24, 2024
1 parent 4b87753 commit ea9eb97
Show file tree
Hide file tree
Showing 18 changed files with 2,297 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b052d65a
71d8830d
4 changes: 2 additions & 2 deletions documents/icons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="author" content="Roy Francis">
<meta name="dcterms.date" content="2024-03-17">
<meta name="dcterms.date" content="2024-03-24">

<title>Icons in Quarto</title>
<style>
Expand Down Expand Up @@ -138,7 +138,7 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">March 17, 2024</p>
<p class="date">March 24, 2024</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion documents/ojs-linked/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">17-Mar-2024</p>
<p class="date">24-Mar-2024</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion documents/ojs-plots/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">17-Mar-2024</p>
<p class="date">24-Mar-2024</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion documents/ojs-widgets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">17-Mar-2024</p>
<p class="date">24-Mar-2024</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion documents/ojs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">17-Mar-2024</p>
<p class="date">24-Mar-2024</p>
</div>
</div>

Expand Down
Binary file modified documents/pdf/index.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions documents/report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="author" content="Roy Francis">
<meta name="dcterms.date" content="2024-03-17">
<meta name="dcterms.date" content="2024-03-24">

<title>r paste0(params$name," report")</title>
<style>
Expand Down Expand Up @@ -130,7 +130,7 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">March 17, 2024</p>
<p class="date">March 24, 2024</p>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions documents/revealjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="generator" content="quarto-1.4.521">

<meta name="author" content="Roy Francis">
<meta name="dcterms.date" content="2024-03-17">
<meta name="dcterms.date" content="2024-03-24">
<title>RevealJS</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
Expand Down Expand Up @@ -403,7 +403,7 @@ <h1 class="title">setosa presentation</h1>
</div>
</div>

<p class="date">2024-03-17</p>
<p class="date">2024-03-24</p>
</section>

<section id="setosa" class="slide level2">
Expand Down
428 changes: 286 additions & 142 deletions documents/shinylive/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions documents/webr-revealjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="generator" content="quarto-1.4.521">

<meta name="author" content="Roy Francis">
<meta name="dcterms.date" content="2024-03-17">
<meta name="dcterms.date" content="2024-03-24">
<title>RevealJS</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
Expand Down Expand Up @@ -487,7 +487,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"id":1,"code":"library(ggplot2)","options":{"fig-height":5,"fig-cap":"","output":"true","label":"unnamed-chunk-1","message":"true","comment":"","classes":"","warning":"true","context":"interactive","results":"markup","dpi":72,"read-only":"false","out-width":"700px","autorun":"false","out-height":"","fig-width":7}},{"id":2,"code":"head(iris)","options":{"fig-height":5,"fig-cap":"","output":"true","label":"unnamed-chunk-2","message":"true","comment":"","classes":"","warning":"true","context":"interactive","results":"markup","dpi":72,"read-only":"false","out-width":"700px","autorun":"false","out-height":"","fig-width":7}},{"id":3,"code":"\nggplot(iris,aes(Sepal.Length,Petal.Length,col=Species))+\n geom_point()+\n labs(title=\"Scatterplot\")","options":{"fig-height":5,"fig-cap":"Scatterplot of iris species","output":"true","label":"fig-scatterplot","message":"true","comment":"","classes":"","warning":"true","context":"interactive","results":"markup","dpi":72,"read-only":"false","out-width":"700px","autorun":"false","out-height":"","fig-width":7}},{"id":4,"code":"\nggplot(iris,aes(Sepal.Length,Petal.Length,col=Species))+\n geom_point(aes(size=Petal.Width))","options":{"fig-cap":"Scatterplot of iris species","fig-height":5,"classes":"","echo":"true","read-only":"false","results":"markup","autorun":"false","code-line-numbers":"2","label":"fig-scatterplot-size","message":"true","warning":"true","comment":"","context":"interactive","out-height":"","out-width":"700px","dpi":72,"output":"true","fig-width":7}},{"id":5,"code":"sessionInfo()","options":{"fig-height":5,"fig-cap":"","output":"true","label":"unnamed-chunk-5","message":"true","comment":"","classes":"","warning":"true","context":"interactive","results":"markup","dpi":72,"read-only":"false","out-width":"700px","autorun":"false","out-height":"","fig-width":7}}];
globalThis.qwebrCellDetails = [{"id":1,"options":{"message":"true","fig-cap":"","label":"unnamed-chunk-1","output":"true","context":"interactive","dpi":72,"fig-height":5,"out-width":"700px","out-height":"","classes":"","comment":"","warning":"true","fig-width":7,"results":"markup","autorun":"false","read-only":"false"},"code":"library(ggplot2)"},{"id":2,"options":{"message":"true","fig-cap":"","label":"unnamed-chunk-2","output":"true","context":"interactive","dpi":72,"fig-height":5,"out-width":"700px","out-height":"","classes":"","comment":"","warning":"true","fig-width":7,"results":"markup","autorun":"false","read-only":"false"},"code":"head(iris)"},{"id":3,"options":{"message":"true","fig-cap":"Scatterplot of iris species","label":"fig-scatterplot","output":"true","context":"interactive","dpi":72,"fig-height":5,"out-width":"700px","out-height":"","classes":"","comment":"","warning":"true","fig-width":7,"results":"markup","autorun":"false","read-only":"false"},"code":"\nggplot(iris,aes(Sepal.Length,Petal.Length,col=Species))+\n geom_point()+\n labs(title=\"Scatterplot\")"},{"id":4,"options":{"fig-cap":"Scatterplot of iris species","code-line-numbers":"2","dpi":72,"fig-height":5,"out-height":"","echo":"true","label":"fig-scatterplot-size","message":"true","read-only":"false","autorun":"false","results":"markup","fig-width":7,"comment":"","warning":"true","classes":"","out-width":"700px","output":"true","context":"interactive"},"code":"\nggplot(iris,aes(Sepal.Length,Petal.Length,col=Species))+\n geom_point(aes(size=Petal.Width))"},{"id":5,"options":{"message":"true","fig-cap":"","label":"unnamed-chunk-5","output":"true","context":"interactive","dpi":72,"fig-height":5,"out-width":"700px","out-height":"","classes":"","comment":"","warning":"true","fig-width":7,"results":"markup","autorun":"false","read-only":"false"},"code":"sessionInfo()"}];

</script>
<script type="module">
Expand Down Expand Up @@ -1394,7 +1394,7 @@ <h1 class="title">WebR in Quarto presentation</h1>
</div>
</div>

<p class="date">2024-03-17</p>
<p class="date">2024-03-24</p>
</section>
<section id="load-packages" class="slide level2">
<h2>Load packages</h2>
Expand Down
Loading

0 comments on commit ea9eb97

Please sign in to comment.