Skip to content

Commit

Permalink
Deploying to gh-pages from @ 891f803 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Mar 21, 2024
1 parent cfdf3fc commit c057806
Show file tree
Hide file tree
Showing 58 changed files with 83 additions and 83 deletions.
4 changes: 2 additions & 2 deletions demos/qwebr-auto-run.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
};

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

</script>
<script type="module">
Expand Down Expand Up @@ -1077,7 +1077,7 @@
<li class="sidebar-item sidebar-item-section">
<div class="sidebar-item-container">
<a class="sidebar-item-text sidebar-link text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true">
<span class="menu-text">Getting Started</span></a>
<span class="menu-text">Options Reference</span></a>
<a class="sidebar-item-toggle text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true" aria-label="Toggle section">
<i class="bi bi-chevron-right ms-2"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-code-cell-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"interactive","autorun":"false","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-1","out-width":"700px"},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","id":1},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"setup","autorun":"true","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-2","out-width":"700px"},"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)","id":2},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"interactive","autorun":"false","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"asis","read-only":"false","label":"unnamed-chunk-3","out-width":"700px"},"code":"knitr::kable(data, \"html\")","id":3},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"interactive","autorun":"false","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-4","out-width":"700px"},"code":"knitr::kable(data, \"html\")","id":4},{"options":{"fig-height":"6","warning":"true","message":"true","output":"true","classes":"","comment":"","context":"output","autorun":"true","out-height":"","fig-width":"6","fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-5","out-width":"700px"},"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":5},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"output","autorun":"true","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-6","out-width":"700px"},"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":{"fig-height":"6","warning":"true","message":"true","output":"true","classes":"","comment":"","context":"output","autorun":"true","out-height":"500px","fig-width":"6","fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-7","out-width":"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)","id":7}];
globalThis.qwebrCellDetails = [{"options":{"fig-height":5,"results":"markup","warning":"true","label":"unnamed-chunk-1","dpi":72,"out-height":"","read-only":"false","classes":"","fig-cap":"","autorun":"false","out-width":"700px","message":"true","output":"true","comment":"","fig-width":7,"context":"interactive"},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","id":1},{"options":{"fig-height":5,"results":"markup","warning":"true","label":"unnamed-chunk-2","dpi":72,"out-height":"","read-only":"false","classes":"","fig-cap":"","autorun":"true","out-width":"700px","message":"true","output":"true","comment":"","fig-width":7,"context":"setup"},"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)","id":2},{"options":{"fig-height":5,"results":"asis","warning":"true","label":"unnamed-chunk-3","dpi":72,"out-height":"","read-only":"false","classes":"","fig-cap":"","autorun":"false","out-width":"700px","message":"true","output":"true","comment":"","fig-width":7,"context":"interactive"},"code":"knitr::kable(data, \"html\")","id":3},{"options":{"fig-height":5,"results":"markup","warning":"true","label":"unnamed-chunk-4","dpi":72,"out-height":"","read-only":"false","classes":"","fig-cap":"","autorun":"false","out-width":"700px","message":"true","output":"true","comment":"","fig-width":7,"context":"interactive"},"code":"knitr::kable(data, \"html\")","id":4},{"options":{"fig-height":"6","results":"markup","warning":"true","label":"unnamed-chunk-5","dpi":72,"out-height":"","read-only":"false","classes":"","fig-cap":"","autorun":"true","out-width":"700px","message":"true","output":"true","comment":"","fig-width":"6","context":"output"},"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":5},{"options":{"fig-height":5,"results":"markup","warning":"true","label":"unnamed-chunk-6","dpi":72,"out-height":"","read-only":"false","classes":"","fig-cap":"","autorun":"true","out-width":"700px","message":"true","output":"true","comment":"","fig-width":7,"context":"output"},"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":{"fig-height":"6","results":"markup","warning":"true","label":"unnamed-chunk-7","dpi":72,"out-height":"500px","read-only":"false","classes":"","fig-cap":"","autorun":"true","out-width":"500px","message":"true","output":"true","comment":"","fig-width":"6","context":"output"},"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)","id":7}];

</script>
<script type="module">
Expand Down Expand Up @@ -1077,7 +1077,7 @@
<li class="sidebar-item sidebar-item-section">
<div class="sidebar-item-container">
<a class="sidebar-item-text sidebar-link text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true">
<span class="menu-text">Getting Started</span></a>
<span class="menu-text">Options Reference</span></a>
<a class="sidebar-item-toggle text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true" aria-label="Toggle section">
<i class="bi bi-chevron-right ms-2"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-custom-repository.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
};

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

