forked from UCANR-IGIS/uasimg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 923 Bytes
/
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
Package: uasimg
Type: Package
Title: Drone Image Utilities
Description: This package manages images from drone mapping projects, including data management, metadata creation, creating data catalogs, converting file formats, and utilities for single-image analysis.
Date: 2022-11-11
Version: 1.8.3
Authors@R: person("Andy", "Lyons", email = "[email protected]", role = c("aut", "cre"))
BugReports: https://github.com/ucanr-igis/uasimg/issues
URL: https://github.com/ucanr-igis/uasimg
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6.0),
magrittr
Imports:
base64enc,
crayon,
digest,
dplyr,
exiftoolr,
htmltools,
imager,
leaflet,
magick,
methods,
readr,
rmarkdown,
sf,
stringr,
tibble,
tidyr,
tools,
xml2
Suggests:
ggmap,
kableExtra,
knitr,
DiagrammeR,
DiagrammeRsvg
RoxygenNote: 7.2.1
VignetteBuilder: knitr