You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,13 @@ and [`{quarto-shinylive}`](https://github.com/quarto-ext/shinylive) Quarto exten
5
5
6
6
## Installation
7
7
8
-
Please make sure to create a Quarto project and, then, install each extension inside of Terminal:
8
+
The installation process requires install **Quarto Extensions** using **Terminal**
9
+
and the [`{shinylive}` R package](https://cran.r-project.org/web/packages/shinylive/index.html)
10
+
R package for **Shinylive** using the **R console**.
11
+
12
+
### Quarto Extensions
13
+
14
+
Please make sure to create a [Quarto project](https://quarto.org/docs/projects/quarto-projects.html) and, then, install each extension inside of Terminal:
9
15
10
16
```sh
11
17
# For shinylive
@@ -15,8 +21,30 @@ quarto add quarto-ext/shinylive
15
21
quarto add coatless/quarto-webr
16
22
```
17
23
24
+
Both extensions should be found in `_extensions/` within the project directory.
25
+
That is, if you navigate to the `_extensions/` folder, you should see:
26
+
27
+
```default
28
+
.
29
+
├── _extensions
30
+
│ ├── coatless
31
+
│ │ └── webr
32
+
│ └── quarto-ext
33
+
│ └── shinylive
34
+
└── quarto-project-in-rstudio.Rproj
35
+
```
36
+
37
+
If not, please double-check your working project directory.
18
38
19
-
Both extensions should be found in `_extensions` within the project directory. If not, please double-check your working project directory.
39
+
40
+
### R Package
41
+
42
+
We need to install the [`{shinylive}` R package](https://cran.r-project.org/web/packages/shinylive/index.html) in order for the `{quarto-shinylive}`
Copy file name to clipboardExpand all lines: index.qmd
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,13 @@ demo.
77
77
78
78
## Installation
79
79
80
-
Please make sure to create a Quarto project and, then, install each extension inside of Terminal:
80
+
The installation process requires install **Quarto Extensions** using **Terminal**
81
+
and the [`{shinylive}` R package](https://cran.r-project.org/web/packages/shinylive/index.html)
82
+
R package for **Shinylive** using the **R console**.
83
+
84
+
### Quarto Extensions
85
+
86
+
Please make sure to create a [Quarto project](https://quarto.org/docs/projects/quarto-projects.html) and, then, install each extension inside of Terminal:
81
87
82
88
```sh
83
89
# For shinylive
@@ -87,8 +93,30 @@ quarto add quarto-ext/shinylive
87
93
quarto add coatless/quarto-webr
88
94
```
89
95
96
+
Both extensions should be found in `_extensions/` within the project directory.
97
+
That is, if you navigate to the `_extensions/` folder, you should see:
98
+
99
+
```default
100
+
.
101
+
├── _extensions
102
+
│ ├── coatless
103
+
│ │ └── webr
104
+
│ └── quarto-ext
105
+
│ └── shinylive
106
+
└── quarto-project-in-rstudio.Rproj
107
+
```
108
+
109
+
If not, please double-check your working project directory.
90
110
91
-
Both extensions should be found in `_extensions` within the project directory. If not, please double-check your working project directory.
111
+
112
+
### R Package
113
+
114
+
We need to install the [`{shinylive}` R package](https://cran.r-project.org/web/packages/shinylive/index.html) in order for the `{quarto-shinylive}`
0 commit comments