Skip to content

Update MergeRefToExp without ncores parameter deprecated in s2dv::InsertDim

Hi @nperez @aho, I've done the following update requested in the Issue #14 . Old call of InsertDim function:

data1 <- s2dv::InsertDim(data1, posdim = i, lendim = dim(data2)[i], 
                               name = names(dim(data2))[i], ncores = ncores)

New call (also done for data2):

data1 <- s2dv::InsertDim(data1, posdim = i, lendim = dim(data2)[i], 
                               name = names(dim(data2))[i])

Merge request reports

Loading