From 810b97d5ba9d53ad8d1fa6260aee07823f99231e Mon Sep 17 00:00:00 2001 From: wlandau-lilly Date: Fri, 26 Jan 2018 08:39:16 -0500 Subject: [PATCH] Shorten a sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a5a9833..2a10a5b87 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ outdated(config) ## character(0) ``` -With everything up to date, you have **tangible evidence** of reproducibility. You know the results are re-creatable. They **faithfully show** what the code you have is producing. Given the right [package environment](https://rstudio.github.io/packrat/) and [system configuration](https://stat.ethz.ch/R-manual/R-devel/library/utils/html/sessionInfo.html), you have everything you need to reproduce all the output by yourself. +With everything up to date, you have **tangible evidence** of reproducibility. You know the results are re-creatable. They **faithfully show** what the code is producing. Given the right [package environment](https://rstudio.github.io/packrat/) and [system configuration](https://stat.ethz.ch/R-manual/R-devel/library/utils/html/sessionInfo.html), you have everything you need to reproduce all the output by yourself. ## Ease