We provide here only instructions for debian-based distributions. Feel
free to contribute to this document to provide up-to-date information
for other distributions (e.g.n redhat, fedora).
</p>
<p>
Today, the stable versions of the most common distributions provide
recent enough versions of emacs and org-mode:
</p>
<ulclass="org-ul">
<li>Debian (stretch) ships with <ahref="https://packages.debian.org/stretch/emacs25">emacs 25.1</a> and <ahref="https://packages.debian.org/stretch/org-mode">org-mode 9.0.3</a></li>
<li>Ubuntu (bionic 18.04) ships with <ahref="https://packages.ubuntu.com/bionic/emacs25">emacs 25.2</a> and <ahref="https://packages.ubuntu.com/bionic/org-mode">org-mode 9.1.6</a></li>
<li>Ubuntu (artful 17.04) ships with <ahref="https://packages.ubuntu.com/artful/emacs25">emacs 25.2</a> and <ahref="https://packages.ubuntu.com/artful/org-mode">org-mode 9.0.9</a></li>
</ul>
<p>
If your distribution is older than this, well, it may be a good time
brew install auctex <spanstyle="font-weight: bold; font-style: italic;"># </span><spanstyle="font-weight: bold; font-style: italic;">The name may be slightly more complicated here</span>
<li><ahref="org/journal.html#MissingReference">Common and step-by-step emacs shortcuts for our <i>reproducible research</i> configuration</a></li>
<li><ahref="https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf">The official GNU emacs refcard</a></li>
<li>Two graphical cheat-sheats by Sacha Hua on <ahref="http://sachachua.com/blog/wp-content/uploads/2013/05/How-to-Learn-Emacs-v2-Large.png">how to learn emacs</a> and on
<ahref="http://sachachua.com/blog/wp-content/uploads/2013/08/20130830-Emacs-Newbie-How-to-Learn-Emacs-Keyboard-Shortcuts.png">how to learn emacs shortcuts</a>.</li>
<li><ahref="org/journal.html#MissingReference">Common and step-by-step org-mode shortcuts for our <i>reproducible research</i> configuration</a></li>
<li><ahref="https://orgmode.org/worg/orgcard.html">The official org-mode refcard</a></li>
<li><ahref="https://orgmode.org/worg/dev/org-syntax.html">The official description of the org-mode syntax</a> and a <ahref="https://gist.github.com/hoeltgman/3825415">relatively concise description of the org-mode syntax</a>.</li>
The following <ahref="https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/">webpage</a> lists several Jupyter tricks (in particular, it
illustrates many <code>Ipython magic</code> commands) that should improve your
efficiency (note that this blog post is about two years old so some of
the tricks may have been integrated in the default behavior of jupyter
We provide here only instructions for debian-based distributions. Feel
free to contribute to this document to provide up-to-date information
for other distributions (e.g.n redhat, fedora).
</p>
<p>
Today, the stable versions of the most common distributions provide
recent enough versions of emacs and org-mode:
</p>
<ulclass="org-ul">
<li>Debian (stretch) ships with <ahref="https://packages.debian.org/stretch/r-base">R 3.3.3-1</a>, <ahref="https://packages.debian.org/stretch/r-cran-knitr">knitr 1.15.1</a>, and <ahref="https://packages.debian.org/stretch/r-cran-ggplot2">ggplot 2.2.1</a></li>
<li>Ubuntu (bionic 18.04) ships with <ahref="https://packages.ubuntu.com/bionic/r-base">R 3.4.4</a>, and <ahref="https://packages.ubuntu.com/bionic/r-cran-knitr">knitr 1.17</a>, and <ahref="https://packages.ubuntu.com/bionic/r-cran-ggplot2">ggplot 2.2.1</a></li>
<li>Ubuntu (artful 17.04) ships with <ahref="https://packages.ubuntu.com/artful/r-base">R 3.4.2</a>, and <ahref="https://packages.ubuntu.com/artful/r-cran-knitr">knitr 1.15</a>, and <ahref="https://packages.ubuntu.com/artful/r-cran-ggplot2">ggplot 2.2.1</a></li>
</ul>
<p>
If your distribution is older than this, well, it may be a good time
<h2id="org3a9a358">Rstudio and git/github/gitlab</h2>
<divclass="outline-text-2"id="text-org3a9a358">
<blockquote>
<p>
We may want to redo a screencast in French for this
</p>
</blockquote>
<ulclass="org-ul">
<li><ahref="https://www.rstudio.com/resources/webinars/rstudio-essentials-webinar-series-managing-part-2/">This video on using git/githugb/gitlab from Rstudio</a> (starting at time 9:09)</li>
<li><ahref="https://github.com/rstudio/cheatsheets/raw/master/translations/french/ggplot2-french-cheatsheet.pdf">Visualisation de données avec ggplot2</a></li>
<li><ahref="https://github.com/rstudio/cheatsheets/raw/master/translations/french/data-wrangling-french.pdf">Transformation de données avec dplyr</a></li>
<li><ahref="https://www.fun-mooc.fr/c4x/UPSUD/42001S02/asset/RMarkdown.pdf">Un court document sur R Markdown</a></li>