Skip to content

Commit 12322e8

Browse files
PREP
1 parent 59e5be5 commit 12322e8

5 files changed

Lines changed: 8 additions & 9 deletions

File tree

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# BGmisc 1.5.0
2+
## CRAN submission
3+
* Removed ASOIAF dataset from BGmisc, now in ggpedigree
24
* Enhancing potter family tree
3-
* Transferring ASOIAF data from BGmisc to ggpedigree
45
* updated tests to handle the transition of ASOIAF data to ggpedigree
56
* smarter aliases
67
* smarter CIs
@@ -20,7 +21,7 @@
2021
* reduce file size for royal92
2122

2223
# BGmisc 1.4.3.1
23-
## CRAN submission
24+
2425
* Updated ASOIAF pedigree to reduce missing parents.
2526

2627
# BGmisc 1.4.3

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I am also moving the ASOIAF dataset from BGmisc to ggpedigree package. I maintai
99

1010
1. Local OS: Windows 11 x64 (build 26120), R 4.5.1 (2025-06-13 ucrt)
1111
2. **GitHub Actions**:
12-
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/16383392062)
12+
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/16383602122/job/46299495095)
1313
- macOS (latest version) with the latest R release.
1414
- Windows (latest version) with the latest R release.
1515
- Ubuntu (latest version) with:
@@ -20,8 +20,8 @@ I am also moving the ASOIAF dataset from BGmisc to ggpedigree package. I maintai
2020
## R CMD check results
2121

2222

23-
── R CMD check results ────────────────────────────────── BGmisc 1.5.0 ────
24-
Duration: 1m 7.8s
23+
── R CMD check results ──────────────────── BGmisc 1.5.0 ────
24+
Duration: 1m 36.6s
2525

2626
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
2727

data-raw/df_hazard.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ hazard <- raw
88
##
99
# data processing
1010

11-
#write.csv(hazard, "data-raw/hazard.csv", row.names = FALSE)
11+
# write.csv(hazard, "data-raw/hazard.csv", row.names = FALSE)
1212
usethis::use_data(hazard, overwrite = TRUE, compress = "xz")

data-raw/goodpraticechecks.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ library(goodpractice)
22

33
# Check the package
44
gp <- goodpractice::gp()
5-

tests/testthat/test-constructAdjacency.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
test_that("computeParentAdjacency matches across all methods for additive component", {
32
data(hazard)
43
tolerance <- 1e-10
@@ -65,7 +64,7 @@ test_that("adjBeta matches .adjDirect for common nuclear component", {
6564
save_path = NULL, verbose = FALSE, lastComputed = 0, checkpoint_files = NULL,
6665
update_rate = NULL, parList = NULL, lens = NULL, save_rate_parlist = NULL,
6766
config = config
68-
) %>%
67+
) %>%
6968
as.data.frame() %>% # sort by iss and jss to ensure consistent ordering
7069
dplyr::arrange(iss, jss)
7170

0 commit comments

Comments
 (0)