- Remove taxa with 0 tolerance.
- Add example script to the main page.
- Add reference to the functions
WAPLS.w2
andTWAPLS.w2
.
- Update maintainer's contact information.
- New minor version.
- Added new versions for the functions WAPLS (
WAPLS.w2
) and TWAPLS (TWAPLS.w2
), both functions use the correction1/fx
in steps 2 and 7 separately, instead of using the correction1/fx^2
in step 7 together.
- Made fx correction a build-in function.
- Added p-spline smoothed fx estimation.
- Added taxa-stripping-out strategy to cross-validation functions.
- Removed unused benchmark functions and test.
- Simplified the list of suggested packages.
- Added support for the
progressr
API (display a progress bar). - Added the helper function
pb
to simplify the interaction with theprogressr
API.
- Added detailed description for return components for the following functions:
TWAPLS.predict
,TWAPLS.w
,WAPLS.predict
,WAPLS
, andrand.t.test
.
- Made utilitarian functions for internal use only.
- Simplified examples.
- Improved version of Sample Specific Errors
sse.sample
.
- Added a
NEWS.md
file to track changes to the package.