From f6a6d5b485d981f60af67f7a73fc240c4d970003 Mon Sep 17 00:00:00 2001 From: Thomas Bock Date: Fri, 21 Feb 2020 18:51:33 +0100 Subject: [PATCH] Again remove duplicated word in README.md Signed-off-by: Thomas Bock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b84b39..a325d7f4 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Alternatively, you can run `Rscript install.R` to install the packages. Please insert the project into yours by use of [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). Furthermore, the file `install.R` installs all needed R packages (see [below](#needed-r-packages)) into your R library. -Although, the use of of [packrat](https://rstudio.github.io/packrat/) with your project is recommended. +Although, the use of [packrat](https://rstudio.github.io/packrat/) with your project is recommended. This library is written in a way to not interfere with the loading order of your project's `R` packages (i.e., `library()` calls), so that the library does not lead to masked definitions.