diff --git a/aio.html b/aio.html index 54f06d1c..d974d225 100644 --- a/aio.html +++ b/aio.html @@ -2238,7 +2238,7 @@

Key Points

Content from Editing a {sandpaper} lesson


-

Last updated on 2024-11-05 | +

Last updated on 2024-11-12 | Edit this page

diff --git a/editing.html b/editing.html index eee9617c..da966601 100644 --- a/editing.html +++ b/editing.html @@ -344,7 +344,7 @@


Editing a {sandpaper} lesson

-

Last updated on 2024-11-05 | +

Last updated on 2024-11-12 | Edit this page

@@ -947,7 +947,7 @@

Key Points

"url": "https://carpentries.github.io/sandpaper-docs/editing.html", "identifier": "https://carpentries.github.io/sandpaper-docs/editing.html", "dateCreated": "2024-11-12", - "dateModified": "2024-11-05", + "dateModified": "2024-11-12", "datePublished": "2024-11-12" } diff --git a/index.html b/index.html index 93b96dbc..4a736b94 100644 --- a/index.html +++ b/index.html @@ -213,7 +213,7 @@

  • Installing on Linux
  • Test your installation
  • Installation FAQ
  • -
  • Using the lesson engine
  • +
  • Opening your R environment
  • Connect to GitHub
  • @@ -559,8 +559,8 @@

    Via the pandoc website

    Test your installation

    -

    We will wait to test the pandoc installation after we install the -infrastructure packages, to make sure it’s discoverable by R.

    +

    We will wait to test the pandoc installation after we have installed +the infrastructure packages, to make sure it’s discoverable by R.

    @@ -686,8 +686,8 @@

    Via the pandoc website

    Test your installation

    -

    We will wait to test the pandoc installation after we install the -infrastructure packages, to make sure it’s discoverable by R.

    +

    We will wait to test the pandoc installation after we have installed +the infrastructure packages, to make sure it’s discoverable by R.

    @@ -710,19 +710,18 @@

    R

    Installing on Linux

    -

    A lot of the documentation for Linux is nuanced because it assumes -that if you use Linux, then you automatically know how to install things -by the command line. I will be providing instructions as best I can for -Ubuntu Linux and point to resourced for other distributions. For -Ubuntu/Debian, the default apt repository is often out of -date, so you will need to use a Personal Package Archive aka -PPA to install the latest version of a particular software, which I -will include in these instructions.

    +

    Instructions for installing on Linux are nuanced due to the variety +and availability of libraries and dependencies for each distribution, +e.g. Ubuntu is Debian based whereas Fedora is Red Hat based. These +instructions will use Ubuntu as the preferred distribution. The default +apt repository is often out of date, so you will need to +use a Personal Package Archive +aka PPA to install the latest version of a particular software, +which will be included in these instructions.

    Git

    -

    You should have git pre-installed on your computer, but it will -likely be outdated. It’s okay if this is the case, but if you want to -update via apt, you can add the git-core ppa:

    +

    Many distributions include git by default, but it is often outdated. +It is useful to try to update in case a newer version is available:

    BASH

    @@ -747,10 +746,10 @@

    OUTPUT