Install
Installing barRoso
The barRoso
package is available on GitHub and can be installed using devtools
. Before installation, make sure you have the following packages installed:
# Install devtools if needed
install.packages("devtools")
# Install dependencies
::install_github("idiv-biodiversity/LCVP")
devtools::install_github("idiv-biodiversity/lcvplants")
devtools
# Install barRoso
::install_github("DBOSlab/barRoso") devtools
Load the package
library(barRoso)
You are now ready to start cleaning, standardizing, and analyzing plant specimen records.
System Requirements
- R version >= 4.1
- Compatible with macOS, Windows, and Linux
- Requires internet access to query taxonomic APIs and download specimen records
Optional: Install recommended packages
For full functionality (label generation, mapping, regex, etc.), install the following suggested packages:
install.packages(c(
"dplyr", "stringr", "sf", "ggplot2", "rmarkdown", "purrr", "tidyr"
))
Get Help
For troubleshooting or support, visit: