-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: eikosany
Title: Algorithmic Composition With Erv Wilson's Combination Product Sets
Version: 0.4.9.9000
Authors@R:
person("M. Edward (Ed)", "Borasky", , "znmeb@algocompsynth.com",
role = c("aut", "cre"))
Description: Erv Wilson's Eiksosany is a microtonal musical scale with 20 notes.
The Eikosany is based on Wilson's concept of Combination Product Sets. This
package computes various structures useful for algorithmic composition
using the Eikosany and other Combination Product Sets.
License: GPL-3 + file LICENSE
URL: https://algocompsynth.github.io/eikosany/,
https://github.com/AlgoCompSynth/eikosany
BugReports: https://github.com/AlgoCompSynth/eikosany/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
devtools (>= 2.4.5),
knitr (>= 1.42),
markdown (>= 1.7),
pkgdown (>= 2.0.7),
quarto (>= 1.2),
rmarkdown (>= 2.21)
VignetteBuilder: knitr
Imports:
fractional (>= 0.1.3),
data.table (>= 1.14.8),
ggplot2 (>= 3.4.2),
magrittr (>= 2.0.3),
pichor (>= 0.0.0.9030),
gm (>= 1.0.2),
seewave (>= 2.2.1),
tuneR (>= 1.4.5)
Depends:
R (>= 4.2.0)
Remotes:
mikldk/pichor
LazyData: true