-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.15 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
Package: starticles
Type: Package
Title: A Generic, Publisher-Independent Template for Writing Scientific Documents in 'rmarkdown'
Version: 0.1.0
Authors@R: c(
person("David M.", "Kaplan", role = c("aut", "cre", "cph"), email = "dmkaplan2000@gmail.com", comment = c(ORCID = "0000-0001-6087-359X", github = "dmkaplan2000"))
)
Description: Provides a generic, publisher-independent Rmarkdown template for writing
scientific papers and reports in Rmarkdown. The template allows for all the basic features of a
scientific article, including a title page with author affiliations and footnotes possibly shown
in two common formats, multi-language abstracts and keywords, page headers and footers, and
the ability to place figures and tables at the end of the output PDF. Smart cross-referencing of
figures, tables, equations and sections is provided using the bookdown package. See package
README.md for basic package usage.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/dmkaplan2000/starticles
Depends: R (> 3.5.0)
Imports: rmarkdown, bookdown, knitr
Suggests: rticles
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0