From fefc92f3b7a64b72a48e30ad80620bb94c64ed04 Mon Sep 17 00:00:00 2001 From: YushiFT Date: Wed, 20 Nov 2024 02:24:59 -0500 Subject: [PATCH] debug and workflow badge --- .github/workflows/R-CMD-check.yaml | 2 -- README.md | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index d46a617..55864af 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -22,9 +22,7 @@ jobs: config: - {os: macos-latest, r: 'release'} - {os: windows-latest, r: 'release'} - - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - {os: ubuntu-latest, r: 'release'} - - {os: ubuntu-latest, r: 'oldrel-1'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index bef4421..d9cb81a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# causaltriotest +# geneticTMT -![R-CMD-check.yaml](https://github.com/YushiFT/causaltriotest/actions/workflows/R-CMD-check.yaml/badge.svg) +![R-CMD-check.yaml](https://github.com/StoreyLab/geneticTMT/actions/workflows/R-CMD-check.yaml/badge.svg) The `geneticTMT` R package implements the Transmission Mean Test (TMT) and the Transmission Disequilibrium Test (TDT) to infer causal genotype-phenotype relationships for population-sampled nuclear families. @@ -15,7 +15,7 @@ devtools::install_github("StoreyLab/geneticTMT") ### Input trio data -`causaltriotest` handles trio genotypes and phenotypes such as the example below: +`geneticTMT` handles trio genotypes and phenotypes such as the example below: ```R library(geneticTMT)