parent
d71605294f
commit
6335bf1c80
|
@ -3564,6 +3564,25 @@ memory-saving routines for clustering of vector data, which go beyond what the
|
|||
existing packages provide.")
|
||||
(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
|
||||
(package
|
||||
(name "r-kernsmooth")
|
||||
|
|
Reference in New Issue