-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.qmd
67 lines (45 loc) · 1.34 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: ""
page-layout: custom
section-divs: false
toc: false
listing:
id: featured-packages
contents:
- packages/zscorer.qmd
- packages/nipnTK.qmd
- packages/mwana.qmd
type: grid
image-height: 400px
image-placeholder: images/nutriverse.png
grid-item-border: false
max-items: 3
---
```{r}
#| label: setup
#| include: false
library(quarto)
```
::: {.hero-banner}
::: {.content-block}
::: {.hero-text}
# Developing an integrated collection of R packages designed to support and facilitate various nutrition data analytics.
### We are a community of data analysts, researchers, and practitioners engaged in various nutrition topics and issues. Members of the community support each other through the development of robust and performant R packages as tools for their analytical tasks, open and accessible technical guidance, and impactful peer-to-peer learning.
::: {.hero-buttons}
[Our packages](/packages/){#btn-guide .btn-action .btn .btn-info .btn-lg role="button"}
<!-- [Our guides](/guides/){#btn-guide .btn-action .btn .btn-info .btn-lg role="button"} -->
:::
:::
::: {.hero-image-right}
<!-- ![](images/nutriverse.png){fig-align="right" height="400px"} -->
![](images/nutriverse.png){fig-align="right"}
:::
:::
:::
::: {.theme-banner}
::: {.info-block}
# Featured packages
::: {#featured-packages}
:::
:::
:::