NA
Source:TODOS.md
Development Goals
Patch to work with R 4.2.2
- Update the R Version (mb with
installr::updateR()
) - Manually ensure all packages are up to date
Goals for Version 3.0
- Add linter to CI (GH Actions)
- Fix all lint suggestions
- Search for an automatization of lint suggestions
- Add a complete vignette for a factor analysis (utilizing
psych
anddatscience
package) - Beautify / clarify the vignette for bootstrapping confidence intervals for observed Eigenvalues in parallel analysis
- Exchange all magrittr pipes %>% to the new native R pipe |>
- Excluded the dependency (DESCRIPTION) of magrittr
- Reduces number of dependencies
- is
methods
an necessary import for theis()
function - maybe
tibble
find a replacement forrownames_to_column
andas_tibble
- is
- Increase the overall number of unit tests
Archive
See also the release notes
Patch to work with R 4.2.2
-
Currently GH actions fail see issue #665-
undo all changes made to the .yaml the hot fix ofr-version: '4.2.1'
check-standard.yamlpkgdown.yamlrender-markdown.yamlstyle.yamltest-coverage.yaml
-