• Overview
• Features
• Installation
• Get started
• Long-form documentations
• Citation
• Contributing
• Acknowledgments
• References
You can install the development version from GitHub with:
## Install < remotes > package (if not already installed) ----
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
## Install < CycloClust > from GitHub ----
remotes::install_github("NicoDjegh/CycloClust")Then you can attach the package CycloClust:
For an overview of the main features of CycloClust, please read the Get started vignette.
CycloClust provides {{ NUMBER OF VIGNETTES }} vignettes to learn more about the package:
Please cite CycloClust as:
Djeghri Nicolas (2026) CycloClust: An R package to {{ TITLE }}. R package version 0.0.0.9000. https://github.com/NicoDjegh/CycloClust/
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the CycloClust project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.