-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.14 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
Package: AmigaFFH
Type: Package
Title: Commodore Amiga File Format Handler
Version: 0.4.7
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
email = "[email protected]"))
Author: Pepijn de Vries [aut, cre, dtc]
Maintainer: Pepijn de Vries <[email protected]>
Description: Modern software often poorly support older file formats. This
package intends to handle many file formats that were native to the
antiquated Commodore Amiga machine. This package focuses on file types from
the older Amiga operating systems (<= 3.0). It will read and write specific
file formats and coerces them into more contemporary data.
Depends:
R (>= 2.10),
tuneR (>= 1.0)
Imports:
grDevices,
methods,
utils,
vctrs
Suggests:
adfExplorer (>= 2.0.0),
ProTrackR (>= 0.3.4),
testthat (>= 3.0.0)
License: GPL-3
LazyData: True
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
URL: https://pepijn-devries.github.io/AmigaFFH/, https://github.com/pepijn-devries/AmigaFFH/
BugReports: https://github.com/pepijn-devries/AmigaFFH/issues
Config/testthat/edition: 3