- Update the R Version (mb with
installr::updateR()
) - Manually ensure all packages are up to date
- 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
change minimimum required R version to run with the new native pipe|>
- Verfiy import format for package development (calling functions from namespace)
- Provide alternative methods of feeding the function the desires variables
- Include auto conversion, if
attributes(df$var)
class is of"haven_labelled"
- E.g., with
"haven_labelled" %in% class(df$var)
- E.g., with
- Experiment with Merging PR from a forked version of this repo
See also the release notes
Currently GH actions fail see issue #665undo all changes made to the .yaml the hot fix ofr-version: '4.2.1'
check-standard.yamlpkgdown.yamlrender-markdown.yamlstyle.yamltest-coverage.yaml
Develop unit test for string not starting with a tilde-> added in 2.6~
Release a hotfix for colum test stat now showing a Sample Size insertion