Conos Versions Save

R package for the joint analysis of multiple single-cell RNA-seq datasets

v1.5.2

2 months ago

Version 1.5.2 published on CRAN, 26 February 2024

Changes

  • Removed -L/usr/lib/ in Makevars

v1.5.1

3 months ago

Version 1.5.1 published on CRAN, 22 January 2024

Changes

  • Removed -L/usr/lib/ in Makevars
  • Remove C++11 flag
  • Fixed various roxygen2 typos and variable names for docs consistency
  • S3 method exports, buildWijMatrix.*

v1.5.0

1 year ago

Version 1.5.0 published on CRAN, 17 October 2022

Changes

  • Fixed compilation issue on certain OS configurations

v1.4.9

1 year ago

Version 1.4.9 published on CRAN, 30 September 2022

Changes

  • Fixed multithreading with largeVis, GitHub issue #129

v1.4.8

1 year ago

Version 1.4.8 published on CRAN, 25 September 2022

Changes

  • Add back 'velocityInfoConos()'
  • Remove 'Matrix.utils' as dependency

v1.4.7

1 year ago

Version 1.4.7 published on CRAN, 4 September 2022

Changes

  • Fixes for Matrix, updated versions 1.4.2, 1.5.0
  • Use inherits() for conditionals with class()

v1.4.6

2 years ago

Version 1.4.6 published on CRAN, 11 April 2022

Changes

  • Removed unused R packages from "Suggests" (now in sccore), i.e. 'ggrastr', 'pROC', 'pbapply'
  • Modified adjustedRand.c from clues to C++ function, revised R code for internal function adjustedRand() in conclass.R

v1.4.5

2 years ago

Version 1.4.5 published on CRAN, 21 January 2022

Changes

  • Removed unused R packages from "Suggests" (now in sccore), i.e. 'ggrastr', 'pROC', 'pbapply'
  • Modified adjustedRand.c from clues to C++ function, revised R code for internal function adjustedRand() in conclass.R

v1.4.4

2 years ago

Version 1.4.4 published on CRAN, 8 November 2021

Changes

  • Added fail.on.error=TRUE in some plapplys
  • Re-added getGeneExpression() methods for Seurat (lost in merge 552408f)
  • Switched to CircleCI

v1.4.3

2 years ago

Version 1.4.3 published on CRAN, 7 August 2021

Changes

  • Fix the function parseCellGroups(), check if clustering exists