Skip to content

Commit 2fce48c

Browse files
committed
Switch back to ggplot2 2.2.1 and a TODO reminder to use common image folder
1 parent be7647c commit 2fce48c

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

TODO

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99

1010
- Explanation about how to use the tutorial interface.
1111

12-
- Translate buttons (.js file).
12+
- Translate buttons (.js file).
13+
14+
- Check if it would be possible to use a common /images folder for all the
15+
redundant images.

inst/tutorials/02a_base/base.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -379,22 +379,22 @@ <h2>Imbrication et chaînage</h2>
379379
<p>Mais dans ce dernier cas, la lecture devient plus difficile. On peut aussi <strong>chaîner</strong> des instructions avec l’opérateur <code>%&gt;.%</code> dans la version <code>SciViews::R</code> qui charge des “packages” supplémentaires pour fournir des fonctions en plus de R de base :</p>
380380
<pre class="r"><code># Installer SciViews::R
381381
SciViews::R</code></pre>
382-
<pre><code>── Attaching packages ─────────────────────────────────────────────────────────────────── SciViews::R 1.1.0 ──</code></pre>
382+
<pre><code>── Attaching packages ──────────────────────────────────────────────────────────────── SciViews::R 1.1.0 ──</code></pre>
383383
<pre><code>✔ SciViews 1.1.0 ✔ purrr 0.2.5
384384
✔ chart 1.2.0 ✔ readr 1.1.1
385385
✔ flow 1.1.0 ✔ tidyr 0.8.1
386386
✔ data.io 1.2.0 ✔ tibble 1.4.2
387-
✔ svMisc 1.1.0 ✔ ggplot2 3.0.0
387+
✔ svMisc 1.1.0 ✔ ggplot2 2.2.1
388388
✔ forcats 0.3.0 ✔ tidyverse 1.2.1
389389
✔ stringr 1.3.1 ✔ lattice 0.20.35
390390
✔ dplyr 0.7.6 ✔ MASS 7.3.50 </code></pre>
391-
<pre><code>── Conflicts ──────────────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
392-
✖ dplyr::filter() masks stats::filter()
393-
✖ dplyr::lag() masks stats::lag()
394-
✖ chart::scale_color_continuous() masks ggplot2::scale_color_continuous()
395-
✖ chart::scale_color_viridis_c() masks ggplot2::scale_color_viridis_c()
396-
✖ chart::scale_colour_viridis_c() masks ggplot2::scale_colour_viridis_c()
397-
✖ dplyr::select() masks MASS::select()</code></pre>
391+
<pre><code>── Conflicts ───────────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
392+
✖ dplyr::filter() masks stats::filter()
393+
✖ dplyr::lag() masks stats::lag()
394+
✖ chart::scale_color_continuous() masks ggplot2::scale_color_continuous()
395+
✖ chart::scale_colour_continuous() masks ggplot2::scale_colour_continuous()
396+
✖ chart::scale_fill_continuous() masks ggplot2::scale_fill_continuous()
397+
✖ dplyr::select() masks MASS::select()</code></pre>
398398
<pre class="r"><code># Chaîner les calculs mean() -&gt; log() -&gt; round()
399399
x &lt;- 2:5
400400
mean(x) %&gt;.%

0 commit comments

Comments
 (0)