Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/gf
๐Global๐Fund๐ malaria modelling
https://github.com/mrc-ide/gf
Last synced: 25 days ago
JSON representation
๐Global๐Fund๐ malaria modelling
- Host: GitHub
- URL: https://github.com/mrc-ide/gf
- Owner: mrc-ide
- License: mit
- Created: 2021-04-26T15:18:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T07:40:31.000Z (about 3 years ago)
- Last Synced: 2024-11-06T02:32:40.011Z (2 months ago)
- Language: R
- Homepage: https://mrc-ide.github.io/gf/
- Size: 6.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```๐Global๐Fund๐ malaria modelling
[![Project Status: WIP โ Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R-CMD-check](https://github.com/mrc-ide/gf/workflows/R-CMD-check/badge.svg)](https://github.com/mrc-ide/gf/actions)
[![codecov](https://codecov.io/gh/mrc-ide/gf/branch/master/graph/badge.svg)](https://codecov.io/gh/mrc-ide/gf)This package contains functionality and associated documentation for both pre-
and post- modelling workflows for modelling to support the Global Fund's
replenishment for the period 2024 - 2026.## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("mrc-ide/gf")
```