-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.02 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
Package: maimer
Type: Package
Title: Handle Camera Trap Data
Version: 0.2.0
Date: 2024-08-18
Imports:
bs4Dash,
dplyr,
exifr,
ggplot2,
leaflet,
magrittr,
methods,
overlap,
sf,
shiny,
shinyFiles,
shinyTree,
terra,
tidyr,
rlang
Authors@R: c(
person(given = "Stanislas Mahussi", family = "Gandaho", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-4969-1252", affiliation = "Laboratory of Applied Ecology, University of Abomey-Calavi, Benin (LAE/UAC)")
)
)
Maintainer: Stanislas Mahussi Gandaho <[email protected]>
Description: Provided tool to edit, extract, visualize and analyze
cameras trap data. The Graphical User Interface integrated is additional tool to process image labeling/annotation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests: testthat (>= 3.0.0), vegan
Config/testthat/edition: 3
URL: https://stangandaho.github.io/maimer/
Depends:
R (>= 3.5)