Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
59 changes: 49 additions & 10 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,48 @@ destination: docs
home:
title: Dynamic Factor Models for R

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

articles:
- title: Introduction to dfms
desc: Provides a walk-through of all main features
contents:
- introduction
development:
mode: auto

navbar:
title: dfms
structure:
left:
- reference
- articles
- news
- blog
right:
- search
- github
components:
reference:
text: Documentation
href: reference/index.html
articles:
text: Vignettes
href: articles/index.html
news:
text: News
href: news/index.html
blog:
text: Blog
href: https://sebkrantz.github.io/Rblog/
github:
icon: fa-github
href: https://github.com/SebKrantz/dfms
aria-label: GitHub

right:
- icon: fa-github
href: https://github.com/SebKrantz/dfms

reference:
- title: "Information Criteria"
Expand Down Expand Up @@ -52,3 +82,12 @@ reference:
desc: "Euro area macroeconomic data from Banbura and Modugno (2014), and 3 DFM specifications considered in their paper."
- contents:
- BM14_Models

articles:
- title: Introduction to dfms
desc: Provides a walk-through of all main features
contents:
- introduction
- title: Dynamic Factor Models - A Very Short Introduction
desc: Provides a short theoretical overview of dynamics factor models as used in the economics literature
href: https://raw.githubusercontent.com/SebKrantz/dfms/main/vignettes/dynamic_factor_models_paper.pdf
Loading