-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·56 lines (56 loc) · 1.4 KB
/
Copy pathDESCRIPTION
File metadata and controls
executable file
·56 lines (56 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
56
Package: mariner
Type: Package
Title: Streamline Quarto Report Generation and Bundling for Dr. Seaman's Classes
Version: 0.2.0
Depends: R (>= 4.2.0)
Authors@R: c(
person(
"Thomas", "Reinke",
email = "thomas_reinke1@baylor.edu",
role = c("aut", "cre")
)
)
Description: Turns one parameterized Quarto template into a set of reports,
renders them, and bundles each source, PDF, TeX file and purled R script
into a zip archive. The package carries its own Quarto PDF theme, with
bundled fonts and a palette tested for contrast and for separation under
colour vision deficiency, so a report and its figures use one set of
colours and there is nothing else to install.
License: MIT + file LICENSE
URL: https://thomasqmd.github.io/mariner/, https://github.com/thomasqmd/mariner
BugReports: https://github.com/thomasqmd/mariner/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: Quarto (>= 1.4), a LaTeX distribution providing xelatex
Imports:
cli,
fs,
furrr,
future,
ggplot2,
glue,
grDevices,
knitr,
purrr,
quarto,
rlang,
stats,
systemfonts (>= 1.1.0),
tools,
utils,
withr,
yaml,
zip
Suggests:
testthat (>= 3.0.0),
pkgload,
tidyr,
progressr,
tinytex,
conflicted,
dplyr,
patchwork,
tidyverse
Config/testthat/edition: 3
VignetteBuilder: quarto