[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/54: gnu: Add r-tuner.
From: |
guix-commits |
Subject: |
06/54: gnu: Add r-tuner. |
Date: |
Sat, 14 Dec 2019 07:36:34 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit cb350053dab549e9bbd85aec651e3662a9f68062
Author: Ricardo Wurmus <address@hidden>
Date: Fri Dec 13 23:05:18 2019 +0100
gnu: Add r-tuner.
* gnu/packages/cran.scm (r-tuner): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6f2eb07..b1217ad 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17373,3 +17373,27 @@ are used, contrary to higher dimensions when all
derivatives are linearly
approximated. Several non-archimax families (normal, FGM, Plackett) are
provided as well.")
(license license:gpl2)))
+
+(define-public r-tuner
+ (package
+ (name "r-tuner")
+ (version "1.3.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tuneR" version))
+ (sha256
+ (base32
+ "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
+ (properties `((upstream-name . "tuneR")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-signal" ,r-signal)))
+ (home-page "https://cran.r-project.org/web/packages/tuneR/")
+ (synopsis "Analysis of music and speech")
+ (description
+ "This is a package for the analysis of music and speech. Analyze music
+and speech, extract features like MFCCs, handle wave files and their
+representation in various ways, read MP3, read MIDI, perform steps of a
+transcription, ...")
+ ;; Either of these versions.
+ (license (list license:gpl2 license:gpl3))))
- branch master updated (3e9e242 -> e31ec53e), guix-commits, 2019/12/14
- 20/54: gnu: Add r-acss., guix-commits, 2019/12/14
- 36/54: gnu: Add r-actuar., guix-commits, 2019/12/14
- 45/54: gnu: Add r-additivitytests., guix-commits, 2019/12/14
- 19/54: gnu: Add r-acss-data., guix-commits, 2019/12/14
- 41/54: gnu: Add r-adabag., guix-commits, 2019/12/14
- 24/54: gnu: Add r-actcd., guix-commits, 2019/12/14
- 06/54: gnu: Add r-tuner.,
guix-commits <=
- 53/54: gnu: Add r-adamethods., guix-commits, 2019/12/14
- 29/54: gnu: Add r-activedriver., guix-commits, 2019/12/14
- 50/54: gnu: Add r-archetypes., guix-commits, 2019/12/14
- 22/54: gnu: Add r-alabama., guix-commits, 2019/12/14
- 33/54: gnu: Add r-activpalprocessing., guix-commits, 2019/12/14
- 37/54: gnu: Add r-bmp., guix-commits, 2019/12/14
- 52/54: gnu: Add r-anthropometry., guix-commits, 2019/12/14
- 04/54: gnu: Add r-acnr., guix-commits, 2019/12/14
- 08/54: gnu: Add r-acousticndlcoder., guix-commits, 2019/12/14
- 02/54: gnu: Add r-r-filesets., guix-commits, 2019/12/14