summaryrefslogtreecommitdiff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 14:42:25 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:07:58 -0700
commitb3fed5ed95f4d119e806935b7d438c42054cb535 (patch)
tree19e8ec12c670654b550111b1aa93dc171d5d5a3c /gnu/packages/cran.scm
parent337bdc17ce00d5f6b4baf420517cdc05ce51da43 (diff)
downloadguix-patches-b3fed5ed95f4d119e806935b7d438c42054cb535.tar
guix-patches-b3fed5ed95f4d119e806935b7d438c42054cb535.tar.gz
gnu: r-callr: Fix typo "This package".
* gnu/packages/cran (r-callr)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 3e79b3f24d..3389c3bfa8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -339,7 +339,7 @@ such as copy/paste from an R session.")
(synopsis "Call R from R")
(description
"It is sometimes useful to perform a computation in a separate R process,
-without affecting the current R process at all. This packages does exactly
+without affecting the current R process at all. This package does exactly
that.")
(license license:expat)))