Releases: pglpm/prova
Releases · pglpm/prova
Release list
Prova v1.0.0
- Improved documentation, also of internal functions.
- Introduced argument
verbose =in several function, so as to show information to console only if the user so desires. This argument isFALSEfor all functions exceptlearn(). - Added example of imputation in vignette.
- Rewritten README with description of the package's main features.
- Cleaned up code.
v0.9.0
v0.7.0
v0.6.5
v0.6.0
v0.5.5
v0.5.2
v0.5.0
-
Added function
qPr()for the computation of quantiles and their variability. -
Corrected some bugs.
-
NB:
learntobjects created with versions < 0.5.0 are incompatible with the functions of version 0.5.0. To convert to the new version, use the functionutil_learntvar2sd(file), wherefileis the path of thelearntobject to be converted.
v0.4.0
- Eliminated dependence on packages 'foreach', 'doParallel', 'doRNG'. Now only the 'parallel' package, which ships with R by default, is used.
- Parallel computation of large numbers of probabilities is now faster on average; even five times faster.
- It's now easier to write minimal metadata files (though minimal files should only be used for testing).