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 ebea07f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 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= "garrissm@wfu.edu", role = c("aut", "cre"),
person("S. Mason", "Garrison", , "garrissm@wfu.edu", 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 = "code@jdtrat.com",
comment = c(ORCID = "0000-0002-1097-7603",
url = "https://www.jdtrat.com/")),
person(c("Jonathan", "D."), "Trattner", , "code@jdtrat.com", 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
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

# Description

This update tweaks how one test is handled for the MKL check. ( https://www.stats.ox.ac.uk/pub/bdr/Rblas/MKL/BGmisc.out ) We have changed the test from expect_true(all(diag(add) == 1)) to expect_true(sum((diag(add) - 1)^2) < 1e-10). This test should work on all platforms. While we were at it, we also allowed some of the expect_equal tests to have a tolerance of 1e-10.
Thanks Brian Ripley for letting me know about the MKL test failure ( https://www.stats.ox.ac.uk/pub/bdr/Rblas/MKL/BGmisc.out ). We have changed the test from expect_true(all(diag(add) == 1)) to expect_true(sum((diag(add) - 1)^2) < 1e-10). This test should work on all platforms, as we believe that this was the result of a floating point error. While we were at it, we also allowed some of the expect_equal tests to have a tolerance of 1e-10.



# Test Environments

1. Local OS: Windows 11 x64 (build 22635), R version 4.4.1 (2024-06-14 ucrt)
2. **GitHub Actions**:
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/9555870410)
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/9555923086)
- macOS (latest version) with the latest R release.
- Windows (latest version) with the latest R release.
- Ubuntu (latest version) with:
Expand All @@ -30,10 +30,10 @@ This update tweaks how one test is handled for the MKL check. ( https://www.stat
─ using session charset: UTF-8
─ using options '--no-manual --as-cran'
✔ checking for file 'BGmisc/DESCRIPTION'
─ this is package 'BGmisc' version '1.3.1.1'
─ this is package 'BGmisc' version '1.3.2'
─ package encoding: UTF-8
.... boring stuff
── R CMD check results ──────────── BGmisc 1.3.1.1 ────
── R CMD check results ──────────── BGmisc 1.3.2 ────
Duration: 54s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔
Expand Down

0 comments on commit ebea07f

Please sign in to comment.