We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rcbd_pmt
1 parent b1fc974 commit aa3899fCopy full SHA for aa3899f
inst/include/pmt/impl_rcbd_pmt.hpp
@@ -17,7 +17,7 @@ RObject impl_rcbd_pmt(
17
R_xlen_t k = data.nrow();
18
19
auto begin = data.begin();
20
- auto end = data.end() - k;
+ auto end = data.end();
21
22
decltype(end) it;
23
if (n_permu == 0) {
0 commit comments