Skip to content

Commit

Permalink
Deploying to gh-pages from @ cb48247 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jun 12, 2024
1 parent 4ffd66d commit cd5aeff
Show file tree
Hide file tree
Showing 94 changed files with 243 additions and 228 deletions.
6 changes: 3 additions & 3 deletions demos/qwebr-auto-run.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.43">
<meta name="generator" content="quarto-1.5.45">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>quarto-webr – Demo: Autorun Interactive Code Cells</title>
<title>Demo: Autorun Interactive Code Cells – quarto-webr</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -316,7 +316,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"options":{"message":"true","context":"interactive","autorun":"false","results":"markup","dpi":72,"comment":"","fig-height":5,"output":"true","out-width":"700px","label":"unnamed-chunk-1","warning":"true","out-height":"","editor-quick-suggestions":"false","fig-width":7,"read-only":"false","classes":"","editor-max-height":"","fig-cap":"","editor-font-scale":"1"},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","id":1},{"options":{"message":"true","context":"interactive","autorun":"true","results":"markup","dpi":72,"comment":"","fig-height":5,"output":"true","out-width":"700px","label":"unnamed-chunk-2","warning":"true","out-height":"","editor-quick-suggestions":"false","fig-width":7,"read-only":"false","classes":"","editor-max-height":"","fig-cap":"","editor-font-scale":"1"},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","id":2},{"options":{"message":"true","context":"output","autorun":"true","results":"markup","dpi":72,"comment":"","fig-height":5,"output":"true","out-width":"700px","label":"unnamed-chunk-3","warning":"true","out-height":"","editor-quick-suggestions":"false","fig-width":7,"read-only":"false","classes":"","editor-max-height":"","fig-cap":"","editor-font-scale":"1"},"code":"data(\"gapminder\", package = \"gapminder\")\nhead(gapminder)","id":3},{"options":{"message":"true","context":"output","autorun":"true","results":"markup","dpi":72,"comment":"","fig-height":"3","output":"true","out-width":"500px","label":"unnamed-chunk-4","warning":"true","out-height":"","editor-quick-suggestions":"false","fig-width":"5","read-only":"false","classes":"","editor-max-height":"","fig-cap":"","editor-font-scale":"1"},"code":"ggplot(gapminder, aes(lifeExp)) + \n geom_density(aes(fill=continent), alpha=1/4) + theme_bw() ","id":4},{"options":{"message":"true","context":"interactive","autorun":"true","results":"markup","dpi":72,"comment":"","fig-height":"3","output":"true","out-width":"500px","label":"unnamed-chunk-5","warning":"true","out-height":"","editor-quick-suggestions":"false","fig-width":"5","read-only":"false","classes":"","editor-max-height":"","fig-cap":"","editor-font-scale":"1"},"code":"ggplot(gapminder, aes(lifeExp)) + \n theme_bw() ","id":5}];
globalThis.qwebrCellDetails = [{"id":1,"options":{"out-height":"","editor-quick-suggestions":"false","dpi":72,"editor-font-scale":"1","comment":"","read-only":"false","output":"true","classes":"","label":"unnamed-chunk-1","warning":"true","results":"markup","editor-max-height":"","out-width":"700px","fig-height":5,"context":"interactive","fig-cap":"","message":"true","autorun":"false","fig-width":7},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))"},{"id":2,"options":{"out-height":"","editor-quick-suggestions":"false","dpi":72,"editor-font-scale":"1","comment":"","read-only":"false","output":"true","classes":"","label":"unnamed-chunk-2","warning":"true","results":"markup","editor-max-height":"","out-width":"700px","fig-height":5,"context":"interactive","fig-cap":"","message":"true","autorun":"true","fig-width":7},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))"},{"id":3,"options":{"out-height":"","editor-quick-suggestions":"false","dpi":72,"editor-font-scale":"1","comment":"","read-only":"false","output":"true","classes":"","label":"unnamed-chunk-3","warning":"true","results":"markup","editor-max-height":"","out-width":"700px","fig-height":5,"context":"output","fig-cap":"","message":"true","autorun":"true","fig-width":7},"code":"data(\"gapminder\", package = \"gapminder\")\nhead(gapminder)"},{"id":4,"options":{"out-height":"","editor-quick-suggestions":"false","dpi":72,"editor-font-scale":"1","comment":"","read-only":"false","output":"true","classes":"","label":"unnamed-chunk-4","warning":"true","results":"markup","editor-max-height":"","out-width":"500px","fig-height":"3","context":"output","fig-cap":"","message":"true","autorun":"true","fig-width":"5"},"code":"ggplot(gapminder, aes(lifeExp)) + \n geom_density(aes(fill=continent), alpha=1/4) + theme_bw() "},{"id":5,"options":{"out-height":"","editor-quick-suggestions":"false","dpi":72,"editor-font-scale":"1","comment":"","read-only":"false","output":"true","classes":"","label":"unnamed-chunk-5","warning":"true","results":"markup","editor-max-height":"","out-width":"500px","fig-height":"3","context":"interactive","fig-cap":"","message":"true","autorun":"true","fig-width":"5"},"code":"ggplot(gapminder, aes(lifeExp)) + \n theme_bw() "}];

