-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
34 lines (22 loc) · 1.04 KB
/
index.qmd
File metadata and controls
34 lines (22 loc) · 1.04 KB
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
---
title: "R packages developed by Novo Nordisk"
---
Welcome to the overview of Open Source R packages developed by Novo Nordisk.
Our goal is to provide tools to analyse data from clinical trials,
and facilitate the entire trial conduct process, from data collection to reporting of clinical results.
::: {.grid}
::: {.g-col-6}
```{r}
#| echo: false
htmltools::includeCSS("www/hex.css")
htmltools::includeHTML("www/hex.html")
```
:::
::: {.g-col-6}
Our current main packages are:
* [{whirl}](https://novonordisk-opensource.github.io/whirl/): Execute scripts and generate logs suitable for clinical trials
* [{RAMNOG}](https://hta-pharma.github.io/ramnog/): Collection of packages facilitating AMNOG style analysis pipelines
* [{connector}](https://novonordisk-opensource.github.io/connector/): Seamless and consistent interface for connecting to different data sources
:::
:::
To learn more press on a package logo above, visit the [Packages](packages/index.qmd) overviews, or check out any of our [Presentations](ressources/index.qmd#Presentations).