-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1.13 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
Package: minimalTemplate
Title: A minimal template for scientific manuscripts
Version: 0.0.4
Date: 2018-05-31
Authors@R: c(
person("Karlo", "Guidoni Martins", email = "kguidonimartins@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8458-8467"))
)
Description: This package focuses on writing scientific manuscripts using
RMarkdown. All package architecture was developed to deliver a
document in `.docx` format. In addition, the package provides a
configuration function for version control of files in `.docx`
using the pre- and post-commit scripts.
License: MIT + file LICENSE
Maintainer: Karlo Guidoni Martins <kguidonimartins@gmail.com>
URL: https://github.com/kguidonimartins/minimalTemplate, https://kguidonimartins.github.io/minimalTemplate
BugReports: https://github.com/kguidonimartins/minimalTemplate/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports:
usethis,
knitr,
git2r,
rmarkdown,
magrittr,
docxtractr,
dplyr,
glue,
readr,
here,
fs
VignetteBuilder:
knitr
SystemRequirements: GNU make
Suggests:
testthat