Skip to content

Commit

Permalink
CRAN release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stm committed Feb 12, 2024
1 parent 5eb45ba commit 87706f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0034-7090"))
Description: Get image statistics based on processing fluency theory. The
Expand All @@ -12,12 +12,12 @@ Description: Get image statistics based on processing fluency theory. The
(2018) <doi:10.31219/osf.io/gtbhw> 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,
Expand All @@ -38,7 +38,7 @@ Suggests:
pbmcapply,
tictoc,
dplyr
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
Collate:
'utils.R'
'complexity.R'
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion man/imagefluency-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87706f0

Please sign in to comment.