Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.2 KB

NEWS.md

File metadata and controls

33 lines (29 loc) · 1.2 KB

Version: 0.99.0

Version: 0.99.1

  • Date: 2023-05-26
  • Text: Update Imports
  • Details: Move pheatmap, vegan, Biobase, BiocStyle from Suggests to Imports to ensure the generation of vignette

Version: 0.99.2

  • Date: 2023-11-14
  • Text: Updates for Bioconductor
  • Details: Update several documents
    • DESCRIPTION: Add a URL field pointing to the GitHub repository
    • vignettes: Wrap as many texts as possible to a character limit of 80; Use library() calls instead of sapply(); Use TreeSummarizedExperiment package to reshape datasets; Remove colorize()
    • R: Update for() loops; Remove extra ### lines

Version: 0.99.3

  • Date: 2023-12-21
  • Text: Debug percentileofscore
  • Details: Debug the function percentileofscore(), thus the generated data frame has rownames and colnames as the input data frame to ensure the operation of function percentile_norm()

Version: 1.1.1

  • Date: 2024-09-18
  • Text: pca function clash
  • Details: Avoid the clash of function pca() from vegan and mixOmics packages