From 4c71db0967dc718f462ef885346f370ee48d2216 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Wed, 28 Feb 2024 22:49:50 -0800 Subject: [PATCH] pkgdown to github --- .DS_Store | Bin 6148 -> 6148 bytes .github/workflows/pkgdown.yaml | 4 ++-- DESCRIPTION | 2 +- _pkgdown.yml | 42 +++++++++++++++++++-------------- 4 files changed, 27 insertions(+), 21 deletions(-) diff --git a/.DS_Store b/.DS_Store index b6519d7f2751aecd5c7d74717e28c1df4c85454a..3b428cd9d7f1db8488af7e20c02197fb9384dca7 100644 GIT binary patch delta 57 zcmZoMXfc@J&&kZdz`)4BAi%Ks57TBwNf4KXA(J7Gp_rkhEVw8yCqFM8q+~M>(__}n I>>Pjj0b|<@c>n+a delta 54 zcmZoMXfc@JFUrKgz`)4BAi%(o%1{D?sSL$Q<(n0mmorW_5Mi0j$Sl0sis>xt#0H7Y I>>Pjj0X|?2DgXcg diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index ed7650c..a7276e8 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -22,7 +22,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 @@ -41,7 +41,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: clean: false branch: gh-pages diff --git a/DESCRIPTION b/DESCRIPTION index 2c241d6..301772c 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -24,7 +24,7 @@ License: GPL (>= 2) Imports: survey, stats, spdep, survival, ggplot2, scales, utils, Matrix, reshape2, viridis, sp, sf, shadowtext, ggridges, methods, data.table, RColorBrewer, grDevices, fields, terra, haven Encoding: UTF-8 LazyData: true -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Additional_repositories: https://inla.r-inla-download.org/R/testing/ Suggests: INLA, knitr, rmarkdown, readstata13, patchwork, rdhs, R.rsp, sae, dplyr, tidyr, raster VignetteBuilder: R.rsp, knitr diff --git a/_pkgdown.yml b/_pkgdown.yml index 04b5d95..1f1153f 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -3,22 +3,29 @@ template: bootstrap: 5 navbar: structure: - left: [intro, reference, articles, tutorials, news] - right: [search, github] + left: + - intro + - reference + - articles + - tutorials + - news + right: + - search + - github components: - articles: + articles: text: Articles menu: - - text: Generic small area estimation - href: articles/web_only/small-area-estimation.html - - text: Estimating Subnational U5MR using Simulated Data - href: articles/web_only/u5mr-vignette.html - - text: Estimating Subnational U5MR using DHS Data - href: articles/web_only/u5mr-dhs-vignette.html + - text: Generic small area estimation + href: articles/web_only/small-area-estimation.html + - text: Estimating Subnational U5MR using Simulated Data + href: articles/web_only/u5mr-vignette.html + - text: Estimating Subnational U5MR using DHS Data + href: articles/web_only/u5mr-dhs-vignette.html pkgdown: - as_is: true + as_is: yes reference: -- title: "Child mortality estimation" +- title: Child mortality estimation contents: - getBirths - getDirect @@ -34,7 +41,7 @@ reference: - summary.SUMMERmodel - print.SUMMERprojlist - summary.SUMMERprojlist -- title: "General SAE models" +- title: General SAE models contents: - mapPoints - getAmat @@ -45,7 +52,7 @@ reference: - smoothUnit - print.SUMMERmodel.svy - summary.SUMMERmodel.svy -- title: "Visualization" +- title: Visualization contents: - mapPlot - ridgePlot @@ -54,7 +61,7 @@ reference: - tcpPlot - compareEstimates - mapEstimates -- title: "Pixel-level population simulation" +- title: Pixel-level population simulation contents: - getAreaName - aggPop @@ -67,7 +74,7 @@ reference: - calibrateByRegion - setThresholdsByRegion - projKenya -- title: "Dataset" +- title: Dataset contents: - BRFSS - starts_with("Demo") @@ -76,12 +83,12 @@ reference: - MalawiMap - KenData - kenyaPopulationData -- title: "Other functions" +- title: Other functions contents: - expit - logit - rw.new - - rw.new.pc + - rw.new.pc - st.new - st.new.pc - iid.new @@ -91,4 +98,3 @@ reference: - rst - SUMMER-package -