all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 01/14] gnu: Add r-acepack.
@ 2016-04-12  7:51 Ricardo Wurmus
  2016-04-12  7:51 ` [PATCH 02/14] gnu: Add r-cluster Ricardo Wurmus
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Ricardo Wurmus @ 2016-04-12  7:51 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/statistics.scm (r-acepack): New variable.
---
 gnu/packages/statistics.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 9c197f4..2487375 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -944,6 +944,27 @@ matter where it is stored, whether in a data frame, a data table or
 database.")
     (license license:expat)))
 
+(define-public r-acepack
+  (package
+    (name "r-acepack")
+    (version "1.3-3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "acepack" version))
+       (sha256
+        (base32
+         "13ry3vyys12iplb14jfhmkrl9g5fxg3iijiggq4s4zb5m5436b1y"))))
+    (build-system r-build-system)
+    (inputs
+     `(("gfortran" ,gfortran)))
+    (home-page "http://cran.r-project.org/web/packages/acepack")
+    (synopsis "Functions for regression transformations")
+    (description
+     "This package provides ACE and AVAS methods for choosing regression
+transformations.")
+    (license license:x11)))
+
 (define-public r-chron
   (package
     (name "r-chron")
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2016-04-14 14:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12  7:51 [PATCH 01/14] gnu: Add r-acepack Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 02/14] gnu: Add r-cluster Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 03/14] gnu: Add r-foreign Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 04/14] gnu: Add r-formula Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 05/14] gnu: Add r-locfit Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 06/14] gnu: Add r-xtable Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 07/14] gnu: Add r-latticeextra Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 08/14] gnu: Add r-irlba Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 09/14] gnu: Add r-pkgmaker Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 10/14] gnu: Add r-registry Ricardo Wurmus
2016-04-12 18:36   ` Leo Famulari
2016-04-12 20:34     ` Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 11/14] gnu: Add r-rngtools Ricardo Wurmus
2016-04-12 18:37   ` Leo Famulari
2016-04-12  7:51 ` [PATCH 12/14] gnu: Add r-nmf Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 13/14] gnu: Add r-igraph Ricardo Wurmus
2016-04-12  7:51 ` [PATCH 14/14] gnu: Add r-nnet Ricardo Wurmus
2016-04-12 18:33 ` [PATCH 01/14] gnu: Add r-acepack Leo Famulari
2016-04-12 20:37   ` Ricardo Wurmus
2016-04-12 18:42 ` Leo Famulari
2016-04-14 14:46   ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.