Skip to content

Commit

Permalink
Avoid accidental renaming that was picked up in the 'nrba' revdep che…
Browse files Browse the repository at this point in the history
…cks.
  • Loading branch information
bschneidr committed Apr 26, 2024
1 parent cee7da5 commit c937615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/stack_replicate_designs.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ stack_replicate_designs <- function(..., .id = "Design_Name") {
rep_wts_datasets, function(df) {
data.frame(
c(df, sapply(setdiff(rep_wts_datasets_col_names, colnames(df)),
function(y) NA))
function(y) NA)),
check.names = FALSE
)
}
) |> Reduce(f = rbind)
Expand Down

0 comments on commit c937615

Please sign in to comment.