Commit f73a0879 authored by Arnaud Legrand's avatar Arnaud Legrand

Final (?) restructuring and link to the MOOC video/resources.

parent 53f7a2c4
......@@ -4,40 +4,43 @@
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#org755f8e9">Installing Rstudio</a>
<li style="margin-bottom:0;"><a href="#orgc8caf11">Installing Rstudio</a>
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#org83522e8">Linux (debian, ubuntu)</a>
<li style="margin-bottom:0;"><a href="#org8c06a11">Linux (debian, ubuntu)</a>
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#org660cd1f">Installing R</a></li>
<li style="margin-bottom:0;"><a href="#orgfcfe08d">Installing rstudio</a></li>
<li style="margin-bottom:0;"><a href="#org7e55379">Installing R</a></li>
<li style="margin-bottom:0;"><a href="#orgcce3554">Installing rstudio</a></li>
</ul>
</li>
<li style="margin-bottom:0;"><a href="#org2040994">Mac OSX and Windows</a></li>
<li style="margin-bottom:0;"><a href="#org83ecc09">Mac OSX and Windows</a></li>
</ul>
</li>
</ul>
</div>
</div>
<p>
This document provides information on how to install Rstudio.
</p>
<p>
If you have never used git with Rstudio, <b>we strongly advise that you
follow <a href="https://youtu.be/mThPqRH9tmA">our tutorial on using git from Rstudio</a></b> (in
French). Alternatively, you may want to watch <a href="https://www.youtube.com/embed/uHYcDQDbMY8">this video</a> (in
English). If you do not like videos, you should have a look at the
<a href="https://swcarpentry.github.io/git-novice/14-supplemental-rstudio/index.html">step-by-step explanations from Software Carpentry</a>. It comes with many
screenshots and is quite progressive.
follow <a href="https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/d6b5dbe8add046e4bde324ed3fc936fa/3">our tutorial on using git from Rstudio</a></b> (in French). Before
proceeding, make sure you also have followed the <b><a href="https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/f6580ad8e997400faeffe9af4fd37063/2">"git/GitLab
configuration" tutorial</a></b> (in French).
</p>
<p>
The next sections provide information on how to install
Rstudio. Before proceeding, make sure you have followed the <a href="https://youtu.be/LR6gRpmHWx0">"Git and
GitLab" tutorial</a> from the 4th sequence of the 2nd module.
Alternatively, you may want to watch <a href="https://www.youtube.com/embed/uHYcDQDbMY8">this video</a> (in English). If you
do not like videos, you should have a look at the <a href="https://swcarpentry.github.io/git-novice/14-supplemental-rstudio/index.html">step-by-step
explanations from Software Carpentry</a>. It comes with many screenshots
and is quite progressive.
</p>
<p>
Finally, you need to know that the Rstudio team has created a lot of
very good material and tutorials. You should definitively look at the
<a href="https://www.rstudio.com/resources/cheatsheets/">Cheat sheets webpage</a>. In particular you want to have look at the ones
on:
Last, you should know that the Rstudio team has created a lot of very
good material and tutorials. You should definitively look at the <a href="https://www.rstudio.com/resources/cheatsheets/">Cheat
sheets webpage</a>. In particular you may want to have look at the
following ones:
</p>
<ul class="org-ul">
<li style="margin-bottom:0;"><a href="https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf">The Rstudio IDE</a>,</li>
......@@ -46,7 +49,6 @@ on:
<li style="margin-bottom:0;"><a href="https://github.com/rstudio/cheatsheets/raw/master/data-visualization-2.1.pdf">Data visualization with ggplot2</a>,</li>
<li style="margin-bottom:0;"><a href="https://github.com/rstudio/cheatsheets/raw/master/data-transformation.pdf">Data transformation with dplyr</a></li>
</ul>
<p>
In case it helps, here are some (sometimes outdated) French versions
of these documents:
......@@ -58,13 +60,13 @@ of these documents:
<li style="margin-bottom:0;"><a href="https://www.fun-mooc.fr/c4x/UPSUD/42001S02/asset/RMarkdown.pdf">Un court document sur R Markdown</a></li>
</ul>
<div id="outline-container-org755f8e9" class="outline-2">
<h2 id="org755f8e9">Installing Rstudio</h2>
<div class="outline-text-2" id="text-org755f8e9">
<div id="outline-container-orgc8caf11" class="outline-2">
<h2 id="orgc8caf11">Installing Rstudio</h2>
<div class="outline-text-2" id="text-orgc8caf11">
</div>
<div id="outline-container-org83522e8" class="outline-3">
<h3 id="org83522e8">Linux (debian, ubuntu)</h3>
<div class="outline-text-3" id="text-org83522e8">
<div id="outline-container-org8c06a11" class="outline-3">
<h3 id="org8c06a11">Linux (debian, ubuntu)</h3>
<div class="outline-text-3" id="text-org8c06a11">
<p>
We provide here only instructions for debian-based distributions. Feel
free to contribute to this document to provide up-to-date information
......@@ -86,9 +88,9 @@ for upgrading&#x2026;
</p>
</div>
<div id="outline-container-org660cd1f" class="outline-4">
<h4 id="org660cd1f">Installing R</h4>
<div class="outline-text-4" id="text-org660cd1f">
<div id="outline-container-org7e55379" class="outline-4">
<h4 id="org7e55379">Installing R</h4>
<div class="outline-text-4" id="text-org7e55379">
<p>
Beforehand, you need to install the R language and convenient packages
by running (as root):
......@@ -121,9 +123,9 @@ to run (as root):
</div>
</div>
<div id="outline-container-orgfcfe08d" class="outline-4">
<h4 id="orgfcfe08d">Installing rstudio</h4>
<div class="outline-text-4" id="text-orgfcfe08d">
<div id="outline-container-orgcce3554" class="outline-4">
<h4 id="orgcce3554">Installing rstudio</h4>
<div class="outline-text-4" id="text-orgcce3554">
<p>
Rstudio is unfortunately not packaged within debian so the easiest is
to download the corresponding debian package on the <a href="https://www.rstudio.com/products/rstudio/download/#download">Rstudio webpage</a>
......@@ -141,9 +143,9 @@ sudo apt-get update ; sudo apt-get -f install <span style="font-weight: bold; fo
</div>
</div>
</div>
<div id="outline-container-org2040994" class="outline-3">
<h3 id="org2040994">Mac OSX and Windows</h3>
<div class="outline-text-3" id="text-org2040994">
<div id="outline-container-org83ecc09" class="outline-3">
<h3 id="org83ecc09">Mac OSX and Windows</h3>
<div class="outline-text-3" id="text-org83ecc09">
<blockquote>
<p>
Some instructions on installing R and knitr must be missing. This
......
......@@ -5,27 +5,27 @@
#+STARTUP: overview indent
#+OPTIONS: num:nil toc:t
This document provides information on how to install Rstudio.
If you have never used git with Rstudio, *we strongly advise that you
follow [[https://youtu.be/mThPqRH9tmA][our tutorial on using git from Rstudio]]* (in
French). Alternatively, you may want to watch [[https://www.youtube.com/embed/uHYcDQDbMY8][this video]] (in
English). If you do not like videos, you should have a look at the
[[https://swcarpentry.github.io/git-novice/14-supplemental-rstudio/index.html][step-by-step explanations from Software Carpentry]]. It comes with many
screenshots and is quite progressive.
follow [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/d6b5dbe8add046e4bde324ed3fc936fa/3][our tutorial on using git from Rstudio]]* (in French). Before
proceeding, make sure you also have followed the *[[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/f6580ad8e997400faeffe9af4fd37063/2]["git/GitLab
configuration" tutorial]]* (in French).
The next sections provide information on how to install
Rstudio. Before proceeding, make sure you have followed the [[https://youtu.be/LR6gRpmHWx0]["Git and
GitLab" tutorial]] from the 4th sequence of the 2nd module.
Alternatively, you may want to watch [[https://www.youtube.com/embed/uHYcDQDbMY8][this video]] (in English). If you
do not like videos, you should have a look at the [[https://swcarpentry.github.io/git-novice/14-supplemental-rstudio/index.html][step-by-step
explanations from Software Carpentry]]. It comes with many screenshots
and is quite progressive.
Finally, you need to know that the Rstudio team has created a lot of
very good material and tutorials. You should definitively look at the
[[https://www.rstudio.com/resources/cheatsheets/][Cheat sheets webpage]]. In particular you want to have look at the ones
on:
Last, you should know that the Rstudio team has created a lot of very
good material and tutorials. You should definitively look at the [[https://www.rstudio.com/resources/cheatsheets/][Cheat
sheets webpage]]. In particular you may want to have look at the
following ones:
- [[https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf][The Rstudio IDE]],
- [[https://github.com/rstudio/cheatsheets/raw/master/rmarkdown-2.0.pdf][R Markdown]] (here is also a [[https://rmarkdown.rstudio.com/][nice step-by-step presentation of Rmarkdown]]),
- The [[https://www.rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf][R Markdown Reference guide]],
- [[https://github.com/rstudio/cheatsheets/raw/master/data-visualization-2.1.pdf][Data visualization with ggplot2]],
- [[https://github.com/rstudio/cheatsheets/raw/master/data-transformation.pdf][Data transformation with dplyr]]
In case it helps, here are some (sometimes outdated) French versions
of these documents:
- [[https://github.com/rstudio/cheatsheets/raw/master/translations/french/rstudio-IDE-cheatsheet.pdf][L'IDE Rstudio]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment