• Overview
•
Features
•
Installation
•
Get started
•
Long-form documentations
•
Citation
•
Contributing
•
Acknowledgments
•
References
The R package ecoclassifyr
… {{ DESCRIBE YOUR PACKAGE }}
The main purpose of ecoclassifyr
is to… {{ DESCRIBE THE MAIN
FEATURES }}
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 < ecoclassifyr > from GitHub ----
remotes::install_github("frbcesab/ecoclassifyr")
Then you can attach the package ecoclassifyr
:
library("ecoclassifyr")
For an overview of the main features of ecoclassifyr
, please read the
Get
started
vignette.
ecoclassifyr
provides {{ NUMBER OF VIGNETTES }} vignettes to learn
more about the package:
- the Get started vignette describes the core features of the package
- {{ LIST ADDITIONAL VIGNETTES }}
Please cite ecoclassifyr
as:
Casajus Nicolas (2024) ecoclassifyr: An R package to {{ TITLE }}. R package version 0.0.0.9000. https://github.com/frbcesab/ecoclassifyr/
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the ecoclassifyr
project is released with a
Contributor Code of
Conduct.
By contributing to this project, you agree to abide by its terms.
{{ OPTIONAL SECTION }}
{{ OPTIONAL SECTION }}