-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
66 lines (60 loc) · 2.12 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
template:
package: centerPackageTemplate
default_assets: false
home:
strip_header: true
links:
- text: Learn more
href: literasee.io
navbar:
title: ~
type: default
left:
- text: Getting Started
href: articles/Literasee.html
- text: Vignettes
menu:
- text: "Advanced Literasee 1"
href: articles/Literasee_Vignette_1.html
- text: "Advanced Literasee 2"
href: articles/Literasee_Vignette_2.html
- text: Reference
href: reference/index.html
- text: News
menu:
- text: "Release notes"
- text: "Version 0.0-3.0"
href: articles/releases/Literasee-0.0-3.0.html
- text: "Version 0.0-0.8"
href: articles/releases/Literasee-0.0-0.8.html
- text: "Version 0.0-0.4"
href: articles/releases/Literasee-0.0-0.4.html
- text: "Version 0.0-0.1"
href: articles/releases/Literasee-0.0-0.1.html
- text: "------------------"
- text: "Change log"
href: news/index.html
right:
- icon: fab fa-github
href: https://github.com/centerforassessment/Literasee
- icon: fab fa-twitter
href: https://twitter.com/intent/tweet?url=https%3A%2F%2Fcenterforassessment.github.io%2FLiterasee&via=NCIEA1&text=Literasee%3A%20R%20package%20for%20assessment%20literacy%20content%20development&hashtags=rstats%2CLiterasee
reference:
- title: Content export functions
desc: Functions that directly export content.
contents:
- reportSGP
- title: Report rendering functions
desc: Functions to render (knit) .Rmd documents into finished reports in various file formats. These are wrappers/extensions of the rmarkdown package functionality.
contents:
- renderMultiDocument
- multi_document
- title: Lower level functions
desc: Functions used in reports to create beautiful tables in HTML and PDF, and keep track of tables, figures, and equations.
contents:
- dualTable
- eqnNum
- setCounters
- tblCap
- tblNum
- tblNumIncrement