Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Early Growth Genetics Longitudinal Analysis.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

mcanouil/eggla

Repository files navigation

GitHub tagDOI
codecovR-CMD-check

Tools for longitudinal analysis within theEGG (Early Growth Genetics)Consortium.

Installation

  • Installpak

    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"]]  ))
  • Installeggla and its dependencies

    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, Nicole Warrington,Kimberley Burrows, and Anni Heiskala.

Code of Conduct

Please note that theeggla project is released with aContributorCode ofConduct.
By contributing to this project, you agree to abide by its terms.


[8]ページ先頭

©2009-2025 Movatter.jp