</script>
<script type="module">
Expand Down
6 changes: 3 additions & 3 deletions demos/qwebr-code-cell-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.43">
<meta name="generator" content="quarto-1.5.45">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>quarto-webr – Demo: Initial Code Cell Option Support</title>
<title>Demo: Initial Code Cell Option Support – quarto-webr</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -316,7 +316,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"options":{"fig-height":5,"read-only":"false","editor-quick-suggestions":"false","fig-width":7,"autorun":"false","out-height":"","comment":"","classes":"","dpi":72,"editor-max-height":"","out-width":"700px","results":"markup","label":"unnamed-chunk-1","editor-font-scale":"1","fig-cap":"","context":"interactive","warning":"true","message":"true","output":"true"},"id":1,"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))"},{"options":{"fig-height":5,"read-only":"false","editor-quick-suggestions":"false","fig-width":7,"autorun":"true","out-height":"","comment":"","classes":"","dpi":72,"editor-max-height":"","out-width":"700px","results":"markup","label":"unnamed-chunk-2","editor-font-scale":"1","fig-cap":"","context":"setup","warning":"true","message":"true","output":"true"},"id":2,"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)"},{"options":{"fig-height":5,"read-only":"false","editor-quick-suggestions":"false","fig-width":7,"autorun":"false","out-height":"","comment":"","classes":"","dpi":72,"editor-max-height":"","out-width":"700px","results":"asis","label":"unnamed-chunk-3","editor-font-scale":"1","fig-cap":"","context":"interactive","warning":"true","message":"true","output":"true"},"id":3,"code":"knitr::kable(data, \"html\")"},{"options":{"fig-height":5,"read-only":"false","editor-quick-suggestions":"false","fig-width":7,"autorun":"false","out-height":"","comment":"","classes":"","dpi":72,"editor-max-height":"","out-width":"700px","results":"markup","label":"unnamed-chunk-4","editor-font-scale":"1","fig-cap":"","context":"interactive","warning":"true","message":"true","output":"true"},"id":4,"code":"knitr::kable(data, \"html\")"},{"options":{"fig-height":"6","read-only":"false","editor-quick-suggestions":"false","fig-width":"6","autorun":"true","out-height":"","comment":"","classes":"","dpi":72,"editor-max-height":"","out-width":"700px","results":"markup","label":"unnamed-chunk-5","editor-font-scale":"1","fig-cap":"","context":"output","warning":"true","message":"true","output":"true"},"id":5,"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"},{"options":{"fig-height":5,"read-only":"false","editor-quick-suggestions":"false","fig-width":7,"autorun":"true","out-height":"","comment":"","classes":"","dpi":72,"editor-max-height":"","out-width":"700px","results":"markup","label":"unnamed-chunk-6","editor-font-scale":"1","fig-cap":"","context":"output","warning":"true","message":"true","output":"true"},"id":6,"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"},{"options":{"fig-height":"6","read-only":"false","editor-quick-suggestions":"false","fig-width":"6","autorun":"true","out-height":"500px","comment":"","classes":"","dpi":72,"editor-max-height":"","out-width":"500px","results":"markup","label":"unnamed-chunk-7","editor-font-scale":"1","fig-cap":"","context":"output","warning":"true","message":"true","output":"true"},"id":7,"code":"tinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"}];
globalThis.qwebrCellDetails = [{"id":1,"options":{"output":"true","message":"true","out-width":"700px","dpi":72,"autorun":"false","read-only":"false","classes":"","results":"markup","warning":"true","editor-max-height":"","context":"interactive","fig-width":7,"label":"unnamed-chunk-1","fig-cap":"","editor-quick-suggestions":"false","comment":"","fig-height":5,"editor-font-scale":"1","out-height":""},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))"},{"id":2,"options":{"output":"true","message":"true","out-width":"700px","dpi":72,"autorun":"true","read-only":"false","classes":"","results":"markup","warning":"true","editor-max-height":"","context":"setup","fig-width":7,"label":"unnamed-chunk-2","fig-cap":"","editor-quick-suggestions":"false","comment":"","fig-height":5,"editor-font-scale":"1","out-height":""},"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)"},{"id":3,"options":{"output":"true","message":"true","out-width":"700px","dpi":72,"autorun":"false","read-only":"false","classes":"","results":"asis","warning":"true","editor-max-height":"","context":"interactive","fig-width":7,"label":"unnamed-chunk-3","fig-cap":"","editor-quick-suggestions":"false","comment":"","fig-height":5,"editor-font-scale":"1","out-height":""},"code":"knitr::kable(data, \"html\")"},{"id":4,"options":{"output":"true","message":"true","out-width":"700px","dpi":72,"autorun":"false","read-only":"false","classes":"","results":"markup","warning":"true","editor-max-height":"","context":"interactive","fig-width":7,"label":"unnamed-chunk-4","fig-cap":"","editor-quick-suggestions":"false","comment":"","fig-height":5,"editor-font-scale":"1","out-height":""},"code":"knitr::kable(data, \"html\")"},{"id":5,"options":{"output":"true","message":"true","out-width":"700px","dpi":72,"autorun":"true","read-only":"false","classes":"","results":"markup","warning":"true","editor-max-height":"","context":"output","fig-width":"6","label":"unnamed-chunk-5","fig-cap":"","editor-quick-suggestions":"false","comment":"","fig-height":"6","editor-font-scale":"1","out-height":""},"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"},{"id":6,"options":{"output":"true","message":"true","out-width":"700px","dpi":72,"autorun":"true","read-only":"false","classes":"","results":"markup","warning":"true","editor-max-height":"","context":"output","fig-width":7,"label":"unnamed-chunk-6","fig-cap":"","editor-quick-suggestions":"false","comment":"","fig-height":5,"editor-font-scale":"1","out-height":""},"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"},{"id":7,"options":{"output":"true","message":"true","out-width":"500px","dpi":72,"autorun":"true","read-only":"false","classes":"","results":"markup","warning":"true","editor-max-height":"","context":"output","fig-width":"6","label":"unnamed-chunk-7","fig-cap":"","editor-quick-suggestions":"false","comment":"","fig-height":"6","editor-font-scale":"1","out-height":"500px"},"code":"tinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"}];

</script>
<script type="module">
Expand Down
6 changes: 3 additions & 3 deletions demos/qwebr-custom-repository.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.43">
<meta name="generator" content="quarto-1.5.45">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>quarto-webr – Demo: Custom R WASM Package Repository</title>
<title>Demo: Custom R WASM Package Repository – quarto-webr</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -316,7 +316,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"options":{"out-width":"700px","message":"true","read-only":"false","editor-quick-suggestions":"false","output":"true","dpi":72,"label":"unnamed-chunk-1","editor-font-scale":"1","results":"markup","context":"interactive","editor-max-height":"","warning":"true","fig-width":7,"fig-height":5,"autorun":"false","classes":"","fig-cap":"","out-height":"","comment":""},"code":"# Check to see if the function works\ndemorwasmbinary::in_webr()\n\n# View help documentation\n?demorwasmbinary::in_webr","id":1}];
globalThis.qwebrCellDetails = [{"code":"# Check to see if the function works\ndemorwasmbinary::in_webr()\n\n# View help documentation\n?demorwasmbinary::in_webr","id":1,"options":{"editor-max-height":"","fig-height":5,"out-height":"","dpi":72,"warning":"true","output":"true","comment":"","read-only":"false","editor-font-scale":"1","fig-width":7,"label":"unnamed-chunk-1","results":"markup","autorun":"false","classes":"","fig-cap":"","out-width":"700px","message":"true","editor-quick-suggestions":"false","context":"interactive"}}];

