summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-r-methodss3/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-r-methodss3/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-r-methodss3/package.py23
1 files changed, 10 insertions, 13 deletions
diff --git a/var/spack/repos/builtin/packages/r-r-methodss3/package.py b/var/spack/repos/builtin/packages/r-r-methodss3/package.py
index 04f6383ee8..3c2db2cfa7 100644
--- a/var/spack/repos/builtin/packages/r-r-methodss3/package.py
+++ b/var/spack/repos/builtin/packages/r-r-methodss3/package.py
@@ -7,21 +7,18 @@ from spack import *
class RRMethodss3(RPackage):
- """S3 Methods Simplified
+ """S3 Methods Simplified.
- Methods that simplify the setup of S3 generic functions and
- S3 methods. Major effort has been made in making definition of
- methods as simple as possible with a minimum of maintenance for
- package developers. For example, generic functions are created
- automatically, if missing, and naming conflict are automatically
- solved, if possible. The method setMethodS3() is a good start
- for those who in the future may want to migrate to S4. This is
- a cross-platform package implemented in pure R that generates
- standard S3 methods."""
+ Methods that simplify the setup of S3 generic functions and S3 methods.
+ Major effort has been made in making definition of methods as simple as
+ possible with a minimum of maintenance for package developers. For example,
+ generic functions are created automatically, if missing, and naming
+ conflict are automatically solved, if possible. The method setMethodS3() is
+ a good start for those who in the future may want to migrate to S4. This is
+ a cross-platform package implemented in pure R that generates standard S3
+ methods."""
- homepage = "https://cloud.r-project.org/package=R.methodsS3"
- url = "https://cloud.r-project.org/src/contrib/R.methodsS3_1.7.1.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/R.methodsS3"
+ cran = "R.methodsS3"
version('1.8.1', sha256='8a98fb81bcfa78193450f855f614f6f64e6c65daf115f301d97d1f474f5e619b')
version('1.7.1', sha256='44b840399266cd27f8f9157777b4d9d85ab7bd31bfdc143b3fc45079a2d8e687')