-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 989 Bytes
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 989 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: CompoundVision3D
Title: Three-dimensional Compound Eye Analysis
Description: xxx.
Version: 0.0.9054
License: MIT + file LICENSE
URL: https://github.com/Peter-T-Ruehr/compound_vision_3D
BugReports: https://github.com/Peter-T-Ruehr/compound_vision_3D/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
doParallel,
doSNOW,
dplyr,
forceR,
foreach,
geometry,
grDevices,
gridExtra,
knitr,
magrittr,
MASS,
openxlsx,
parallel,
progress,
RANN,
readr,
reshape2,
rgl,
rjson,
stats,
tidyr,
tidyverse,
viridis,
xlsx
Depends:
R (>= 4.0)
VignetteBuilder: knitr
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Authors@R:
c(person(given = "Peter T.",
family = "Rühr",
email = "peter.ruehr@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2776-6172")))
Maintainer: Peter T. Rühr <peter.ruehr@gmail.com>