-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.31 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: camtraptor
Title: Read, Explore and Visualize Camera Trap Data Packages
Version: 0.27.0
Authors@R: c(
person("Damiano", "Oldoni", , "damiano.oldoni@inbo.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3445-7562")),
person("Peter", "Desmet", , "peter.desmet@inbo.be", role = "aut",
comment = c(ORCID = "0000-0002-8442-8025")),
person("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = "aut",
comment = c(ORCID = "0000-0002-6658-6062")),
person("Raphaël", "Nussbaumer", , "rafnuss@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-8185-10205")),
person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0001-8804-4216")),
person("Jim", "Casaer", , "jim.casaer@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0001-6788-5876")),
person("Lynn", "Pallemaerts", , "lynn.pallemaerts@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-5034-5416")),
person("Nele", "Mullens", role = "ctb",
comment = c(ORCID = "0000-0002-3054-9665")),
person("Research Institute for Nature and Forest (INBO)", role = "cph",
comment = "https://www.vlaanderen.be/inbo/en-gb/"),
person("Research Foundation - Flanders", role = "fnd",
comment = "https://lifewatch.be")
)
Description: Read, explore and visualize Camera Trap Data Packages (Camtrap DP).
'Camtrap DP' (<https://camtrap-dp.tdwg.org>) is a community developed
data exchange format for this type of data. With camtraptor you can read and
filter data, create overviews of observed species, relative abundance or
effort, and plot these data on a map.
License: MIT + file LICENSE
BugReports: https://github.com/inbo/camtraptor/issues
Depends:
R (>= 3.5.0)
Imports:
activity,
assertthat,
dplyr (>= 1.1.0),
EML,
frictionless,
glue,
htmltools,
leaflet,
lifecycle,
lubridate,
overlap,
purrr,
RColorBrewer,
readr,
rlang,
stringr,
tidyr,
tools,
utils,
uuid
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
xml2
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3