From 8bf19d5a7d2f5a9d28b470ea625f2c9295d2f233 Mon Sep 17 00:00:00 2001 From: pepijn-devries Date: Sat, 22 Nov 2025 13:11:46 +0100 Subject: [PATCH] Version bump for CRAN release. Updated moved URLs. --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.Rmd | 4 ++-- README.md | 4 ++-- vignettes/version2.Rmd | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a7760da..7af3feb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), diff --git a/NEWS.md b/NEWS.md index cfef1a3..525cf17 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -adfExplorer 2.0.3.0007 +adfExplorer 2.1.0 ------------- * Added `get_adf_bitmap()`, `adf_dumpster_dive()` and diff --git a/README.Rmd b/README.Rmd index 4419e3c..69bd58c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. diff --git a/README.md b/README.md index a8bad3f..cad8ab7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vignettes/version2.Rmd b/vignettes/version2.Rmd index e1d1181..1d6febd 100644 --- a/vignettes/version2.Rmd +++ b/vignettes/version2.Rmd @@ -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: