-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
Package: zooimageui
Type: Package
Version: 1.0.0
Date: 2022-05-09
Title: User Interface for ZooImage
Description: Shiny interface on top of ZooImage for its easy and intuitive use.
Authors@R: c(
person("Martin", "Lecocq", role = c("aut", "cre"),
email = "martin.lecocq@std.heh.be"),
person("Philippe", "Grosjean", role = c("aut"),
email = "phgrosjean@sciviews.org",
comment = c(ORCID = "0000-0002-2694-9471"))
)
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends: R (>= 4.0.0)
Imports:
attempt,
config (>= 0.3.1),
DT,
glue,
golem (>= 0.3.1),
htmltools (>= 0.5.2),
mlearning (>= 1.1.1),
processx,
shiny (>= 1.7.1),
shinyjs,
shinythemes,
bslib (>= 0.3.1),
stats,
stringr,
zooimage (>= 5.5.2),
rlang (>= 1.0.0),
utils,
fs
Suggests:
spelling,
testthat (>= 3.0.0)
License: GPL (>= 2)
URL: https://github.com/SciViews/zooiamgeui, https://www.sciviews.org/zooimageui/
BugReports: https://github.com/SciViews/zooimageui/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Encoding: UTF-8
Language: en-US
LazyData: true
Config/testthat/edition: 3