Skip to content

Commit 17daf52

Browse files
authored
Merge pull request #60 from SebKrantz/development
Development
2 parents 2efec77 + d362e45 commit 17daf52

File tree

2 files changed

+50
-11
lines changed

2 files changed

+50
-11
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload test results
4747
if: failure()
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: coverage-test-failures
5151
path: ${{ runner.temp }}/package

_pkgdown.yml

Lines changed: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,48 @@ destination: docs
44
home:
55
title: Dynamic Factor Models for R
66

7-
# template:
8-
# bootstrap: 5
7+
template:
8+
bootstrap: 5
9+
bootswatch: sandstone # Also good: flatly, yeti, simplex, superhero, zephyr
10+
theme: ayu-dark # Or: ayu-mirage
11+
math-rendering: katex
12+
bslib:
13+
primary: "#1e2124" # "#202224" # "#242424" # "#003254"
14+
code-color: "#004573" # "#9c0027" # "#004d80" # b3002d
15+
gray-dark: "#3f464d"
916

10-
articles:
11-
- title: Introduction to dfms
12-
desc: Provides a walk-through of all main features
13-
contents:
14-
- introduction
17+
development:
18+
mode: auto
19+
20+
navbar:
21+
title: dfms
22+
structure:
23+
left:
24+
- reference
25+
- articles
26+
- news
27+
- blog
28+
right:
29+
- search
30+
- github
31+
components:
32+
reference:
33+
text: Documentation
34+
href: reference/index.html
35+
articles:
36+
text: Vignettes
37+
href: articles/index.html
38+
news:
39+
text: News
40+
href: news/index.html
41+
blog:
42+
text: Blog
43+
href: https://sebkrantz.github.io/Rblog/
44+
github:
45+
icon: fa-github
46+
href: https://github.com/SebKrantz/dfms
47+
aria-label: GitHub
1548

16-
right:
17-
- icon: fa-github
18-
href: https://github.com/SebKrantz/dfms
1949

2050
reference:
2151
- title: "Information Criteria"
@@ -52,3 +82,12 @@ reference:
5282
desc: "Euro area macroeconomic data from Banbura and Modugno (2014), and 3 DFM specifications considered in their paper."
5383
- contents:
5484
- BM14_Models
85+
86+
articles:
87+
- title: Introduction to dfms
88+
desc: Provides a walk-through of all main features
89+
contents:
90+
- introduction
91+
- title: Dynamic Factor Models - A Very Short Introduction
92+
desc: Provides a short theoretical overview of dynamics factor models as used in the economics literature
93+
href: https://raw.githubusercontent.com/SebKrantz/dfms/main/vignettes/dynamic_factor_models_paper.pdf

0 commit comments

Comments
 (0)