CrossClustering 4.1.2
- exported cc_test_ari,cc_test_ari_permutation,consensus_cluster,
andis_zero
CrossClustering 4.1.1
- Removed .Random.seedafter CRAN request.
CrossClustering 4.1.0
- linted
- switch from {magrittr}to native pipe
- switch from {assertive}to{checkmate}
CrossClustering 4.0.4
- Added .github/CONTRIBUTING.md
- Added .github/ISSUE_TEMPLATE.mdfile
- Added CODE_OF_CONDUCT.mdfile
- Added LICENCEfile for GPL-3
CrossClustering 4.0.3 (CRAN
ACCEPTED)
- re-submission to CRAN
- fix DESCRIPTIONissues
CrossClustering 4.0.2
- re-submission to CRAN
- fix DESCRIPTIONissues
CrossClustering 4.0.1
- submit to CRAN
- url fixed
- spellcheck
- update .travis.ymlto fix an error in the macOS-devel
build:warnings_are_errors: falsefor that build.
CrossClustering 3.3.02
- Rversions 3.1 and 3.2 removed from Travis-CI
- Reformat DESCRIPTIONfile
CrossClustering 3.3.01
- Reference updated
- Removed exported function cc_test_ari()andcc_test_ari_permutation()because now included inari()
- Adapted code and test to the new structures and conventions
- Added dependencies for package dplyr
- Changed and renamed cc_max_proportion()inconsensus_cluster()as a constructor of object of class
consensus_cluster
- Created reverse_table()to come back from a contingency
table to the unrolled vector of elements (issue #13)
- Changes made in cc_get_clust()andcc_crossclustering()(issue #15)
- Added examples for correlation (issue #14)
- Changed and Renamed cc_ari_contingency()toarias a constructor of objects of class ari (issue
#12)
- Added package cliinto the dependencies
- Update DESCRIPTION
- Add Lifecycle badge
- Add CRAN badge
CrossClustering 3.2.14
- Added OSX on Travis-CI
- Updated README
- Minor style changes
- Changed al unnecessary use of dot (.) to underscore
(_)
CrossClustering 3.1.42
- Renamed which_cluster()tocc_get_cluster()
- Renamed SignificanceARI()tocc_test_ari()
- Renamed PermSignificanceARI()tocc_test_ari_permutation()
- Renamed max_proportion_function()tocc_max_proportion()
- Renamed CrossClustering()tocc_crossclustering()
- Renamed ARI_contingency()tocc_ari_contingency()
CrossClustering 3.1.35
- Added test for ARI_contingency()as requested in
issue-#7
CrossClustering 3.1.34
- Added examples to main functions
- Adopted a verb-like style for the function names
- Added data/,data-raw/andR/data.Rto include example data into the package.
- Adopted snake_case for function and variable names
- Added functions: ARI_contingency(),PermSignificanceARI()andSignificanceARI().
- Added support for complete and single method to
CrossClustering()
- Removed all the calls to :in favor ofseq_*()
- Removed all the calls to require()orlibrary()
- Removed all the calls to sapply()
- Substituted geneinlista()withwhich_cluster()
- Reshaped directory tree
- Added dependencies.Rto track imported
dependencies
- Added utils-pip.Rto support pipe operator
- Added utils.Rfor utility functions
- Restyled all the code
- Added tests modulus for all the functions
- Added support for Travis, Appveyor and Codecov CI
- Added a NEWS.mdfile to track changes to the
package.