New {iterators} implementation in the rm branch just uses a single bias_init even though I iterate over the rows, so it should be given a vector.
|
bias_now = iterators::iter(bias_init, by = "row"), |
This does not affect the stable version on master or on CRAN. This only affects the development version on the rm branch.
New
{iterators}implementation in thermbranch just uses a singlebias_initeven though I iterate over the rows, so it should be given a vector.updog/R/multidog.R
Line 433 in 4609eed
This does not affect the stable version on
masteror on CRAN. This only affects the development version on thermbranch.