Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 2.72 KB

NEWS.md

File metadata and controls

75 lines (38 loc) · 2.72 KB

metaboMisc 0.5.7

  • Removed aberHRML/metaboData from the Remotes field in the DESCRIPTION to ensure that the CRAN version of metaboData is installed.

  • Added sanitiseTable() that can be used to restrict the number of rows in a table and round numeric columns to a given number of significant figures.

metaboMisc 0.5.6

  • Fixed missing argument error in detectPretreatmentParameters() when miss injections are detected.

metaboMisc 0.5.5

  • Added gzip_ext argument to convertSampleInfo() to enable the addition of the .gz file extension to file names in the fileNames column.

metaboMisc 0.5.4

  • Added exportModelling() method for the Analysis class.

metaboMisc 0.5.3

  • Added generic methods for exporting individual elements of the Binalysis, MetaboProfile, Analysis and Assignment classes.

  • export methods now return vectors of file paths of the exported files.

metaboMisc 0.5.2

  • Added addAssignments() method for Analysis and Assignment classes.

  • Added exportCSV() that exports data to .csv format and returns the file path of the exported file.

  • Added convertSampleInfo() to convert sample information returned from grover::runInfo to a format compatible with the binneR and profilePro packages.

metaboMisc 0.5.1

  • Fixed error in detectPretreatmentParameters().

metaboMisc 0.5.0

  • Added pkgdown site available here.

  • Removed redundant methods and functions: detectPairwises(), addAssignments(), filterCorrelations(), theme_neat().

  • Improved documentation and added examples.

  • Added unit testing infrastructure.

  • Added detectPretreatmentParameters and detectModellingParameters methods.

  • The magrittr pipe (%>%) is now re-exported.

metaboMisc 0.4.6

  • Fixed parameter handling in preTreatModes.

metaboMisc 0.4.5

  • Fixed breakages and function imports caused by metabolyseR to version 0.14.0.

metaboMisc 0.4.4

metaboMisc 0.4.3

  • Fixed missing method exports for metaboMisc::addAssignments(), metaboMisc::detectBatchDiff(), metaboMisc::detectMissInjections(), metaboMisc::detectPairwises() and metaboMisc::reduce().

metaboMisc 0.4.2

  • Added metaboMisc::featureSummary() to summarise spectral features in the Binalysis S4 class.

metaboMisc 0.4.1

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

  • Added metaboMisc::suitableParallelPlan() to generate a suitable parallel processing future plan.