-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 890 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 890 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
34
35
36
Package: PTRscripts
Type: Package
Title: Miscellaneous Scripts
Version: 0.0.9000
Description: A collection of miscellaneous scripts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/Peter-T-Ruehr/compound_vision_3D
BugReports: https://github.com/Peter-T-Ruehr/compound_vision_3D/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
phytools,
tidytree,
stringr,
tibble,
taxize,
rgbif,
dplyr,
magrittr
Depends:
R (>= 4.0)
VignetteBuilder: knitr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Authors@R:
c(person(given = "Peter T.",
family = "Rühr",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2776-6172")))
Maintainer: Peter T. Rühr <[email protected]>