Skip to contents

Changes in version 0.9.6

FIXES

  • Downgrade for package methods from 4.1.3 to 3.6.2 to support old MAC
  • Using function inherits() to test the class of an object

Changes in version 0.9.5

CRAN release: 2022-07-07

CHANGES

  • Removed dependency: gdata
  • Added dependency: methods

BUG FIXES

  • tibble data is converted into data.frame to avoid crash R/RStudio

Changes in version 0.9.4

FIXES

  • Internal function to transform tibble data into a data frame (stop crashing)
  • Covariance is only returned when the levels of colPath is higher than 1.

Changes in version 0.9.1

CRAN release: 2022-02-14

CHANGES

  • Improving performance - memory usage and execution time.
    • Execution time was improved in approximately 25%
    • Memory usage was improved in approximately 5%

Changes in version 0.9.0

CRAN release: 2022-01-10

NEW FEATURES

  • AlphaPart now has a method for partitioning trends in genetic mean and variance to understand breeding practices
  • New Arguments:
    • center: detect a shift in base population mean and attributes it as parent average effect rather than Mendelian sampling effect
    • scaleEBV: you can define whether is appropriate to center and/or scale the colBV columns in respect to the base population

CHANGES

  • New dependencies: dplyr, magrittr

Changes in version 0.8.2

CRAN release: 2021-09-21

NEW FEATURES