From 87706f031a0cbdfaddaff702c9191f1ee6c41afc Mon Sep 17 00:00:00 2001 From: Stefan Mayer Date: Tue, 13 Feb 2024 00:35:00 +0100 Subject: [PATCH] CRAN release 0.2.5 --- DESCRIPTION | 8 ++++---- NEWS.md | 4 ++++ README.md | 14 +++++++------- man/imagefluency-package.Rd | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5c05de0..28298a6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: imagefluency Type: Package Title: Image Statistics Based on Processing Fluency -Version: 0.2.4 +Version: 0.2.5 Authors@R: person(given = "Stefan", family = "Mayer", email = "stefan@mayer-de.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0034-7090")) Description: Get image statistics based on processing fluency theory. The @@ -12,12 +12,12 @@ Description: Get image statistics based on processing fluency theory. The (2018) for the theoretical background of the methods. License: GPL-3 Encoding: UTF-8 -URL: https://stm.github.io/imagefluency/, +URL: https://imagefluency.com, https://github.com/stm/imagefluency/, https://doi.org/10.5281/zenodo.5614666 BugReports: https://github.com/stm/imagefluency/issues/ Depends: - R (>= 3.2.3) + R (>= 4.1.0) Imports: R.utils, readbitmap, @@ -38,7 +38,7 @@ Suggests: pbmcapply, tictoc, dplyr -RoxygenNote: 7.2.1 +RoxygenNote: 7.3.1 Collate: 'utils.R' 'complexity.R' diff --git a/NEWS.md b/NEWS.md index e8d326f..70601ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # imagefluency +# imagefluency 0.2.5 + +* bugfixes in internal functions (incorrect parameter name in documentation) + # imagefluency 0.2.4 * fix alpha channel throwing error with typicality diff --git a/README.md b/README.md index 3f2d67e..9392445 100644 --- a/README.md +++ b/README.md @@ -86,25 +86,25 @@ img_symmetry(rails, horizontal = FALSE) ## Documentation -See the [getting started vignette](https://stm.github.io/imagefluency/articles/getting-started.html) for a detailed introduction and the [reference page](https://stm.github.io/imagefluency/reference/index.html) for details on each function. +See the [getting started vignette](https://imagefluency.com/articles/getting-started.html) for a detailed introduction and the [reference page](https://imagefluency.com/reference/index.html) for details on each function. -If you are analyzing a larger number of images, make sure to read the tutorial on how to [analyze multiple images at once](https://stm.github.io/imagefluency/articles/batch-processing.html). +If you are analyzing a larger number of images, make sure to read the tutorial on how to [analyze multiple images at once](https://imagefluency.com/articles/batch-processing.html). ## Citation To cite **imagefluency** in publications use: -> Mayer, S. (2021). *imagefluency: Image Statistics Based on Processing Fluency*. R package version 0.2.4. doi: [10.5281/zenodo.5614666](https://doi.org/10.5281/zenodo.5614666) +> Mayer, S. (2024). *imagefluency: Image Statistics Based on Processing Fluency*. R package version 0.2.5. doi: [10.5281/zenodo.5614666](https://doi.org/10.5281/zenodo.5614666) A BibTeX entry is: ``` @software{, author = {Stefan Mayer}, title = {imagefluency: Image Statistics Based on Processing Fluency}, - year = 2021, - version = {0.2.4}, + year = 2024, + version = {0.2.5}, doi = {10.5281/zenodo.5614666}, - url = {https://github.com/stm/imagefluency} + url = {https://imagefluency.com} } ``` ## Dependencies @@ -126,4 +126,4 @@ doi: [10.1016/j.destud.2017.09.004](https://doi.org/10.1016/j.destud.2017.09.004 ## Code of Conduct -Please note that this project is released with a [Contributor Code of Conduct](https://stm.github.io/imagefluency/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. +Please note that this project is released with a [Contributor Code of Conduct](https://imagefluency.com/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. diff --git a/man/imagefluency-package.Rd b/man/imagefluency-package.Rd index f4c3571..c504030 100644 --- a/man/imagefluency-package.Rd +++ b/man/imagefluency-package.Rd @@ -50,7 +50,7 @@ Mayer, S. & Landwehr, J. R. (2018). Objective measures of design \seealso{ Useful links: \itemize{ - \item \url{https://stm.github.io/imagefluency/} + \item \url{https://imagefluency.com} \item \url{https://github.com/stm/imagefluency/} \item \doi{10.5281/zenodo.5614666} \item Report bugs at \url{https://github.com/stm/imagefluency/issues/}