Skip to content

Commit

Permalink
Merge pull request #63 from a-s-russo/master
Browse files Browse the repository at this point in the history
Chapter 14 typos
  • Loading branch information
b-rodrigues authored Apr 1, 2024
2 parents 5120751 + 67063eb commit 2e76161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repro_cont.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ pandoc
libxml2-dev
```

This why r2u is so useful: by adding this repository, what you’re essentially
This is why r2u is so useful: by adding this repository, what you’re essentially
doing is telling R to not fetch the packages from CRAN, but from the r2u
repository. And this repository contains compiled R packages for Ubuntu. So the
required system-level dependencies get installed automatically and the R package
Expand Down Expand Up @@ -1470,7 +1470,7 @@ install the packages required for my projects, I can keep using it for years
(and LTS versions of Ubuntu like Jammy get supported for 5 years).

If you want to test this, you could delete all images and containers from your
system. This way, when you will build the image using the above Dockerfile, it
system. This way, when you build the image using the above Dockerfile, it
will have to pull from Docker Hub. To delete all containers, start by using
`docker system prune`. You can then delete all images using `docker rmi $(docker
images -a -q)`. This should remove everything. Now, let's build the image using
Expand Down

0 comments on commit 2e76161

Please sign in to comment.