using LinkImpute's weighted modal imputation when the genotypes are b… #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🚀 | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: r-lib/actions/setup-r@v2 | |
- name: Install dependencies on Ubuntu | |
run: | | |
sudo apt install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev | |
- name: Install dependencies | |
run: | | |
install.packages(c("devtools", "rextendr", "testthat")) | |
shell: Rscript {0} | |
- name: Tests | |
run: | | |
Rscript tests/tests.R |