-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1004 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
Package: boilerplate
Title: Tools for Managing and Compiling Manuscript Templates
Version: 0.0.1.5
Authors@R:
person("Joseph", "Bulbulia", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5861-2056"))
Description: The 'boilerplate' package provides a comprehensive suite of tools
for managing, accessing, and compiling boilerplate text templates.
It simplifies the creation and maintenance of template databases,
enabling users to efficiently store, retrieve, and update content.
The package supports various output formats including Markdown, LaTeX,
and HTML, making it versatile for different types of document generation.
Additionally, it includes utility functions for version control and
timestamping, ensuring that templates are well-organised and up-to-date.
License: GPL-3
Encoding: UTF-8
Imports:
glue,
here,
cli,
R6,
rlang,
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000