-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 910 Bytes
/
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
Package: subreport
Title: Generate Reports from `subfoldr2` Objects
Version: 0.0.0.9017
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Facilitates generation of .Rmd and .html reports from tables,
(code) blocks and figures (plots and windows) saved using the
subfoldr2 package. To quickly view all the results use
`sbr_knit_results()`. The `sbr_n()` and `sbr_s()` functions can be
used to insert numbers or strings saved using subfoldr2.
License: MIT + file LICENSE
Imports:
chk,
data.table,
knitr,
rmarkdown,
subfoldr2 (>= 0.0.0.9045),
utils,
yesno
Suggests:
covr,
ggplot2,
testthat,
withr
Remotes:
poissonconsulting/subfoldr2
Encoding: UTF-8
RoxygenNote: 7.3.2