Skip to content

Commit

Permalink
pkgdown to github
Browse files Browse the repository at this point in the history
  • Loading branch information
richardli committed Feb 29, 2024
1 parent f119eab commit 4c71db0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
42 changes: 24 additions & 18 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,7 +41,7 @@ reference:
- summary.SUMMERmodel
- print.SUMMERprojlist
- summary.SUMMERprojlist
- title: "General SAE models"
- title: General SAE models
contents:
- mapPoints
- getAmat
Expand All @@ -45,7 +52,7 @@ reference:
- smoothUnit
- print.SUMMERmodel.svy
- summary.SUMMERmodel.svy
- title: "Visualization"
- title: Visualization
contents:
- mapPlot
- ridgePlot
Expand All @@ -54,7 +61,7 @@ reference:
- tcpPlot
- compareEstimates
- mapEstimates
- title: "Pixel-level population simulation"
- title: Pixel-level population simulation
contents:
- getAreaName
- aggPop
Expand All @@ -67,7 +74,7 @@ reference:
- calibrateByRegion
- setThresholdsByRegion
- projKenya
- title: "Dataset"
- title: Dataset
contents:
- BRFSS
- starts_with("Demo")
Expand All @@ -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
Expand All @@ -91,4 +98,3 @@ reference:
- rst
- SUMMER-package


0 comments on commit 4c71db0

Please sign in to comment.