Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Mar 24, 2024
1 parent 498754a commit c997608
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- source: project
quarto-pub:
- id: 8a9eb414-ecaf-481e-922d-4229e3315110
- id: 3e0fa6d6-927d-4306-a321-bfa11b023494
url: 'https://rmf.quarto.pub/quarto-exp'
2 changes: 1 addition & 1 deletion documents/webr-shinylive/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ sessionInfo()
```

<!--
docker run --platform linux/amd64 --rm -e PASSWORD=raukr -p 4202:4202 -p 8788:8787 -v ${PWD}:/home/rstudio/raukr ghcr.io/nbisweden/workshop-raukr:latest
docker run --platform linux/amd64 --rm -e PASSWORD=raukr -p 4202:4202 -p 8788:8787 -v ${PWD}:/home/rstudio/quarto-exp ghcr.io/nbisweden/workshop-raukr:latest
-->
26 changes: 13 additions & 13 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,40 @@ format:

In parameterized reports, one or more parameters used in the document are provided to the document at the time of rendering.

- [Parameterized html report](documents/report)
- [Parameterized html revealjs presentation](documents/revealjs)
- [Parameterized html report](documents/report/index.html)
- [Parameterized html revealjs presentation](documents/revealjs/index.html)
- [Parameterized pdf](documents/pdf/index.pdf)
- [Parameterized html report from external file](documents/param-text)
- [Parameterized html report from external file](documents/param-text/index.html)

## OJS

[Observable Plot](https://observablehq.github.io/plot/) is a javascript framework for exploratory data visualization. OJS is supported natively in quarto. Read more about OJS in quarto [here](https://quarto.org/docs/interactive/ojs/).

- [OJS and R](documents/ojs)
- [OJS widgets, upload and download](documents/ojs-widgets)
- [OJS and ggplot plots](documents/ojs-plots)
- [OJS linked plots](documents/ojs-linked)
- [OJS and R](documents/ojs/index.html)
- [OJS widgets, upload and download](documents/ojs-widgets/index.html)
- [OJS and ggplot plots](documents/ojs-plots/index.html)
- [OJS linked plots](documents/ojs-linked/index.html)

## WebR

[WebR](https://docs.r-wasm.org/webr/latest/) allows to run R in the browser. Try out a [demo](https://webr.r-wasm.org/latest/) of R IDE running in the browser. R packages need to be specifically compiled for use with webr. He is the current list of [webr R packages](https://repo.r-wasm.org).

- [WebR in HTML report using Quarto webr extension](documents/webr)
- [WebR in RevealJS presentation](documents/webr-revealjs)
- [WebR with Shinylive](documents/webr-shinylive)
- [WebR in HTML report using Quarto webr extension](documents/webr/index.html)
- [WebR in RevealJS presentation](documents/webr-revealjs/index.html)
- [WebR with Shinylive](documents/webr-shinylive/index.html)

Intro to WebR & Shinylive by George Stagg: <https://www.youtube.com/watch?v=GlZKReTx8GA>

## Shinylive

Shinylive allows shiny applications to run in the browser wthout the need for a Shiny server. Shinylive is available for R and Python.

- [Shiny app in the browser](documents/shinylive)
- [WebR with Shinylive](documents/webr-shinylive)
- [Shiny app in the browser](documents/shinylive/index.html)
- [WebR with Shinylive](documents/webr-shinylive/index.html)

## Other

- [Icons in quarto](documents/icons)
- [Icons in quarto](documents/icons/index.html)

<br>

Expand Down

0 comments on commit c997608

Please sign in to comment.