-
Notifications
You must be signed in to change notification settings - Fork 14
/
_pkgdown.yml
42 lines (39 loc) · 1.05 KB
/
_pkgdown.yml
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
url: https://rjournal.github.io/rjtools/
template:
params:
bootswatch: cosmo
reference:
- title: Create article
desc: Functions to create an R Journal article from the template
contents:
- create_article
- title: Article checks
desc: Functions to check that folder structure and article format meet R Journal submission guideline
contents:
- starts_with("check")
- title: R Markdown article format
desc: Functions to build HTML and PDF R Journal articles
contents:
- rjournal_article
- rjournal_web_article
- rjournal_pdf_article
- title: Prepare article submission
desc: Functions to help building a zip file of relevant materials for submission
contents:
- zip_paper
- prep_submission
- submit_rjournal
- keywords
- title: Tools for building journal issues and website
desc: Functions for the editor to produce issues from several articles
contents:
- ends_with("issue")
- rjournal_website
articles:
- title: All vignette
navbar: ~
contents:
- create_article
- format-details
- check_functions
- article_template