-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.31 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
Package: svDialogs
Type: Package
Version: 1.1.2
Title: 'SciViews::R' - Standard Dialog Boxes for Windows, MacOS and Linuxes
Description: Quickly construct standard dialog boxes for your GUI, including
message boxes, input boxes, list, file or directory selection, ... In case R
cannot display GUI dialog boxes, a simpler command line version of these
interactive elements is also provided as fallback solution.
Authors@R: c(
person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2694-9471")),
person("Paul", "Hibbins", role = "ctb",
email = "[email protected]"))
Maintainer: Philippe Grosjean <[email protected]>
Depends:
R (>= 2.6.0)
Imports:
methods (>= 2.6.0),
rstudioapi (>= 0.7),
svGUI (>= 1.0.0),
utils (>= 2.6.0)
Suggests:
covr (>= 3.5.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
SystemRequirements: zenity, yad
License: GPL-2
URL: https://github.com/SciViews/svDialogs, https://www.sciviews.org/svDialogs/, https://sciviews.r-universe.dev/svDialogs
BugReports: https://github.com/SciViews/svDialogs/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3