Package: ramiga Title: Emulating the Amiga Using the vAmiga Engine Version: 0.0.0.9007 Authors@R: c( person("Pepijn", "de Vries", role = c("aut", "cre"), email = "pepijn.devries@outlook.com", comment = c(ORCID = "0000-0002-7961-6646")), person("Dirk", "Hoffmann", role = c("aut", "cph")) ) Description: This is an Amiga emulator based on the vAmiga project . It provides low level access to the emulator and allows users to interact with the emulated machine through the console or scripts. License: GPL (>= 3) Depends: R (>= 4.4) Imports: R6 SystemRequirements: C++20 (GCC >= 11, Clang >= 15), zlib Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LinkingTo: cpp11 (>= 0.4.2) URL: https://pepijn-devries.github.io/ramiga/, https://github.com/pepijn-devries/ramiga/ Collate: 'component.R' 'documentation.R' 'controldevice.R' 'controlport.R' 'cpp11.R' 'cpu.R' 'emulator.R' 'filesystem.R' 'floppydrive.R' 'image.R' 'memory.R' 'output.R' 'ramiga-package.R' 'wav.R' Config/pak/sysreqs: zlib1g-dev Repository: https://pepijn-devries.r-universe.dev Date/Publication: 2026-06-01 22:00:31 UTC RemoteUrl: https://github.com/pepijn-devries/ramiga RemoteRef: main RemoteSha: 0a544589ae0ad07b5951b14b4549d58bb4496912 NeedsCompilation: yes Packaged: 2026-06-01 23:05:27 UTC; root Author: Pepijn de Vries [aut, cre] (ORCID: ), Dirk Hoffmann [aut, cph] Maintainer: Pepijn de Vries