-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
378ad9d
commit 00b4775
Showing
12 changed files
with
69 additions
and
43 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
^LICENSE\.md$ | ||
^R/\.Rhistory$ | ||
^R/paper$ | ||
CITATION.cff$ | ||
^doc$ | ||
^data-raw$ | ||
^Meta$ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,47 @@ | ||
Package: BGmisc | ||
Title: An R Package for Extended Behavior Genetics Analysis | ||
Version: 1.2.0 | ||
URL: https://github.com/R-Computing-Lab/BGmisc/, https://r-computing-lab.github.io/BGmisc/ | ||
BugReports: https://github.com/R-Computing-Lab/BGmisc/issues | ||
Authors@R: | ||
c(person("S. Mason", "Garrison", email = "[email protected]", role = c("aut", "cre"), comment=c(ORCID = "0000-0002-4804-6003")), | ||
person(c("Michael", "D."), "Hunter", role = "aut", comment=c(ORCID = "0000-0002-3651-6709")), | ||
person("Xuanyu", "Lyu", role = "aut", comment=c(ORCID = "0000-0002-2841-5529")), | ||
person(c("Rachel", "N."), "Good", role = "aut", comment=c(ORCID = "0000-0000-0000-0000")), | ||
person(c("Jonathan", "D."), "Trattner", role = "aut", comment=c(ORCID = "0000-0002-1097-7603")), | ||
person(c("S.", "Alexandra"), "Burt", role = "aut", comment=c(ORCID = "0000-0001-5538-7431")) | ||
Authors@R: c( | ||
person("S. Mason", "Garrison", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-4804-6003")), | ||
person(c("Michael", "D."), "Hunter", role = "aut", | ||
comment = c(ORCID = "0000-0002-3651-6709")), | ||
person("Xuanyu", "Lyu", role = "aut", | ||
comment = c(ORCID = "0000-0002-2841-5529")), | ||
person(c("Rachel", "N."), "Good", role = "aut", | ||
comment = c(ORCID = "0000-0000-0000-0000")), | ||
person(c("Jonathan", "D."), "Trattner", role = "aut", | ||
comment = c(ORCID = "0000-0002-1097-7603")), | ||
person(c("S.", "Alexandra"), "Burt", role = "aut", | ||
comment = c(ORCID = "0000-0001-5538-7431")) | ||
) | ||
Description: The BGmisc R package offers a comprehensive suite of functions tailored for extended behavior genetics analysis, including model identification, calculating relatedness, pedigree conversion, pedigree simulation, and more. | ||
Description: The BGmisc R package offers a comprehensive suite of | ||
functions tailored for extended behavior genetics analysis, including | ||
model identification, calculating relatedness, pedigree conversion, | ||
pedigree simulation, and more. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.3.1 | ||
URL: https://github.com/R-Computing-Lab/BGmisc/, | ||
https://r-computing-lab.github.io/BGmisc/ | ||
BugReports: https://github.com/R-Computing-Lab/BGmisc/issues | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
Matrix, | ||
stats, | ||
igraph, | ||
kinship2, | ||
igraph | ||
Matrix, | ||
stats | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
dplyr, | ||
EasyMx, | ||
knitr, | ||
OpenMx, | ||
dplyr, | ||
rmarkdown, | ||
rticles, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: knitr | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Depends: | ||
R (>= 3.5.0) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.3.1 | ||
Language: en-US |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
path.n: NAMESPACE | ||
path.d: DESCRIPTION | ||
dir.r: R | ||
dir.v: vignettes | ||
dir.t: tests | ||
extra.suggests: ~ | ||
pkg_ignore: ~ | ||
document: yes | ||
normalize: yes | ||
inside_rmd: no | ||
must.exist: yes | ||
check_if_suggests_is_installed: yes |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.