Science Score: 36.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
-
○Academic publication links
-
✓Committers with academic emails
3 of 7 committers (42.9%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (23.4%) to scientific vocabulary
Keywords
package
r
Keywords from Contributors
report
Last synced: 6 months ago
·
JSON representation
Repository
r package discord
Basic Info
- Host: GitHub
- Owner: R-Computing-Lab
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://r-computing-lab.github.io/discord/
- Size: 10.5 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
- Releases: 4
Topics
package
r
Created about 9 years ago
· Last pushed 8 months ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# discord
[](https://www.repostatus.org/#active)
[](https://cran.r-project.org/package=discord)
[](https://cran.r-project.org/package=discord)
[](https://github.com/R-Computing-Lab/discord/actions/workflows/R-CMD-check.yaml)
[](https://github.com/R-Computing-Lab/discord/actions/workflows/R-CMD-dev_check.yaml)
[](https://app.codecov.io/gh/R-Computing-Lab/discord)

The goal of discord is to provide functions for discordant kinship
modeling and other sibling-based quasi-experimental designs. It has
highly customizable, efficient code for generating genetically-informed
simulations and provides user-friendly functions to perform
discordant-kinship regressions.
## Installation
You can install the official version from CRAN
``` r
# Install/update discord with the release version from CRAN.
install.packages('discord')
```
You can also install/update discord with the development version of discord from [GitHub](https://github.com/) with:
``` r
# If devtools is not installed, uncomment the line below.
# install.packages('devtools')
devtools::install_github('R-Computing-Lab/discord')
```
## Citation
If you use `discord` in your research or wish to refer to it, please cite the following paper:
```{r eval=TRUE, comment=NA}
citation(package = "discord")
```
## Contributing
Contributions to the `discord` project are welcome. For guidelines on how to contribute, please refer to the [Contributing Guidelines](https://github.com/R-Computing-Lab/discord/blob/main/CONTRIBUTING.md). Issues and pull requests should be submitted on the GitHub repository. For support, please use the GitHub issues page.
## License
`discord` is licensed under the GNU General Public License v3.0. For more details, see the [LICENSE](https://github.com/R-Computing-Lab/discord/blob/main/LICENSE) file.
Owner
- Name: R Computing Lab
- Login: R-Computing-Lab
- Kind: organization
- Email: garrissm@wfu.edu
- Location: Wake Forest University
- Repositories: 12
- Profile: https://github.com/R-Computing-Lab
GitHub Events
Total
- Create event: 6
- Issues event: 3
- Release event: 2
- Delete event: 2
- Issue comment event: 3
- Push event: 132
- Pull request review event: 2
- Pull request event: 9
Last Year
- Create event: 6
- Issues event: 3
- Release event: 2
- Delete event: 2
- Issue comment event: 3
- Push event: 132
- Pull request review event: 2
- Pull request event: 9
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jonathan Trattner | a****s@j****m | 97 |
| Mason Garrison | g****m@w****u | 89 |
| Mason Garrison | s****n@g****m | 68 |
| Jonathan D. Trattner | 5****t | 50 |
| smasongarrison | s****n@v****u | 9 |
| Yoo Ri HWang | h****0@w****u | 5 |
| JT | j****n@z****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 11
- Total pull requests: 16
- Average time to close issues: 8 months
- Average time to close pull requests: 6 days
- Total issue authors: 5
- Total pull request authors: 4
- Average comments per issue: 1.0
- Average comments per pull request: 0.75
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 1
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 3 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.75
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- smasongarrison (4)
- jdtrat (3)
- YRHwang90 (2)
- Xuanyu-Lyu (1)
- esims96 (1)
Pull Request Authors
- smasongarrison (15)
- jdtrat (2)
- imgbot[bot] (2)
- YRHwang90 (2)
Top Labels
Issue Labels
enhancement (1)
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 441 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: discord
Functions for Discordant Kinship Modeling
- Homepage: https://github.com/R-Computing-Lab/discord
- Documentation: http://cran.r-project.org/web/packages/discord/discord.pdf
- License: GPL-3
-
Latest release: 1.2.3
published 11 months ago
Rankings
Forks count: 17.8%
Dependent packages count: 29.8%
Average: 34.9%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Downloads: 56.1%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- stats * imports
- testthat * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 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/draft-pdf.yml
actions
- actions/checkout v3 composite
- actions/upload-artifact v1 composite
- openjournals/openjournals-draft-action master composite
- stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/main.yml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-r v1 composite
.github/workflows/test_dir.yml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v1 composite