[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: r-r2html: Fix grammar of "allows to parse" to "parses".
From: |
guix-commits |
Subject: |
04/05: gnu: r-r2html: Fix grammar of "allows to parse" to "parses". |
Date: |
Sun, 12 Apr 2020 18:00:24 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit bb3087eee83fc938f31096368b6068defe0f27be
Author: Vagrant Cascadian <address@hidden>
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+)))