diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:58:26 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:59:50 -0700 |
commit | bb3087eee83fc938f31096368b6068defe0f27be (patch) | |
tree | fcb2422baf0d217b046fc5b96d88e37ede01f93b /gnu | |
parent | 7cc83f43c96deb1eea5b0eb05eaba6599d49ca13 (diff) | |
download | guix-bb3087eee83fc938f31096368b6068defe0f27be.tar.gz guix-bb3087eee83fc938f31096368b6068defe0f27be.zip |
gnu: r-r2html: Fix grammar of "allows to parse" to "parses".
* gnu/packages/cran (r-r2html): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
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+))) |