-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 833 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 833 Bytes
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
33
Package: eaMethods
Type: Package
Title: The Title of the Project
Version: 0.0.0.9000
Authors@R: c(
person(given = "David",
family = "Beauchesne",
role = c("aut", "cre", "cph"),
email = "david.beauchesne@hotmail.com",
comment = c(ORCID = "0000-0002-3590-8161")))
Description: A paragraph providing a full description of the project (on
several lines...)
URL: https://github.com/david-beauchesne/eaMethods
BugReports: https://github.com/david-beauchesne/eaMethods/issues
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
taxize,
sf
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
usethis,
worrms
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true