-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 904 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 904 Bytes
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
Package: tdsc
Title: Time Domain Signal Coding
Version: 1.0.4
Authors@R: person("Ed", "Baker", email = "ed@ebaker.me.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5887-9543"))
Description: Functions for performing time domain signal coding as used in Chesmore (2001) <doi:10.1016/S0003-682X(01)00009-3>, and related tasks. This package creates the standard S-matrix and A-matrix (with variable lag), has tools to convert coding matrices into distributed matrices, provides published codebooks and allows for extraction of code sequences.
Depends: R (>= 3.5.0)
License: GPL-3
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports:
data.table,
methods,
moments
Suggests:
tuneR,
alluvial,
covr,
testthat,
devtools,
GA,
sonicscrewdriver
URL:
http://tdsc.ebaker.me.uk,
https://github.com/edwbaker/tdsc
Roxygen: list(markdown = TRUE)