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
19 changes: 19 additions & 0 deletions .github/workflows/mirror-codeberg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mirror to other git server
on:
push:
branches:
- main
tags:
- "*"
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: https://codeberg.org/rapidsurveys/rapidsurveys.github.io
GIT_USERNAME: ${{ secrets.CODEBERG_USERNAME }}
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.2'
r-version: '4.5.2'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
test-render:
runs-on: ubuntu-latest
container: rocker/tidyverse:4.4.2
container: rocker/tidyverse:4.5.2
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install system dependencies
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.quarto/

/_site/
/_site/
**/*.quarto_ipynb
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ website:
open-graph:
site-name: RapidSurveys
page-footer:
center: "Copyright 2024, Katilingban"
center: "Copyright 2024-2026, Katilingban"
background: light
border: false
reader-mode: true
Expand Down
Binary file added images/odkr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/rapidsurveys_neg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 35 additions & 1 deletion packages/index.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
page-layout: custom
listing:
id: hex-listing
template: ../ejs/hexlisting.ejs
Expand All @@ -13,6 +14,39 @@ listing:
path: oldr.qmd
---

::: {.about-banner}
::: {.content-block}

# R Packages

::: {style="color: #3F0042"}

#### Tools for Nutrition Research and Analysis

:::

Our collection of packages developed by and contributed to by our community. These package were developed as part of a specific project but had more general use for implementing rapid, reliable, and robust health and nutrition surveys.

:::
:::

<br/>

::: {.grid}

::: {.g-col-4}

:::

::: {.g-col-8}

:::{#hex-listing}
:::

:::

::: {.g-col-4}

:::

:::
:::
4 changes: 2 additions & 2 deletions packages/odkr.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "odkr: Open Data Kit (ODK) R API"
image: ../images/rapidsurveys.png
image: ../images/odkr.png
---

::: {.column-margin}

[![](../images/rapidsurveys.png)](https://rapidsurveys.io/odkr/){target="blank"}
[![](../images/odkr.png)](https://rapidsurveys.io/odkr/){target="blank"}

:::

Expand Down
1,169 changes: 984 additions & 185 deletions renv.lock

Large diffs are not rendered by default.

Loading