Skip to content

Commit

Permalink
fix: byrow=TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
paithiov909 committed Oct 28, 2024
1 parent 1b77f60 commit c83a182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/paistr.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ calculate.skksph_paistr <- function(x, ...) {
bingpai <-
skksph_bingpai_to_table(dat) |>
unlist(use.names = FALSE) |>
matrix(length(x), 34)
matrix(length(x), 34, byrow = TRUE)
tibble::tibble(
id = seq_along(x),
n_fulou = skksph_get_n_fulou(dat),
Expand Down

0 comments on commit c83a182

Please sign in to comment.