Package: ProTrackR2 Title: Manipulate and Play 'ProTracker' Modules Version: 0.1.1 Authors@R: c( person("Pepijn", "de Vries", role = c("aut", "cre"), email = "pepijn.devries@outlook.com", 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 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.3.2 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' 'play.R' 's3.R' 'samples.R' 'select_ops.R' 'validate.R' Depends: R (>= 4.1.0) Imports: audio, lifecycle Suggests: av, cli, curl, htmltools, kableExtra, knitr, ProTrackR, 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 Repository: https://pepijn-devries.r-universe.dev Date/Publication: 2025-11-20 21:06:28 UTC RemoteUrl: https://github.com/pepijn-devries/ProTrackR2 RemoteRef: master RemoteSha: 27781ab6e29a9805f8dd17bd9afd02eeb91223f9 NeedsCompilation: yes Packaged: 2026-06-24 02:53:21 UTC; root Author: Pepijn de Vries [aut, cre] (ORCID: ), Olav Sørensen [aut] (Developer of the ProTracker 2.3d clone)