Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: adfExplorer
Title: Access and Manipulate Amiga Disk Files
Version: 2.0.3.0007
Version: 2.1.0
Authors@R:
c(
person("Pepijn", "de Vries", role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adfExplorer 2.0.3.0007
adfExplorer 2.1.0
-------------

* Added `get_adf_bitmap()`, `adf_dumpster_dive()` and
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ close(my_device)

## Acknowledgements

The `adfExplorer` package is an R interface around the [`ADFlib` library](https://github.com/lclevy/ADFlib).
The `adfExplorer` package is an R interface around the [`ADFlib` library](https://github.com/adflib/ADFlib).
The package would not have been possible without the work of Laurent Clévy,
Tomasz Wolak and many other
[contributors](https://github.com/lclevy/ADFlib/blob/master/AUTHORS) of ADFlib.
[contributors](https://github.com/adflib/ADFlib/blob/master/AUTHORS) of ADFlib.

## Code of Conduct
Please note that the adfExplorer project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ close(my_device)
## Acknowledgements

The `adfExplorer` package is an R interface around the [`ADFlib`
library](https://github.com/lclevy/ADFlib). The package would not have
library](https://github.com/adflib/ADFlib). The package would not have
been possible without the work of Laurent Clévy, Tomasz Wolak and many
other
[contributors](https://github.com/lclevy/ADFlib/blob/master/AUTHORS) of
[contributors](https://github.com/adflib/ADFlib/blob/master/AUTHORS) of
ADFlib.

## Code of Conduct
Expand Down
2 changes: 1 addition & 1 deletion vignettes/version2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ to be extracted from that copy. After which the file data can be stored to disk:
![Diagram of extracting a file with adfExplorer <2.0.0](../man/figures/diagram_old.svg)

After working on this approach for a while, I learned about the existence of
[ADFlib](https://github.com/lclevy/ADFlib). This is when I decided to start from scratch
[ADFlib](https://github.com/adflib/ADFlib). This is when I decided to start from scratch
and set up a more efficient design resulting in version 2.0.0. There I took the `C`
code from `ADFlib` and build an interface to `R` in `C++`. This strategy had several
advantages:
Expand Down
Loading