Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcanouil/eggla

Early Growth Genetics Longitudinal Analysis
https://github.com/mcanouil/eggla

genetics growth-curves infancy longitudinal-analysis mixed-effects-models r r-package r-stats spline-regression

Last synced: about 1 month ago
JSON representation

Early Growth Genetics Longitudinal Analysis

Awesome Lists containing this project

README

        

---
output: github_document
---

# EGG Longitudinal Analysis

[![GitHub
tag](https://img.shields.io/github/tag/mcanouil/eggla.svg?label=latest%20tag&include_prereleases)](https://github.com/mcanouil/eggla)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6979433.svg)](https://doi.org/10.5281/zenodo.6979433)
[![codecov](https://codecov.io/gh/mcanouil/eggla/branch/main/graph/badge.svg?token=D0R3SAZTWA)](https://codecov.io/gh/mcanouil/eggla)
[![R-CMD-check](https://github.com/mcanouil/eggla/actions/workflows/check-pak.yml/badge.svg?branch=main)](https://github.com/mcanouil/eggla/actions/workflows/check-pak.yml)
[![Build Docker](https://github.com/mcanouil/eggla/actions/workflows/build-docker.yml/badge.svg?branch=main)](https://github.com/mcanouil/eggla/actions/workflows/build-docker.yml)

Tools for longitudinal analysis within the [EGG (Early Growth Genetics) Consortium](http://egg-consortium.org/).

## Installation

* Install the development version from GitHub:

```{r}
#| eval: false
# install.packages("remotes")
remotes::install_github("mcanouil/eggla")
```

* Install a particular version:

```{r}
#| eval: false
# install.packages("remotes")
remotes::install_github("mcanouil/[email protected]")
# or the latest stable version
remotes::install_github("mcanouil/eggla@latest")
```

## Docker Images

- `docker pull ghcr.io/mcanouil/eggla:devel`.
- `docker pull ghcr.io/mcanouil/eggla:latest`.

## License

MIT © [Mickaël Canouil](https://mickael.canouil.fr/), Nicole Warrington, Kimberley Burrows, and Anni Heiskala.

## Code of Conduct

Please note that the `eggla` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.