-
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
e6c4648
commit 1d6a613
Showing
2 changed files
with
9 additions
and
11 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 |
---|---|---|
@@ -1,17 +1,16 @@ | ||
Package: BGmisc | ||
Title: An R Package for Extended Behavior Genetics Analysis | ||
Version: 1.3.1.1 | ||
Version: 1.3.2 | ||
Authors@R: c( | ||
person("S. Mason", "Garrison", , email= "[email protected]", role = c("aut", "cre"), | ||
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 = "ctb"), | ||
person(c("Jonathan", "D."), "Trattner", role = "aut", email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-1097-7603", | ||
url = "https://www.jdtrat.com/")), | ||
person(c("Jonathan", "D."), "Trattner", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-1097-7603", url = "https://www.jdtrat.com/")), | ||
person(c("S.", "Alexandra"), "Burt", role = "aut", | ||
comment = c(ORCID = "0000-0001-5538-7431")) | ||
) | ||
|
@@ -26,25 +25,24 @@ BugReports: https://github.com/R-Computing-Lab/BGmisc/issues | |
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
data.table, | ||
igraph, | ||
kinship2, | ||
Matrix, | ||
stats, | ||
data.table, | ||
stringr | ||
Suggests: | ||
dplyr, | ||
EasyMx, | ||
knitr, | ||
OpenMx, | ||
rmarkdown, | ||
rticles, | ||
tidyverse, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0), | ||
tidyverse | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# BGmisc 1.3.1.1 | ||
# BGmisc 1.3.2 | ||
* Added some more tests of identifyModel.R | ||
* Modified tests to be MKL friendly | ||
|
||
|