mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-phontools.
* gnu/packages/cran.scm (r-phontools): New variable.
This commit is contained in:
parent
68b6a67e94
commit
7b81a7eabf
1 changed files with 22 additions and 0 deletions
|
@ -2667,3 +2667,25 @@ (define-public r-complexplus
|
|||
"This package extends several functions to the complex domain, including
|
||||
the matrix exponential and logarithm, and the determinant.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-phontools
|
||||
(package
|
||||
(name "r-phontools")
|
||||
(version "0.2-2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "phonTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
|
||||
(properties `((upstream-name . "phonTools")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.santiagobarreda.com/rscripts.html")
|
||||
(synopsis "Tools for phonetic and acoustic analyses")
|
||||
(description
|
||||
"This package contains tools for the organization, display, and analysis
|
||||
of the sorts of data frequently encountered in phonetics research and
|
||||
experimentation, including the easy creation of IPA vowel plots, and the
|
||||
creation and manipulation of WAVE audio files.")
|
||||
(license license:bsd-2)))
|
||||
|
|
Loading…
Reference in a new issue