Skip to content

Commit 17ddb4d

Browse files
Add ignores
1 parent 2562330 commit 17ddb4d

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CITATION.cff$
2424
^checkParents\.X
2525
^checklist.yml$
2626
^codecov\.yml$
27+
^codecov\.xaml$
2728
^cran-comments\.md$
2829
^data-raw$
2930
^doc$
@@ -34,3 +35,4 @@ CITATION.cff$
3435
^revdep$
3536
^test-clean\.X
3637
^vignettes/articles$
38+
^.claude$

R/buildComponent.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ loadOrComputeCheckpoint <- function(file, compute_fn,
874874
if (config$verbose == TRUE) {
875875
cat(sprintf(verbose_message, length(idx)))
876876
}
877-
877+
# consequence is missing data
878878
if (is.matrix(component) || methods::is(component, "Matrix")) {
879879
component <- component[idx, , drop = drop]
880880
} else {

data-raw/optimizing_transpose.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ devtools::load_all(".")
99
# ---------------------------
1010
cfg <- list(
1111
seed = 1164127,
12-
Ngen_base = 2,
13-
reps = 10,
12+
Ngen_base = 3,
13+
reps = 2,
1414
all_scenarios = TRUE, # set to TRUE to run all scenarios defined below
1515
include_highgen = TRUE,
1616
include_1gen = FALSE,
17-
include_lowgen = FALSE
17+
include_lowgen = TRUE
1818
)
1919
cfg$gen_twin <- ceiling(cfg$Ngen_base - 1)
2020

@@ -47,7 +47,7 @@ levels <- list(
4747
),
4848

4949
# Simulation-side factors (simulatePedigree)
50-
kpc = 5, # set to c(2, 3, 4) to vary
50+
kpc = 4, # set to c(2, 3, 4) to vary
5151
sexR = 0.50, # sometimes fails above .5
5252
marR = c(0.9), # set to c(0.6, 0.8, 0.9) to vary
5353
sim_beta = TRUE, # set to c(TRUE, FALSE) if you ever want to vary

0 commit comments

Comments
 (0)