-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: ethnobotanyR
Type: Package
Title: Calculate Quantitative Ethnobotany Indices
Description: An implementation of the quantitative ethnobotany indices in R. The goal is to provide an easy-to-use platform for ethnobotanists to assess the cultural significance of plant species based on informant consensus. The package closely follows the paper by Tardio and Pardo-de-Santayana (2008). Tardio, J., and M. Pardo-de-Santayana, 2008. Cultural Importance Indices: A Comparative Analysis Based on the Useful Wild Plants of Southern Cantabria (Northern Spain) 1. Economic Botany, 62(1), 24-39. <doi:10.1007/s12231-007-9004-5>.
Version: 0.1.9
Authors@R: c(
person("Cory", "Whitney", email = "whitney.cory@gmail.com", role = c("aut", "cre"))
)
Date: 2022-12-17
Depends: R (>= 3.2.0)
Imports:
circlize,
cowplot,
dplyr,
ggalluvial,
ggplot2,
ggridges,
reshape2,
magrittr
License: GPL
URL: https://CRAN.R-project.org/package=ethnobotanyR
BugReports: https://github.com/CWWhitney/ethnobotanyR/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
broom,
knitr,
rmarkdown,
tidyr,
stringr
VignetteBuilder: knitr