</script>
<script type="module">
Expand Down Expand Up @@ -1077,7 +1077,7 @@
<li class="sidebar-item sidebar-item-section">
<div class="sidebar-item-container">
<a class="sidebar-item-text sidebar-link text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true">
<span class="menu-text">Getting Started</span></a>
<span class="menu-text">Options Reference</span></a>
<a class="sidebar-item-toggle text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true" aria-label="Toggle section">
<i class="bi bi-chevron-right ms-2"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion demos/qwebr-feature-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<li class="sidebar-item sidebar-item-section">
<div class="sidebar-item-container">
<a class="sidebar-item-text sidebar-link text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true">
<span class="menu-text">Getting Started</span></a>
<span class="menu-text">Options Reference</span></a>
<a class="sidebar-item-toggle text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true" aria-label="Toggle section">
<i class="bi bi-chevron-right ms-2"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-long-running-execution-interactive-locking.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"code":"print(\"Hello {quarto-webr} world!\")\nSys.sleep(5) # Sleep for 5 seconds","id":1,"options":{"autorun":"false","context":"interactive","out-width":"700px","classes":"","message":"true","out-height":"","label":"unnamed-chunk-1","output":"true","results":"markup","comment":"","read-only":"false","dpi":72,"fig-cap":"","fig-width":7,"fig-height":5,"warning":"true"}},{"code":"-3 + 5\nSys.sleep(5) # Sleep for 5 seconds","id":2,"options":{"autorun":"false","context":"interactive","out-width":"700px","classes":"","message":"true","out-height":"","label":"unnamed-chunk-2","output":"true","results":"markup","comment":"","read-only":"false","dpi":72,"fig-cap":"","fig-width":7,"fig-height":5,"warning":"true"}},{"code":"?mean\nSys.sleep(5) # Sleep for 5 seconds","id":3,"options":{"autorun":"false","context":"interactive","out-width":"700px","classes":"","message":"true","out-height":"","label":"unnamed-chunk-3","output":"true","results":"markup","comment":"","read-only":"false","dpi":72,"fig-cap":"","fig-width":7,"fig-height":5,"warning":"true"}}];
globalThis.qwebrCellDetails = [{"id":1,"code":"print(\"Hello {quarto-webr} world!\")\nSys.sleep(5) # Sleep for 5 seconds","options":{"comment":"","context":"interactive","autorun":"false","fig-width":7,"warning":"true","read-only":"false","message":"true","classes":"","label":"unnamed-chunk-1","dpi":72,"out-width":"700px","results":"markup","fig-cap":"","fig-height":5,"output":"true","out-height":""}},{"id":2,"code":"-3 + 5\nSys.sleep(5) # Sleep for 5 seconds","options":{"comment":"","context":"interactive","autorun":"false","fig-width":7,"warning":"true","read-only":"false","message":"true","classes":"","label":"unnamed-chunk-2","dpi":72,"out-width":"700px","results":"markup","fig-cap":"","fig-height":5,"output":"true","out-height":""}},{"id":3,"code":"?mean\nSys.sleep(5) # Sleep for 5 seconds","options":{"comment":"","context":"interactive","autorun":"false","fig-width":7,"warning":"true","read-only":"false","message":"true","classes":"","label":"unnamed-chunk-3","dpi":72,"out-width":"700px","results":"markup","fig-cap":"","fig-height":5,"output":"true","out-height":""}}];

</script>
<script type="module">
Expand Down Expand Up @@ -1043,7 +1043,7 @@
<li class="sidebar-item sidebar-item-section">
<div class="sidebar-item-container">
<a class="sidebar-item-text sidebar-link text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true">
<span class="menu-text">Getting Started</span></a>
<span class="menu-text">Options Reference</span></a>
<a class="sidebar-item-toggle text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true" aria-label="Toggle section">
<i class="bi bi-chevron-right ms-2"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-non-interactive-areas.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"id":1,"code":"g <- ggplot(mtcars, aes(x = wt, y = mpg)) \n\nSys.sleep(0.5)","options":{"results":"markup","label":"unnamed-chunk-1","autorun":"true","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"setup","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}},{"id":2,"code":"g + geom_point()\n\nSys.sleep(0.5)","options":{"results":"markup","label":"unnamed-chunk-2","autorun":"true","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"output","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}},{"id":3,"code":"g + geom_point(aes(colour = factor(cyl)))\nSys.sleep(0.5)","options":{"results":"markup","label":"unnamed-chunk-3","autorun":"true","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"output","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}},{"id":4,"code":"g","options":{"results":"markup","label":"unnamed-chunk-4","autorun":"false","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"interactive","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}}];
globalThis.qwebrCellDetails = [{"options":{"fig-height":5,"results":"markup","fig-cap":"","output":"true","read-only":"false","fig-width":7,"warning":"true","classes":"","context":"setup","out-width":"700px","out-height":"","comment":"","dpi":72,"autorun":"true","message":"true","label":"unnamed-chunk-1"},"id":1,"code":"g <- ggplot(mtcars, aes(x = wt, y = mpg)) \n\nSys.sleep(0.5)"},{"options":{"fig-height":5,"results":"markup","fig-cap":"","output":"true","read-only":"false","fig-width":7,"warning":"true","classes":"","context":"output","out-width":"700px","out-height":"","comment":"","dpi":72,"autorun":"true","message":"true","label":"unnamed-chunk-2"},"id":2,"code":"g + geom_point()\n\nSys.sleep(0.5)"},{"options":{"fig-height":5,"results":"markup","fig-cap":"","output":"true","read-only":"false","fig-width":7,"warning":"true","classes":"","context":"output","out-width":"700px","out-height":"","comment":"","dpi":72,"autorun":"true","message":"true","label":"unnamed-chunk-3"},"id":3,"code":"g + geom_point(aes(colour = factor(cyl)))\nSys.sleep(0.5)"},{"options":{"fig-height":5,"results":"markup","fig-cap":"","output":"true","read-only":"false","fig-width":7,"warning":"true","classes":"","context":"interactive","out-width":"700px","out-height":"","comment":"","dpi":72,"autorun":"false","message":"true","label":"unnamed-chunk-4"},"id":4,"code":"g"}];

</script>
<script type="module">
Expand Down Expand Up @@ -1043,7 +1043,7 @@
<li class="sidebar-item sidebar-item-section">
<div class="sidebar-item-container">
<a class="sidebar-item-text sidebar-link text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true">
<span class="menu-text">Getting Started</span></a>
<span class="menu-text">Options Reference</span></a>
<a class="sidebar-item-toggle text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-2" aria-expanded="true" aria-label="Toggle section">
<i class="bi bi-chevron-right ms-2"></i>
</a>
Expand Down
Loading

0 comments on commit c057806

Please sign in to comment.