* [PATCH] gnu: Add r-rtsne.
@ 2016-09-14 7:38 Ricardo Wurmus
2016-09-14 20:50 ` Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2016-09-14 7:38 UTC (permalink / raw)
To: guix-devel
* gnu/packages/statistics.scm (r-rtsne): New variable.
---
gnu/packages/statistics.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f7110ae..334c72a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2529,6 +2529,28 @@ for reproducibility. Notably, convenient default methods greatly facilitate
the way current RNG settings can be changed.")
(license license:gpl3+)))
+(define-public r-rtsne
+ (package
+ (name "r-rtsne")
+ (version "0.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Rtsne" version))
+ (sha256
+ (base32
+ "0zi4nxgpiv1gpdmcnqdhz5kymzp8m5xj02zpf290p1yyydl76bhy"))))
+ (properties `((upstream-name . "Rtsne")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rcpp" ,r-rcpp)))
+ (home-page "https://github.com/jkrijthe/Rtsne")
+ (synopsis "T-distributed stochastic neighbor embedding")
+ (description
+ "This package provides an R wrapper around the fast T-distributed
+Stochastic Neighbor Embedding using a Barnes-Hut implementation.")
+ (license license:bsd-3)))
+
(define-public r-nmf
(package
(name "r-nmf")
--
2.10.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add r-rtsne.
2016-09-14 7:38 [PATCH] gnu: Add r-rtsne Ricardo Wurmus
@ 2016-09-14 20:50 ` Leo Famulari
2016-09-16 15:34 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-09-14 20:50 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
On Wed, Sep 14, 2016 at 09:38:34AM +0200, Ricardo Wurmus wrote:
> * gnu/packages/statistics.scm (r-rtsne): New variable.
> + (license license:bsd-3)))
Some of the files in 'src/' use a 4-clause BSD license.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add r-rtsne.
2016-09-14 20:50 ` Leo Famulari
@ 2016-09-16 15:34 ` Ricardo Wurmus
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2016-09-16 15:34 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> writes:
> On Wed, Sep 14, 2016 at 09:38:34AM +0200, Ricardo Wurmus wrote:
>> * gnu/packages/statistics.scm (r-rtsne): New variable.
>
>> + (license license:bsd-3)))
>
> Some of the files in 'src/' use a 4-clause BSD license.
Oh, the license in the DESCRIPTION file is incomplete then. Thanks for
checking! I updated this and added a comment, then pushed to master.
~~ Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-16 15:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14 7:38 [PATCH] gnu: Add r-rtsne Ricardo Wurmus
2016-09-14 20:50 ` Leo Famulari
2016-09-16 15:34 ` Ricardo Wurmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).