summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-17 11:30:04 -0600
committerGitHub <noreply@github.com>2021-01-17 11:30:04 -0600
commitb0bf2c4c99a3f2de5341eccb31bcab9bc299f85e (patch)
tree0d6c67c040726a6b6660528dd79b2275f8e567bf
parent68845f6b23cf0e11c510e951da04f13e2c70d501 (diff)
downloadspack-b0bf2c4c99a3f2de5341eccb31bcab9bc299f85e.tar.gz
spack-b0bf2c4c99a3f2de5341eccb31bcab9bc299f85e.tar.bz2
spack-b0bf2c4c99a3f2de5341eccb31bcab9bc299f85e.tar.xz
spack-b0bf2c4c99a3f2de5341eccb31bcab9bc299f85e.zip
add version 2.0.1 to r-magrittr (#21085)
-rw-r--r--var/spack/repos/builtin/packages/r-magrittr/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-magrittr/package.py b/var/spack/repos/builtin/packages/r-magrittr/package.py
index 8a1662ccaf..a0d2f4fecc 100644
--- a/var/spack/repos/builtin/packages/r-magrittr/package.py
+++ b/var/spack/repos/builtin/packages/r-magrittr/package.py
@@ -7,7 +7,9 @@ from spack import *
class RMagrittr(RPackage):
- """Provides a mechanism for chaining commands with a new forward-pipe
+ """A Forward-Pipe Operator for R
+
+ Provides a mechanism for chaining commands with a new forward-pipe
operator, %>%. This operator will forward a value, or the result of an
expression, into the next function call/expression. There is flexible
support for the type of right-hand side expressions. For more information,
@@ -17,4 +19,5 @@ class RMagrittr(RPackage):
url = "https://cloud.r-project.org/src/contrib/magrittr_1.5.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/magrittr"
+ version('2.0.1', sha256='75c265d51cc2b34beb27040edb09823c7b954d3990a7a931e40690b75d4aad5f')
version('1.5', sha256='05c45943ada9443134caa0ab24db4a962b629f00b755ccf039a2a2a7b2c92ae8')