diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-16 16:15:49 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:19 +0100 |
| commit | daab4a2229665bbd988fbf147e2acbcbdacc1331 (patch) | |
| tree | e5517976c914b376f3e37090685598ca27d092ea /gnu/packages/statistics.scm | |
| parent | 3d8d52d23f1f131ba3e7fbb72e9cc5e3f5a1cfea (diff) | |
gnu: r-r-methodss3: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-r-methodss3): Move from here...
* gnu/packages/cran.scm (r-r-methodss3): ...to here.
Change-Id: Ib7fdf6958bc0d9dd76c6cf1a5cac00164c175c63
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index ff6f048b13f..87d15d064b2 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2170,30 +2170,6 @@ message passing.") ;; Users can choose either LGPLv3 or ASL2.0. (license (list license:lgpl3 license:asl2.0)))) -(define-public r-r-methodss3 - (package - (name "r-r-methodss3") - (version "1.8.2") - (source (origin - (method url-fetch) - (uri (cran-uri "R.methodsS3" version)) - (sha256 - (base32 - "0bkwj9c2cpgb0ibk9znh8qh4k1wzp3bkhaxyhf41xjflv9hmwbc2")))) - (properties `((upstream-name . "R.methodsS3"))) - (build-system r-build-system) - (home-page "https://cran.r-project.org/web/packages/R.methodsS3") - (synopsis "S3 methods simplified") - (description - "This package provides 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 @code{setMethodS3()} is a good start for those who in the future may -want to migrate to S4.") - (license license:lgpl2.1+))) - (define-public r-r-utils (package (name "r-r-utils") |
