eggla

Early Growth Genetics Longitudinal Analysis.

https://github.com/mcanouil/eggla

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary

Keywords

genetics growth-curves infancy longitudinal-analysis mixed-effects-models r r-package r-stats spline-regression
Last synced: 6 months ago · JSON representation

Repository

Early Growth Genetics Longitudinal Analysis.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 1
  • Open Issues: 2
  • Releases: 61
Topics
genetics growth-curves infancy longitudinal-analysis mixed-effects-models r r-package r-stats spline-regression
Created over 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Support

README.Rmd

---
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.yml/badge.svg)](https://github.com/mcanouil/eggla/actions/workflows/check.yml)


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

## Installation

* Install [`pak`](https://pak.r-lib.org/)

  ```r
  temp_library <- file.path(".", "R")
  dir.create(temp_library, recursive = TRUE)
  .libPaths(temp_library)
  utils::install.packages(
    pkgs = "pak",
    lib = temp_library,
    repos = sprintf(
      "https://r-lib.github.io/p/pak/stable/%s/%s/%s",
      .Platform[["pkgType"]], R.Version()[["os"]], R.Version()[["arch"]]
    )
  )
  ```

* Install `eggla` and its dependencies

  ```r
  library(pak)
  VERSION <- "latest"
  utils::download.file(
    url = sprintf(
      "https://raw.githubusercontent.com/mcanouil/eggla/%s/.github/.devcontainer/eggla/R/pkg.lock",
      VERSION
    ),
    destfile = "pkg.lock"
  )
  lockfile_install(lockfile = "pkg.lock", lib = temp_library)
  pkg_install(sprintf("mcanouil/eggla@%s", VERSION), lib = temp_library, upgrade = FALSE, dependencies = FALSE)
  ```

## 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.

Owner

  • Name: Mickaël Canouil
  • Login: mcanouil
  • Kind: user
  • Location: Lille, France

Biostatistician, Ph. D. (& cinephile) @RLille User Group Organiser

GitHub Events

Total
  • Create event: 6
  • Issues event: 2
  • Release event: 3
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 26
  • Pull request event: 6
Last Year
  • Create event: 6
  • Issues event: 2
  • Release event: 3
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 26
  • Pull request event: 6

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 37
  • Total pull requests: 64
  • Average time to close issues: 21 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 2.73
  • Average comments per pull request: 0.45
  • Merged pull requests: 62
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 hour
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mcanouil (21)
  • burrowsk (10)
  • annihei (6)
  • nwarrington (1)
  • DrGengWang (1)
Pull Request Authors
  • mcanouil (68)
  • dependabot[bot] (2)
  • Ning-L (1)
Top Labels
Issue Labels
bug (1) Difficulty: [2] Intermediate (1) Priority: [2] Medium (1) Type: Bug :bug: (1)
Pull Request Labels
dependencies (2) Type: Bug :bug: (2) Type: Documentation :memo: (1) bug (1)

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • broom.mixed >= 0.2.9.4 imports
  • data.table >= 1.14.2 imports
  • ggplot2 >= 3.3.6 imports
  • grDevices * imports
  • growthcleanr >= 2.0.0 imports
  • nlme * imports
  • patchwork >= 1.1.1 imports
  • performance >= 0.9.1 imports
  • rlang >= 1.0.4 imports
  • stats * imports
  • utils * imports
  • forcats >= 0.5.1 suggests
  • future >= 1.27.0 suggests
  • future.apply >= 1.9.0 suggests
  • future.callr >= 0.8.0 suggests
  • ggbeeswarm >= 0.6.0 suggests
  • ggdist >= 3.2.0 suggests
  • ggtext >= 0.1.1 suggests
  • gt >= 0.6.0 suggests
  • knitr >= 1.39 suggests
  • lme4 >= 1.1.30 suggests
  • qqplotr >= 0.0.5 suggests
  • rmarkdown >= 2.14 suggests
  • roxygen2 >= 7.2.1 suggests
  • scales >= 1.2.0 suggests
  • see >= 0.7.1 suggests
  • testthat >= 3.1.4 suggests
.github/workflows/check-pak.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact main composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown-pak.yml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/devcontainer.yml actions
  • actions/checkout v4 composite
  • devcontainers/ci v0.3 composite
  • docker/login-action v3 composite
.github/workflows/latest.yml actions
  • actions/checkout v4 composite