-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
49 lines (49 loc) · 1.03 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
40
41
42
43
44
45
46
47
48
49
Package: incon
Type: Package
Title: Computational Models of Simultaneous Consonance
Version: 0.5.0
Author: person("Peter", "Harrison", email = "[email protected]", role = c("aut", "cre"))
Depends: R (>= 3.4.0)
Maintainer: Peter Harrison <[email protected]>
Description: Models the simultaneous consonance of musical chords.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
assertthat,
Rdpack (>= 0.11.0),
hrep (>= 0.10.0.9001),
hht,
checkmate (>= 1.9.4),
magrittr (>= 1.5),
purrr (>= 0.3.2),
methods,
gtools,
Rcpp,
numbers,
tibble (>= 2.1.3),
dplyr (>= 0.8.3),
rlang (>= 0.4.0),
zeallot (>= 0.1.0),
utils
RdMacros: Rdpack
Suggests:
testthat (>= 2.1.1),
knitr (>= 1.23),
DT (>= 0.5),
covr (>= 3.2.1),
cowplot,
ggplot2 (>= 3.1.0.9000),
hcorp,
shiny,
shinydashboard,
shinyjs,
tuneR
RoxygenNote: 7.3.1
Remotes:
pmcharrison/hrep,
pmcharrison/hcorp
VignetteBuilder: knitr
Byte-Compile: yes
LinkingTo:
Rcpp