-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.2 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
Package: xfun
Type: Package
Title: Supporting Functions for Packages Maintained by 'Yihui Xie'
Version: 0.50.5
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666", URL = "https://yihui.org")),
person("Wush", "Wu", role = "ctb"),
person("Daijiang", "Li", role = "ctb"),
person("Xianying", "Tan", role = "ctb"),
person("Salim", "Brüggemann", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-5329-5987")),
person("Christophe", "Dervieux", role = "ctb"),
person()
)
Description: Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.
Depends: R (>= 3.2.0)
Imports: grDevices, stats, tools
Suggests:
testit,
parallel,
codetools,
methods,
rstudioapi,
tinytex (>= 0.30),
mime,
litedown (>= 0.4),
commonmark,
knitr (>= 1.47),
remotes,
pak,
rhub,
renv,
curl,
xml2,
jsonlite,
magick,
yaml,
qs,
rmarkdown
License: MIT + file LICENSE
URL: https://github.com/yihui/xfun
BugReports: https://github.com/yihui/xfun/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: litedown
Roxygen: list(markdown = TRUE)