-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1000 Bytes
/
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
Package: FloraIberica
Title: Taxonomic and distribution data for all the vascular plants present
in the Iberian Peninsula and Balearic Islands
Version: 0.0.3
Authors@R:
person("Francisco", "Rodríguez-Sánchez", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7981-1599"))
Description: Check which plant taxa are present and/or endemic,
and get detailed (10x10 km) distribution maps for all the vascular plants present
in the Iberian Peninsula and Balearic Islands, from genus to subspecies level,
based on the AFLIBER database (<doi:10.1111/geb.13363>).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/Pakillo/FloraIberica
BugReports: https://github.com/Pakillo/FloraIberica/issues
Suggests:
dplyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
ggplot2,
nngeo,
sf
Depends:
R (>= 2.10)
LazyData: true
LazyDataCompression: bzip2