Skip to content

Commit ebea07f

Browse files
docs
1 parent e6c4648 commit ebea07f

3 files changed

Lines changed: 13 additions & 15 deletions

File tree

DESCRIPTION

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Package: BGmisc
22
Title: An R Package for Extended Behavior Genetics Analysis
3-
Version: 1.3.1.1
3+
Version: 1.3.2
44
Authors@R: c(
5-
person("S. Mason", "Garrison", , email= "garrissm@wfu.edu", role = c("aut", "cre"),
5+
person("S. Mason", "Garrison", , "garrissm@wfu.edu", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-4804-6003")),
77
person(c("Michael", "D."), "Hunter", role = "aut",
88
comment = c(ORCID = "0000-0002-3651-6709")),
99
person("Xuanyu", "Lyu", role = "aut",
1010
comment = c(ORCID = "0000-0002-2841-5529")),
1111
person(c("Rachel", "N."), "Good", role = "ctb"),
12-
person(c("Jonathan", "D."), "Trattner", role = "aut", email = "code@jdtrat.com",
13-
comment = c(ORCID = "0000-0002-1097-7603",
14-
url = "https://www.jdtrat.com/")),
12+
person(c("Jonathan", "D."), "Trattner", , "code@jdtrat.com", role = "aut",
13+
comment = c(ORCID = "0000-0002-1097-7603", url = "https://www.jdtrat.com/")),
1514
person(c("S.", "Alexandra"), "Burt", role = "aut",
1615
comment = c(ORCID = "0000-0001-5538-7431"))
1716
)
@@ -26,25 +25,24 @@ BugReports: https://github.com/R-Computing-Lab/BGmisc/issues
2625
Depends:
2726
R (>= 3.5.0)
2827
Imports:
28+
data.table,
2929
igraph,
3030
kinship2,
3131
Matrix,
3232
stats,
33-
data.table,
3433
stringr
3534
Suggests:
3635
dplyr,
3736
EasyMx,
3837
knitr,
3938
OpenMx,
4039
rmarkdown,
41-
rticles,
42-
tidyverse,
43-
testthat (>= 3.0.0)
40+
testthat (>= 3.0.0),
41+
tidyverse
4442
VignetteBuilder:
4543
knitr
4644
Config/testthat/edition: 3
4745
Encoding: UTF-8
46+
Language: en-US
4847
LazyData: true
4948
RoxygenNote: 7.3.1
50-
Language: en-US

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BGmisc 1.3.1.1
1+
# BGmisc 1.3.2
22
* Added some more tests of identifyModel.R
33
* Modified tests to be MKL friendly
44

cran-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
# Description
33

4-
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.
4+
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.
55

66

77

88
# Test Environments
99

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

3939
0 errors ✔ | 0 warnings ✔ | 0 notes ✔

0 commit comments

Comments
 (0)