aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/cran.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 07a6da3c01..85b75dead7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11048,3 +11048,25 @@ users of rARPACK are advised to switch to the RSpectra package.")
compositional data (e.g. portions of substances) and positive
numbers (e.g. concentrations).")
(license license:gpl2+)))
+
+(define-public r-cobs
+ (package
+ (name "r-cobs")
+ (version "1.3-3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "cobs" version))
+ (sha256
+ (base32
+ "1pqvz7czcchri4x79g78hbwyagb3bqzdqb047zkbdinyz067c7kb"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-quantreg" ,r-quantreg)
+ ("r-sparsem" ,r-sparsem)))
+ (home-page "https://cran.r-project.org/web/packages/cobs")
+ (synopsis "Constrained B-Splines (sparse matrix based)")
+ (description
+ "This package provides qualitatively constrained (regression) smoothing
+splines via linear programming and sparse matrices.")
+ (license license:gpl2+)))
03-19Merge branch 'master' into core-updatesMark H Weaver 2017-03-16gnu: asciidoc: Use local docbook-xml package....Kei Kebreau 2017-03-15Merge branch 'master' into core-updatesMarius Bakke 2017-03-14gnu: asciidoc: Add XML and XSLT support....Kei Kebreau 2017-02-28gnu: doxygen: Update to 1.8.13....Leo Famulari 2017-01-17gnu: doxygen: Use sh from the store....Thomas Danckaert 2016-09-28gnu: Add and use gettext-minimal....Alex Kost 2016-08-21gnu: asciidoc: Use local docbook-xsl package....Tomáš Čech 2016-07-21gnu: Update URLs for sourceforge.net....Leo Famulari