-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.92 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
Package: froggeR
Type: Package
Title: Enhance 'Quarto' Project Workflows and Standards
Version: 0.3.0
Authors@R:
person(
"Kyle",
"Grealis",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9223-8854")
)
Maintainer: Kyle Grealis <[email protected]>
Description: Streamlines 'Quarto' workflows by providing tools for consistent project setup and documentation. Enables portability through reusable metadata, automated project structure creation, and standardized templates. Features include enhanced project initialization, pre-formatted 'Quarto' documents, comprehensive data protection settings, custom styling, and structured documentation generation. Designed to improve efficiency and collaboration in R data science projects by reducing repetitive setup tasks while maintaining consistent formatting across multiple documents. There are many valuable resources providing in-depth explanations of customizing 'Quarto' templates and theme styling by the Posit team: <https://quarto.org/docs/output-formats/html-themes.html#customizing-themes> & <https://quarto.org/docs/output-formats/html-themes-more.html>, and at the Bootstrap community's GitHub at <https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
cli (>= 3.0.0),
glue (>= 1.6.0),
here (>= 1.0.1),
quarto (>= 1.3.0),
rappdirs,
readr (>= 2.0.0),
rstudioapi,
stringr (>= 1.5.0),
usethis (>= 2.2.0),
yaml
Suggests:
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/build/copy-resources:
inst/gists/basic_quarto.qmd
inst/gists/custom_quarto.qmd
inst/gists/README.md
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://kylegrealis.github.io/froggeR/
BugReports: https://github.com/kyleGrealis/froggeR/issues