Skip to content

Commit

Permalink
debug and workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
YushiFT committed Nov 20, 2024
1 parent 85bcf6b commit fefc92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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)
Expand Down

0 comments on commit fefc92f

Please sign in to comment.