Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.34 KB

NEWS.md

File metadata and controls

49 lines (32 loc) · 1.34 KB

fxTWAPLS (development version)

fxTWAPLS 0.1.2

  • Remove taxa with 0 tolerance.
  • Add example script to the main page.
  • Add reference to the functions WAPLS.w2 and TWAPLS.w2.

fxTWAPLS 0.1.1

  • Update maintainer's contact information.

fxTWAPLS 0.1.0

  • New minor version.
  • Added new versions for the functions WAPLS (WAPLS.w2) and TWAPLS (TWAPLS.w2), both functions use the correction 1/fx in steps 2 and 7 separately, instead of using the correction 1/fx^2 in step 7 together.

fxTWAPLS 0.0.7

  • Made fx correction a build-in function.
  • Added p-spline smoothed fx estimation.
  • Added taxa-stripping-out strategy to cross-validation functions.

fxTWAPLS 0.0.6

  • Removed unused benchmark functions and test.
  • Simplified the list of suggested packages.

fxTWAPLS 0.0.5

  • Added support for the progressr API (display a progress bar).
  • Added the helper function pb to simplify the interaction with the progressr API.

fxTWAPLS 0.0.4

  • Added detailed description for return components for the following functions: TWAPLS.predict, TWAPLS.w, WAPLS.predict, WAPLS, and rand.t.test.

fxTWAPLS 0.0.3

  • Made utilitarian functions for internal use only.
  • Simplified examples.

fxTWAPLS 0.0.2

  • Improved version of Sample Specific Errors sse.sample.

fxTWAPLS 0.0.1

  • Added a NEWS.md file to track changes to the package.