diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:42:25 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:07:58 -0700 |
commit | b3fed5ed95f4d119e806935b7d438c42054cb535 (patch) | |
tree | 19e8ec12c670654b550111b1aa93dc171d5d5a3c /gnu | |
parent | 337bdc17ce00d5f6b4baf420517cdc05ce51da43 (diff) |
gnu: r-callr: Fix typo "This package".
* gnu/packages/cran (r-callr)[description]: Fix typo.
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 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))) |