- Improved descriptions.
- Renamed several functions.
- Added check in
old()
to ensure it can be calculated. - Checked output of
old20()
againstold20()
in the [vwr::old20()] vwr R package, and previous versions of thestrsim
package. Output values are identical.
- Fixed
mclapply()
.
- Improved
old20()
. - Progress bar is now optional.
- Parallel execution is now optional.
- Added neighborhood density and neighbourhood frequency functions. Neighborhood density function is way faster (~44x) than the previous calculate_coltheartN() function.
- Removed
calculate_coltheartN()
andcoltheartN()
functions. old20()
uses now data.table.
- First release.