CRAN
adfExplorer 0.1.4
Import from and Export to Amiga Disk Files
Released Mar 5, 2018 by Pepijn de Vries
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. To be able to emulate this system, the ADF format was created. This package enables you to read ADF files and import and export files from and to such virtual DOS-formatted disks.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>adfExplorer</artifactId> <version>0.1.4-b5</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:adfExplorer')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.
- adf.example-examples
- adf.file.exists-examples
- amigaBlock-method-examples
- amigaDateToRaw-examples
- amigaIntToRaw-examples
- blank.amigaDOSDisk-examples
- boot.block.code-examples
- current.adf.dir-examples
- displayRawData-examples
- get.adf.file-examples
- get.blockID-examples
- get.diskLocation-examples
- is.amigaDOS-examples
- is.bootable-examples
- list.adf.files-examples
- print-examples
- rawToAmigaDate-examples
- rawToAmigaInt-examples
- rawToBitmap-examples