summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/2017-03-24-r-with-guix.skr4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2017-03-24-r-with-guix.skr b/posts/2017-03-24-r-with-guix.skr
index 79b9d0f..d5893bb 100644
--- a/posts/2017-03-24-r-with-guix.skr
+++ b/posts/2017-03-24-r-with-guix.skr
@@ -35,7 +35,7 @@ from Guix on a distribution of the GNU system other than GuixSD.
Packages that are installed through ,(code "install.packages") are
built on demand. Some of these packages provide bindings to other
libraries, which may be available at the system level. When these
-bindings are built R uses the compiler toolchain and the libraries the
+bindings are built, R uses the compiler toolchain and the libraries the
system provides. All software in Guix, on the other hand, is
completely independent from any libraries the host system provides,
because that's a direct consequence of implementing functional package
@@ -157,7 +157,7 @@ back.])
need into a separate Guix profile. R runs inside of that
environment.])])
- (h2 [Lean more!])
+ (h2 [Learn more!])
(p [If you want to learn more about GNU Guix I recommend taking a
look at the excellent ,(ref "https://www.gnu.org/software/guix/"