## install stable release
::install_github(
devtoolsrepo = 'https://github.com/serkor1/SLmetrics@*release',
ref = 'main'
)
2 Summary
2.1 Basic Usage
2.2 Installation
2.2.1 Stable version
2.2.2 Development version
## install development version
::install_github(
devtoolsrepo = 'https://github.com/serkor1/SLmetrics',
ref = 'development'
)