-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
68 lines (68 loc) · 1.59 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
Package: plimanshiny
Title: A shiny app for the pliman package
Version: 0.1.1
Authors@R:
person("Tiago", "Olivoto", , "[email protected]", role = c("aut", "cre"))
Description: provides an interactive Shiny-based graphical user interface
for the pliman package, facilitating user-friendly access to advanced
plant image analysis tools without the need for extensive programming
knowledge. This package integrates a variety of functionalities for
high-throughput phenotyping, including but not limited to orthomosaic
analysis from drone and satellite imagery, shapefile creation and
handling, time series analysis, image analysis, and phytopathometry,
into a cohesive and intuitive application.
URL: https://github.com/NEPEM-UFSC/plimanshiny
BugReports: https://github.com/NEPEM-UFSC/plimanshiny/issues
Depends:
R (>= 4.1)
License: MIT + file LICENSE
Imports:
bs4Dash,
config (>= 0.3.2),
datamods,
doFuture,
dplyr,
esquisse,
exactextractr,
foreach,
future,
ggplot2,
glue,
golem (>= 0.4.1),
graphics,
grDevices,
leaflet,
mapedit,
mapview (>= 2.11.2),
pak,
parallel,
pliman (>= 3.0.0),
plotly,
purrr,
reactable,
scales,
sf,
shiny (>= 1.7.5.1),
shinyFiles,
shinyjs,
shinyWidgets,
terra,
tibble,
tidyr,
utils,
waiter
Suggests:
drc,
fields,
histoslider,
leaflet.extras2,
leafsync,
magick,
rintrojs,
segmented,
shinycssloaders,
sparkline,
tidyterra
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2