</script>
<script type="module">
Expand Down
6 changes: 3 additions & 3 deletions demos/qwebr-editor-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.43">
<meta name="generator" content="quarto-1.5.45">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>quarto-webr – Demo: Editor Options</title>
<title>Demo: Editor Options – quarto-webr</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -316,7 +316,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"options":{"results":"markup","output":"true","fig-cap":"","editor-quick-suggestions":"false","fig-width":7,"warning":"true","read-only":"false","label":"unnamed-chunk-1","editor-font-scale":"1","editor-max-height":"","message":"true","dpi":72,"out-width":"700px","classes":"","out-height":"","context":"interactive","autorun":"true","fig-height":5,"comment":""},"id":1,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"},{"options":{"results":"markup","output":"true","fig-cap":"","editor-quick-suggestions":"false","fig-width":7,"warning":"true","read-only":"false","label":"unnamed-chunk-2","editor-font-scale":"0.5","editor-max-height":"","message":"true","dpi":72,"out-width":"700px","classes":"","out-height":"","context":"interactive","autorun":"true","fig-height":5,"comment":""},"id":2,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"},{"options":{"results":"markup","output":"true","fig-cap":"","editor-quick-suggestions":"false","fig-width":7,"warning":"true","read-only":"false","label":"unnamed-chunk-3","editor-font-scale":"2","editor-max-height":"","message":"true","dpi":72,"out-width":"700px","classes":"","out-height":"","context":"interactive","autorun":"true","fig-height":5,"comment":""},"id":3,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"},{"options":{"results":"markup","output":"true","fig-cap":"","editor-quick-suggestions":"false","fig-width":7,"warning":"true","read-only":"false","label":"unnamed-chunk-4","editor-font-scale":"0.95","editor-max-height":"","message":"true","dpi":72,"out-width":"700px","classes":"","out-height":"","context":"interactive","autorun":"true","fig-height":5,"comment":""},"id":4,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"}];
globalThis.qwebrCellDetails = [{"options":{"read-only":"false","context":"interactive","comment":"","autorun":"true","dpi":72,"editor-max-height":"","warning":"true","fig-height":5,"classes":"","editor-font-scale":"1","fig-cap":"","label":"unnamed-chunk-1","output":"true","out-height":"","results":"markup","message":"true","editor-quick-suggestions":"false","fig-width":7,"out-width":"700px"},"id":1,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"},{"options":{"read-only":"false","context":"interactive","comment":"","autorun":"true","dpi":72,"editor-max-height":"","warning":"true","fig-height":5,"classes":"","editor-font-scale":"0.5","fig-cap":"","label":"unnamed-chunk-2","output":"true","out-height":"","results":"markup","message":"true","editor-quick-suggestions":"false","fig-width":7,"out-width":"700px"},"id":2,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"},{"options":{"read-only":"false","context":"interactive","comment":"","autorun":"true","dpi":72,"editor-max-height":"","warning":"true","fig-height":5,"classes":"","editor-font-scale":"2","fig-cap":"","label":"unnamed-chunk-3","output":"true","out-height":"","results":"markup","message":"true","editor-quick-suggestions":"false","fig-width":7,"out-width":"700px"},"id":3,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"},{"options":{"read-only":"false","context":"interactive","comment":"","autorun":"true","dpi":72,"editor-max-height":"","warning":"true","fig-height":5,"classes":"","editor-font-scale":"0.95","fig-cap":"","label":"unnamed-chunk-4","output":"true","out-height":"","results":"markup","message":"true","editor-quick-suggestions":"false","fig-width":7,"out-width":"700px"},"id":4,"code":"fit = lm(mpg ~ am, data = mtcars)\n\nconfint(fit)"}];

</script>
<script type="module">
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-feature-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.43">
<meta name="generator" content="quarto-1.5.45">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>quarto-webr – Feature Demonstrations</title>
<title>Feature Demonstrations – quarto-webr</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down
Loading

0 comments on commit cd5aeff

Please sign in to comment.