-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
50 lines (50 loc) · 1.37 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
Type: Package
Package: altdoc
Title: Package Documentation Websites with 'Quarto', 'Docsify', 'Docute', or 'MkDocs'
Version: 0.4.0
Authors@R:
c(person(given = "Etienne",
family = "Bacher",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Vincent",
family = "Arel-Bundock",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2042-7063"))
)
Description: This is a simple and powerful package to create, render, preview,
and deploy documentation websites for 'R' packages. It is a lightweight and
flexible alternative to 'pkgdown', with support for many documentation
generators, including 'Quarto', 'Docute', 'Docsify', and 'MkDocs'.
License: MIT + file LICENSE
URL: https://altdoc.etiennebacher.com, https://github.com/etiennebacher/altdoc
BugReports: https://github.com/etiennebacher/altdoc/issues
Imports:
cli,
desc,
evaluate,
fs,
quarto,
tools,
utils
Suggests:
covr,
digest,
downlit,
future,
future.apply,
knitr,
servr,
spelling,
testthat (>= 3.0.0),
usethis,
withr,
yaml
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
VignetteBuilder: knitr