-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.68 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
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: ProTrackR2
Title: Manipulate and Play 'ProTracker' Modules
Version: 0.0.6.0005
Authors@R: c(
person("Pepijn", "de Vries", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7961-6646")),
person("Olav", "Sørensen", role = c("aut"),
comment = c("Developer of the ProTracker 2.3d clone"))
)
Maintainer: Pepijn de Vries <[email protected]>
Description: 'ProTracker' is a popular music tracker to sequence
music on a Commodore Amiga machine. This package offers the
opportunity to import, export, manipulate and play 'ProTracker'
module files. Even though the file format could be considered
archaic, it still remains popular to this date. This package
intends to contribute to this popularity and therewith
keeping the legacy of 'ProTracker' and the Commodore Amiga
alive. This package is the successor of 'ProTrackR' providing
better performance.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LinkingTo:
cpp11
Collate:
'ProTrackR2-package.R'
'cell.R'
'command.R'
'cpp11.R'
'data.R'
'demo.R'
'helpers.R'
'instrument.R'
'io.R'
'mod_info.R'
'modplug.R'
'note.R'
'pattern.R'
'render.R'
's3.R'
'samples.R'
'select_ops.R'
'validate.R'
Imports:
audio
Suggests:
av,
cli,
curl,
htmltools,
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL:
https://pepijn-devries.github.io/ProTrackR2/,
https://github.com/pepijn-devries/ProTrackR2
BugReports: https://github.com/pepijn-devries/ProTrackR2/issues
Config/testthat/edition: 3