-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.28 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
Package: svMisc
Type: Package
Version: 1.4.3
Title: Miscellaneous Functions for 'SciViews::R'
Description: Functions required for the 'SciViews::R' dialect or for general
use: manage a temporary environment attached to the search path, define
synonyms for R functions using aka(), test if 'Aqua', 'Mac', 'Win' ... Show
progress bar, etc.
Authors@R: c(
person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "phgrosjean@sciviews.org",
comment = c(ORCID = "0000-0002-2694-9471")),
person("Romain", "Francois", role = "ctb",
email = "romain@r-enthusiasts.com"),
person("Kamil", "Barton", role = "ctb",
email = "kamil.barton@uni-wuerzburg.de"))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends: R (>= 4.2.0)
Imports:
cli (>= 3.6.1),
methods (>= 4.2.0),
rlang (>= 1.1.1),
stats (>= 4.2.0),
tools (>= 4.2.0),
utils (>= 4.2.0)
Suggests:
tcltk (>= 4.2.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
License: GPL-2
URL: https://github.com/SciViews/svMisc, https://www.sciviews.org/svMisc/
BugReports: https://github.com/SciViews/svMisc/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3