From 0066ae2368e44bffad1aefdcf1bb6a8ffc07e762 Mon Sep 17 00:00:00 2001 From: Sebastian Krantz Date: Mon, 17 Mar 2025 00:20:12 -0400 Subject: [PATCH 1/3] Update action. --- .github/workflows/test-coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 4b9feba..d6e91e8 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -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 From a383642d134008bbcf3b877f367428fc1a3dbcdd Mon Sep 17 00:00:00 2001 From: Sebastian Krantz Date: Mon, 17 Mar 2025 00:31:38 -0400 Subject: [PATCH 2/3] Update pkgdown.yml --- _pkgdown.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 06cbe25..7458a8a 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -4,14 +4,27 @@ 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" + +development: + mode: auto articles: - title: Introduction to dfms desc: Provides a walk-through of all main features contents: - introduction + - title: Dynamic Factor Models + desc: Provides a walk-through of all main features + href: https://raw.githubusercontent.com/SebKrantz/dfms/main/vignettes/dynamic_factor_models_paper.pdf right: - icon: fa-github From d362e458aa55ef502c0128a78e78ff5db43d638f Mon Sep 17 00:00:00 2001 From: Sebastian Krantz Date: Mon, 17 Mar 2025 00:36:14 -0400 Subject: [PATCH 3/3] Minor adjustments. --- _pkgdown.yml | 48 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 7458a8a..94ed85c 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -17,18 +17,35 @@ template: development: mode: auto -articles: - - title: Introduction to dfms - desc: Provides a walk-through of all main features - contents: - - introduction - - title: Dynamic Factor Models - desc: Provides a walk-through of all main features - href: https://raw.githubusercontent.com/SebKrantz/dfms/main/vignettes/dynamic_factor_models_paper.pdf +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" @@ -65,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