Skip to content
Snippets Groups Projects
Unverified Commit 6335bf1c authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: Add r-sfsmisc.

* gnu/packages/statistics.scm (r-sfsmisc): New variable.
parent d7160529
No related branches found
No related tags found
No related merge requests found
...@@ -3564,6 +3564,25 @@ (define-public r-fastcluster ...@@ -3564,6 +3564,25 @@ (define-public r-fastcluster
existing packages provide.") existing packages provide.")
(license license:bsd-2))) (license license:bsd-2)))
(define-public r-sfsmisc
(package
(name "r-sfsmisc")
(version "1.1-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "sfsmisc" version))
(sha256
(base32
"0580piv4n1nispl3pa8nfjjfnb8iwaqky2dzdy0aqnxrxgrhqhvz"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/sfsmisc")
(synopsis "Utilities from \"Seminar fuer Statistik\" ETH Zurich")
(description
"This package provides useful utilities from Seminar fuer Statistik ETH
Zurich, including many that are related to graphics.")
(license license:gpl2+)))
(define-public r-kernsmooth (define-public r-kernsmooth
(package (package
(name "r-kernsmooth") (name "r-kernsmooth")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment