summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 14:58:26 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 14:59:50 -0700
commitbb3087eee83fc938f31096368b6068defe0f27be (patch)
treefcb2422baf0d217b046fc5b96d88e37ede01f93b
parent7cc83f43c96deb1eea5b0eb05eaba6599d49ca13 (diff)
downloadpatches-bb3087eee83fc938f31096368b6068defe0f27be.tar
patches-bb3087eee83fc938f31096368b6068defe0f27be.tar.gz
gnu: r-r2html: Fix grammar of "allows to parse" to "parses".
* gnu/packages/cran (r-r2html): Fix grammar.
-rw-r--r--gnu/packages/cran.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3de0608663..7e94acfbed 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+)))