Package: adfExplorer Title: Access and Manipulate Amiga Disk Files Version: 2.1.0 Authors@R: c( person("Pepijn", "de Vries", role = c("aut", "cre"), email = "pepijn.devries@outlook.com", comment = c(ORCID = "0000-0002-7961-6646")), person("Laurent", "Clévy", role = c("aut", "cph"), comment = c("Creator of the original ADFlib library")) ) Maintainer: Pepijn de Vries Description: Amiga Disk Files (ADF) are virtual representations of 3.5 inch floppy disks for the Commodore Amiga. Most disk drives from other systems (including modern drives) are not able to read these disks. The 'adfExplorer' package enables you to establish R connections to files on such virtual DOS-formatted disks, which can be use to read from and write to those files. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 LinkingTo: cpp11 Collate: 'adfExplorer-package.R' 'move.R' 'device_info.R' 'bitmap.R' 'blocks.R' 'compress.R' 'cpp11.R' 'connect_adf.R' 'demo.R' 'device_create.R' 'helpers.R' 'directory.R' 'entry_info.R' 'remove.R' 's3_conn.R' 's3_methods.R' 'undelete.R' 'virtual_path.R' Depends: R (>= 4.1.0) Imports: methods, vctrs Suggests: AmigaFFH, knitr, ProTrackR2, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://pepijn-devries.github.io/adfExplorer/ BugReports: https://github.com/pepijn-devries/adfExplorer/issues Config/testthat/edition: 3 Repository: https://pepijn-devries.r-universe.dev Date/Publication: 2025-11-22 13:16:38 UTC RemoteUrl: https://github.com/pepijn-devries/adfExplorer RemoteRef: master RemoteSha: eb00859129fb2109d623a7ebfd91ef38733a907c NeedsCompilation: yes Packaged: 2026-06-24 02:54:16 UTC; root Author: Pepijn de Vries [aut, cre] (ORCID: ), Laurent Clévy [aut, cph] (Creator of the original ADFlib library)