vagrantc pushed a commit to branch master
in repository guix.
commit bb3087eee83fc938f31096368b6068defe0f27be
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sun Apr 12 14:58:26 2020 -0700
gnu: r-r2html: Fix grammar of "allows to parse" to "parses".
* gnu/packages/cran (r-r2html): Fix grammar.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3de0608..7e94acf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13880,7 +13880,7 @@ redirection on the fly, which appears to be very useful
for teaching purposes,
as the student can keep a copy of the produced output to keep all that they
did during the course. The package comes with a vignette describing how to
write HTML reports for statistical analysis. Finally, a driver for Sweave
-allows to parse HTML flat files containing R code and to automatically write
+parses HTML flat files containing R code and to automatically write
the corresponding outputs (tables and graphs).")
(license license:gpl2+)))