-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.19 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: siteymlgen
Title: Automatically Generate _site.yml File for 'R Markdown'
Version: 1.0.0.9000
Authors@R:
person(given = "Adam",
family = "Cribbs",
role = c("aut", "cre"),
email = "adam.cribbs@ndorms.ox.ac.uk",
comment = c(ORCID = "0000-0001-5288-3077"))
Description: The goal of 'siteymlgen' is to make it easy to organise
the building of your 'R Markdown' website.
The init() function placed within the first code chunk of the index.Rmd
file of an 'R' project directory will initiate the generation of an automatically
written _site.yml file. 'siteymlgen' recommends a specific naming
convention for your 'R Markdown' files. This naming will ensure that
your navbar layout is ordered according to a hierarchy.
License: MIT + file LICENSE
URL: https://github.com/Acribbs/siteymlgen
LazyData: true
Depends:
R (>= 3.2)
Imports:
data.table,
dplyr,
ymlthis,
magrittr,
yaml,
stringr,
lubridate,
rmarkdown,
rlist,
purrr
Suggests:
knitr,
testthat,
spelling,
pkgdown,
roxygen2 (>= 7.0.0),
markdown
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0