Skip to content

Commit

Permalink
small changes to intro + re-render
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Oct 20, 2021
1 parent d17c41c commit 0a3ac6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions slides/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ We're in for 2 hours of **fun**!

Clone this repository with the RStudio IDE or via the command line.

```shell
```bash
git clone https://github.com/RinteRface/unleash-shiny-2021.git
cd unleash-shiny-2021
```
Expand All @@ -110,8 +110,8 @@ Then run `renv::restore()` to install the dependencies.

Importantly, this workshop makes heavy use of npm (Node's Package Manager), it comes with the installation of node.js:

- You can manually install node.js: nodejs.org/en/download/.
- You can also use package managers: nodejs.org/en/download/package-manager/.
- You can manually install node.js: [nodejs.org/en/download/](nodejs.org/en/download/).
- You can also use package managers: [nodejs.org/en/download/package-manager/](nodejs.org/en/download/package-manager/).

---
class: break center middle
Expand Down
7 changes: 3 additions & 4 deletions slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<title>Unleash Shiny</title>
<meta charset="utf-8" />
<meta name="author" content="David Granjon (Novartis) &amp; John Coene (Opifex)" />
<script src="libs/header-attrs-2.11/header-attrs.js"></script>
<link href="libs/tile-view-0.2.6/tile-view.css" rel="stylesheet" />
<script src="libs/tile-view-0.2.6/tile-view.js"></script>
<link href="libs/animate.css-3.7.2/animate.xaringan.css" rel="stylesheet" />
Expand Down Expand Up @@ -97,7 +96,7 @@

Clone this repository with the RStudio IDE or via the command line.

```shell
```bash
git clone https://github.com/RinteRface/unleash-shiny-2021.git
cd unleash-shiny-2021
```
Expand All @@ -106,8 +105,8 @@

Importantly, this workshop makes heavy use of npm (Node's Package Manager), it comes with the installation of node.js:

- You can manually install node.js: nodejs.org/en/download/.
- You can also use package managers: nodejs.org/en/download/package-manager/.
- You can manually install node.js: [nodejs.org/en/download/](nodejs.org/en/download/).
- You can also use package managers: [nodejs.org/en/download/package-manager/](nodejs.org/en/download/package-manager/).

---
class: break center middle
Expand Down

0 comments on commit 0a3ac6b

Please sign in to comment.