Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smasongarrison committed Jun 17, 2024
1 parent e6c4648 commit 1d6a613
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions DESCRIPTION
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"))
)
Expand All @@ -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
2 changes: 1 addition & 1 deletion NEWS.md
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

Expand Down

0 comments on commit 1d6a613

Please sign in to comment.