==183237== Memcheck, a memory error detector ==183237== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. ==183237== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info ==183237== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R --vanilla ==183237== R Under development (unstable) (2026-02-09 r89389) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > pkgname <- "adapt3" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('adapt3') > > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("batch_project3") > ### * batch_project3 > > flush(stderr()); flush(stdout()) > > ### Name: batch_project3 > ### Title: Project Multiple MPMs In Batches With Varying Starting > ### Conditions > ### Aliases: batch_project3 > > ### ** Examples > > library(lefko3) > data(cypdata) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > sizevector <- c(0, 0, 3.0, 15) > stagevector <- c("P1", "D", "Sm", "Lg") > repvector <- c(0, 0, 1, 1) > obsvector <- c(0, 0, 1, 1) > matvector <- c(0, 1, 1, 1) > immvector <- c(1, 0, 0, 0) > indataset <- c(0, 1, 1, 1) > binvec <- c(0, 0.5, 2.5, 9.5) > > cypframe_small_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + immstatus = immvector, indataset = indataset, binhalfwidth = binvec) > > cypraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypraw_v2 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_small_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypraw_v3 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + NAas0 = TRUE, NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "P2", "P3", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "P2", "P3", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.20, 0.20, 0.20, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, NA, NA, 1500, 500), + type =c(1, 1, 1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cypmatrix2r <- rlefko2(data = cypraw_v1, stageframe = cypframe_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > cypmean <- lmean(cypmatrix2r) > > cypsupp2r_small <- supplemental(stage3 = c("D", "Sm", "Lg", "P1"), + stage2 = c("P1", "P1", "P1", "rep"), eststage3 = c(NA, "Sm", "Lg", NA), + eststage2 = c(NA, "D", "D", NA), givenrate = c(0.05, NA, NA, NA), + offset = c(NA, NA, -0.1, NA), multiplier = c(NA, NA, NA, 0.5), + type =c(1, 1, 1, 3), stageframe = cypframe_small_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cypmatrix2r_small <- rlefko2(data = cypraw_v2, stageframe = cypframe_small_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r_small, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > cypmean_small <- lmean(cypmatrix2r_small) > > cypmatrixL_small <- rleslie(data = cypraw_v3, start_age = 1, last_age = 4, + continue = TRUE, fecage_min = 3, year = "all", pop = NA, patch = "all", + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > > cyp_mpms1 <- list(cypmatrix2r, cypmatrix2r_small, cypmatrixL_small) > > c2d_4 <- density_input(cypmean, stage3 = c("P1", "P1"), stage2= c("SD", "rep"), + style = 1, time_delay = 1, alpha = 1, beta = 0.0005, type = c(2, 2)) > c2d_4a <- density_input(cypmean_small, stage3 = c("P1", "P1"), stage2= c("P1", "rep"), + style = 1, time_delay = 1, alpha = 1, beta = 0.0005, type = c(2, 2)) > cypL_dv <- density_input(cypmatrixL_small, stage3 = c("Age1"), stage2 = c("rep"), + style = c(1), alpha = c(0.5), beta = c(1.0), type = c(2)) ==183237== Conditional jump or move depends on uninitialised value(s) ==183237== at 0x551D233: tolower (/usr/src/debug/glibc-2.39-38.fc40.x86_64/ctype/ctype.c:46) ==183237== by 0x279E2097: density_reassess(Rcpp::DataFrame_Impl, Rcpp::DataFrame_Impl, Rcpp::Nullable >, bool, bool) (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/PopChar.cpp:3871) ==183237== by 0x279F9156: density_input(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >) (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/PopChar.cpp:6444) ==183237== by 0x27A47526: _lefko3_density_input (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/RcppExports.cpp:1020) ==183237== by 0x4A8E53: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== Uninitialised value was created by a stack allocation ==183237== at 0x279E123E: density_reassess(Rcpp::DataFrame_Impl, Rcpp::DataFrame_Impl, Rcpp::Nullable >, bool, bool) (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/PopChar.cpp:3756) ==183237== ==183237== Use of uninitialised value of size 8 ==183237== at 0x551D247: tolower (/usr/src/debug/glibc-2.39-38.fc40.x86_64/ctype/ctype.c:46) ==183237== by 0x551D247: tolower (/usr/src/debug/glibc-2.39-38.fc40.x86_64/ctype/ctype.c:44) ==183237== by 0x279E2097: density_reassess(Rcpp::DataFrame_Impl, Rcpp::DataFrame_Impl, Rcpp::Nullable >, bool, bool) (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/PopChar.cpp:3871) ==183237== by 0x279F9156: density_input(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >) (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/PopChar.cpp:6444) ==183237== by 0x27A47526: _lefko3_density_input (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/RcppExports.cpp:1020) ==183237== by 0x4A8E53: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== Uninitialised value was created by a stack allocation ==183237== at 0x279E123E: density_reassess(Rcpp::DataFrame_Impl, Rcpp::DataFrame_Impl, Rcpp::Nullable >, bool, bool) (/tmp/RtmpHA28wj/R.INSTALL81d2f4d82c0de/lefko3/src/PopChar.cpp:3756) ==183237== > cyp_density <- list(c2d_4, c2d_4a, cypL_dv) > > cyp_start1 <- start_input(cypmatrix2r, stage2 = c("SD", "P1", "D"), + value = c(100, 200, 4)) > cyp_start2 <- start_input(cypmatrix2r_small, stage2 = c("P1", "D"), + value = c(10, 2000)) > cypL_start_1 <- start_input(cypmatrixL_small, stage2 = c("Age1"), + value = c(200)) > cyp_start <- list(cyp_start1, cyp_start2, cypL_start_1) > > new_supplement_cyp2_small <- sup_skeleton(2) > new_supplement_cyp2_small$stage3 <- c("D", "Sm") > new_supplement_cyp2_small$stage2 <- c("Lg", "Lg") > new_supplement_cyp2_small$convtype <- c(1, 1) > used_supplements <- list(new_supplement_cyp2_small, + new_supplement_cyp2_small, NULL) > > aaa1_prj_batch2 <- batch_project3(used_mpms = "all", all_elems = FALSE, + mpms = cyp_mpms1, entry_time = c(0, 5, 8), times = 15, nreps = 3, + supplement = used_supplements, integeronly = TRUE, density = cyp_density) ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18554809: get (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:91) ==183237== by 0x18554809: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:64) ==183237== by 0x18554809: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:578) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1db186d8 is 3,336 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x459FFF: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x459FFF: do_c_dflt (svn/R-devel/src/main/bind.c:848) ==183237== by 0x45A455: do_c (svn/R-devel/src/main/bind.c:794) ==183237== by 0x4F3949: Rf_eval (svn/R-devel/src/main/eval.c:1264) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== by 0x4EC708: bcEval_loop (svn/R-devel/src/main/eval.c:7862) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x1855482C: is__simple > (R-devel/site-library/Rcpp/include/Rcpp/api/meat/is.h:106) ==183237== by 0x1855482C: is__simple > (R-devel/site-library/Rcpp/include/Rcpp/api/meat/is.h:104) ==183237== by 0x1855482C: is__dispatch > (R-devel/site-library/Rcpp/include/Rcpp/is.h:39) ==183237== by 0x1855482C: is > (R-devel/site-library/Rcpp/include/Rcpp/is.h:54) ==183237== by 0x1855482C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:578) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18554860: get (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:91) ==183237== by 0x18554860: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:64) ==183237== by 0x18554860: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:579) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1db186d8 is 3,336 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x459FFF: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x459FFF: do_c_dflt (svn/R-devel/src/main/bind.c:848) ==183237== by 0x45A455: do_c (svn/R-devel/src/main/bind.c:794) ==183237== by 0x4F3949: Rf_eval (svn/R-devel/src/main/eval.c:1264) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== by 0x4EC708: bcEval_loop (svn/R-devel/src/main/eval.c:7862) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x18484421: set__ (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:115) ==183237== by 0x18484421: DataFrame_Impl (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:44) ==183237== by 0x18484421: Exporter (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:31) ==183237== by 0x18484421: Rcpp::DataFrame_Impl Rcpp::internal::as >(SEXPREC*, Rcpp::traits::r_type_generic_tag) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/as.h:86) ==183237== by 0x18554879: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18554879: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:579) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x185BAAE0: Rcpp::DataFrame_Impl::set__(SEXPREC*) (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:115) ==183237== by 0x184844C3: DataFrame_Impl (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:47) ==183237== by 0x184844C3: get (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:32) ==183237== by 0x184844C3: Rcpp::DataFrame_Impl Rcpp::internal::as >(SEXPREC*, Rcpp::traits::r_type_generic_tag) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18554879: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18554879: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:579) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1855495B: begin (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:167) ==183237== by 0x1855495B: operator== (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:191) ==183237== by 0x1855495B: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:586) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x185547BB: get (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:91) ==183237== by 0x185547BB: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:64) ==183237== by 0x185547BB: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:594) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1db186e8 is 3,352 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x459FFF: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x459FFF: do_c_dflt (svn/R-devel/src/main/bind.c:848) ==183237== by 0x45A455: do_c (svn/R-devel/src/main/bind.c:794) ==183237== by 0x4F3949: Rf_eval (svn/R-devel/src/main/eval.c:1264) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== by 0x4EC708: bcEval_loop (svn/R-devel/src/main/eval.c:7862) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1855A9D3: get (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:91) ==183237== by 0x1855A9D3: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:64) ==183237== by 0x1855A9D3: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4038) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1db186d8 is 3,336 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x459FFF: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x459FFF: do_c_dflt (svn/R-devel/src/main/bind.c:848) ==183237== by 0x45A455: do_c (svn/R-devel/src/main/bind.c:794) ==183237== by 0x4F3949: Rf_eval (svn/R-devel/src/main/eval.c:1264) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== by 0x4EC708: bcEval_loop (svn/R-devel/src/main/eval.c:7862) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x185AF3E6: is__simple > (R-devel/site-library/Rcpp/include/Rcpp/api/meat/is.h:106) ==183237== by 0x185AF3E6: bool Rcpp::internal::is__simple >(SEXPREC*) (R-devel/site-library/Rcpp/include/Rcpp/api/meat/is.h:104) ==183237== by 0x1855A9DB: is__dispatch > (R-devel/site-library/Rcpp/include/Rcpp/is.h:39) ==183237== by 0x1855A9DB: is > (R-devel/site-library/Rcpp/include/Rcpp/is.h:54) ==183237== by 0x1855A9DB: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4038) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1855AABB: get (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:91) ==183237== by 0x1855AABB: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/generic_proxy.h:64) ==183237== by 0x1855AABB: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4039) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1db186d8 is 3,336 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x459FFF: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x459FFF: do_c_dflt (svn/R-devel/src/main/bind.c:848) ==183237== by 0x45A455: do_c (svn/R-devel/src/main/bind.c:794) ==183237== by 0x4F3949: Rf_eval (svn/R-devel/src/main/eval.c:1264) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== by 0x4EC708: bcEval_loop (svn/R-devel/src/main/eval.c:7862) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x18484421: set__ (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:115) ==183237== by 0x18484421: DataFrame_Impl (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:44) ==183237== by 0x18484421: Exporter (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:31) ==183237== by 0x18484421: Rcpp::DataFrame_Impl Rcpp::internal::as >(SEXPREC*, Rcpp::traits::r_type_generic_tag) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/as.h:86) ==183237== by 0x1855AACA: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x1855AACA: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4039) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x185BAAE0: Rcpp::DataFrame_Impl::set__(SEXPREC*) (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:115) ==183237== by 0x1855AADD: operator= (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:59) ==183237== by 0x1855AADD: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4039) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x185B69AA: set__ (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:115) ==183237== by 0x185B69AA: Rcpp::DataFrame_Impl::DataFrame_Impl > >(Rcpp::Nullable > const&) (R-devel/site-library/Rcpp/include/Rcpp/api/meat/DataFrame.h:26) ==183237== by 0x18695752: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4221) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x185BAAE0: Rcpp::DataFrame_Impl::set__(SEXPREC*) (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:115) ==183237== by 0x1869576E: operator= (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:54) ==183237== by 0x1869576E: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4222) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1848A348: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A348: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A348: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A348: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A348: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A348: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A348: void Rcpp::Vector<16, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x186957B7: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x186957B7: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4224) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1848A348: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A348: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A348: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A348: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A348: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A348: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A348: void Rcpp::Vector<16, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x186957B7: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x186957B7: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4224) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8f78 is 4,984 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1848A348: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A348: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A348: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A348: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A348: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A348: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A348: void Rcpp::Vector<16, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x186957F7: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x186957F7: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4225) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1848A348: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A348: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A348: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A348: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A348: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A348: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A348: void Rcpp::Vector<16, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x186957F7: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x186957F7: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4225) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8f80 is 4,992 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1848A1F8: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A1F8: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A1F8: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A1F8: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A1F8: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A1F8: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A1F8: void Rcpp::Vector<14, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x18695837: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x18695837: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4226) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1848A1F8: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A1F8: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A1F8: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A1F8: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A1F8: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A1F8: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A1F8: void Rcpp::Vector<14, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x18695837: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x18695837: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4226) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fc8 is 5,064 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1848A1F8: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A1F8: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A1F8: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A1F8: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A1F8: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A1F8: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A1F8: void Rcpp::Vector<14, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x18695885: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x18695885: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4227) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1848A1F8: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1848A1F8: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x1848A1F8: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x1848A1F8: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x1848A1F8: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x1848A1F8: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x1848A1F8: void Rcpp::Vector<14, Rcpp::PreserveStorage>::assign_object >(Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage> const&, Rcpp::traits::integral_constant) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x18695885: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x18695885: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4227) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fc0 is 5,056 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x186958CC: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x186958CC: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x186958CC: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x186958CC: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x186958CC: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x186958CC: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x186958CC: assign_object > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x186958CC: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x186958CC: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4228) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x186958CC: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x186958CC: wrap_dispatch_unknown > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:509) ==183237== by 0x186958CC: wrap_dispatch_eigen > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:770) ==183237== by 0x186958CC: wrap_dispatch_unknown_importable > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:787) ==183237== by 0x186958CC: wrap_dispatch > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap.h:807) ==183237== by 0x186958CC: wrap > (R-devel/site-library/Rcpp/include/Rcpp/internal/wrap_end.h:30) ==183237== by 0x186958CC: assign_object > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1057) ==183237== by 0x186958CC: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x186958CC: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4228) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fd0 is 5,072 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x46DFF5: REAL_ELT (svn/R-devel/src/include/Rinlinedfuns.h:436) ==183237== by 0x46DFF5: coerceToInteger (svn/R-devel/src/main/coerce.c:530) ==183237== by 0x46DFF5: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1287) ==183237== by 0x186958FF: r_true_cast<13> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:86) ==183237== by 0x186958FF: r_cast<13> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x186958FF: assign_object > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:1058) ==183237== by 0x186958FF: operator= > (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:245) ==183237== by 0x186958FF: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4228) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f3b8 is 7,544 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x51DD7F: Rf_inherits (svn/R-devel/src/include/Rinlinedfuns.h:796) ==183237== by 0x185B69AA: set__ (R-devel/site-library/Rcpp/include/Rcpp/DataFrame.h:115) ==183237== by 0x185B69AA: Rcpp::DataFrame_Impl::DataFrame_Impl > >(Rcpp::Nullable > const&) (R-devel/site-library/Rcpp/include/Rcpp/api/meat/DataFrame.h:26) ==183237== by 0x18685461: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1555) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== Address 0x1ea3f378 is 7,480 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868549D: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868549D: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1557) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868549D: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868549D: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1557) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8f78 is 4,984 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18685525: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18685525: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1558) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18685525: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18685525: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1558) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8f80 is 4,992 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x186855A3: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x186855A3: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1559) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x186855A3: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x186855A3: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1559) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8f88 is 5,000 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18685621: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18685621: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1560) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18685621: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18685621: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1560) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8f98 is 5,016 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868569F: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868569F: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1561) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868569F: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868569F: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1561) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fa0 is 5,024 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868571D: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868571D: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1562) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868571D: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868571D: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1562) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fa8 is 5,032 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868579B: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868579B: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1563) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868579B: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868579B: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1563) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fb8 is 5,048 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868581E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868581E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1564) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868581E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868581E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1564) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fc0 is 5,056 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868589E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868589E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1565) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868589E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868589E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1565) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fc8 is 5,064 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868591E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868591E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1566) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868591E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868591E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1566) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fd0 is 5,072 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x46DFF5: REAL_ELT (svn/R-devel/src/include/Rinlinedfuns.h:436) ==183237== by 0x46DFF5: coerceToInteger (svn/R-devel/src/main/coerce.c:530) ==183237== by 0x46DFF5: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1287) ==183237== by 0x18484D17: r_true_cast<13> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:86) ==183237== by 0x18484D17: r_cast<13> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x18484D17: Vector (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:73) ==183237== by 0x18484D17: Exporter (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:31) ==183237== by 0x18484D17: Rcpp::Vector<13, Rcpp::PreserveStorage> Rcpp::internal::as >(SEXPREC*, Rcpp::traits::r_type_generic_tag) [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/as.h:86) ==183237== by 0x1868592D: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x1868592D: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1566) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x1ea3f3b8 is 7,544 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x1868599E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868599E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1567) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x1868599E: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x1868599E: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1567) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fd8 is 5,080 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185B4A9B: Rcpp::Vector<19, Rcpp::PreserveStorage>::containsElementNamed(char const*) const (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:588) ==183237== by 0x18685A0F: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1570) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18687284: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18687284: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1571) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18687284: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18687284: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1571) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8f90 is 5,008 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18687304: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18687304: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1572) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18687304: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18687304: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1572) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8fb0 is 5,040 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185B4A9B: Rcpp::Vector<19, Rcpp::PreserveStorage>::containsElementNamed(char const*) const (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:588) ==183237== by 0x18685AF7: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1581) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185B4A9B: Rcpp::Vector<19, Rcpp::PreserveStorage>::containsElementNamed(char const*) const (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:588) ==183237== by 0x18685B8B: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1587) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185B4A9B: Rcpp::Vector<19, Rcpp::PreserveStorage>::containsElementNamed(char const*) const (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:588) ==183237== by 0x18685C1F: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1593) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1847D990: begin (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:167) ==183237== by 0x1847D990: bool Rcpp::internal::string_proxy<16, Rcpp::PreserveStorage>::operator==(Rcpp::internal::string_proxy<16, Rcpp::PreserveStorage> const&) const [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:199) ==183237== by 0x1869061C: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1675) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x10b8bdd8 is 184 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1847D990: begin (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:167) ==183237== by 0x1847D990: bool Rcpp::internal::string_proxy<16, Rcpp::PreserveStorage>::operator==(Rcpp::internal::string_proxy<16, Rcpp::PreserveStorage> const&) const [clone .isra.0] (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:199) ==183237== by 0x18690667: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1676) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== Address 0x10b8bd98 is 120 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x18690693: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1677) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1e3e24e8 is 3,864 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x186906DE: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x186906DE: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x186906DE: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1681) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f538 is 7,928 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1869079D: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x1869079D: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x1869079D: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1684) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f4f8 is 7,864 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x18690842: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1687) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1e3e24b0 is 3,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18686ADE: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18686ADE: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18686ADE: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1809) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x10b8bdd8 is 184 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18686BD9: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18686BD9: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18686BD9: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1813) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f538 is 7,928 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18686CD4: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18686CD4: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18686CD4: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1817) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x10b8bd98 is 120 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18686DCF: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18686DCF: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18686DCF: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1821) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f4f8 is 7,864 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18686ECA: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18686ECA: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18686ECA: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1825) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x10b8bd58 is 56 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18686FC5: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18686FC5: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18686FC5: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1829) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f4b8 is 7,800 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1868714C: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x1868714C: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x1868714C: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1839) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f538 is 7,928 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x186868E5: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x186868E5: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x186868E5: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1853) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f4f8 is 7,864 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x186869B7: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x186869B7: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x186869B7: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1867) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f4b8 is 7,800 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1868A6BF: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x1868A6BF: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x1868A6BF: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1947) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x10b8bdd8 is 184 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x1868AA63: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1953) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f478 is 7,736 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x1868AB5D: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1954) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f438 is 7,672 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x1868AC57: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1955) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f3f8 is 7,608 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x1868AE46: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1957) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1e3e2478 is 3,752 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1868B506: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x1868B506: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x1868B506: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1960) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f538 is 7,928 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18687D6C: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18687D6C: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18687D6C: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1967) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x10b8bd98 is 120 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x1868867F: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x1868867F: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x1868867F: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1974) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f4f8 is 7,864 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x18688F92: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x18688F92: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x18688F92: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1981) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x10b8bd58 is 56 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B12F4: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B12F4: duplicate1 (svn/R-devel/src/main/duplicate.c:346) ==183237== by 0x52358A: lunary (svn/R-devel/src/main/logic.c:194) ==183237== by 0x52358A: do_logic (svn/R-devel/src/main/logic.c:61) ==183237== by 0x4E3F80: bcEval_loop (svn/R-devel/src/main/eval.c:8204) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4734E1: do_docall (svn/R-devel/src/main/coerce.c:2789) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x186898A5: get (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:157) ==183237== by 0x186898A5: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/string_proxy.h:119) ==183237== by 0x186898A5: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1988) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1ea3f4b8 is 7,800 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x18689BBE: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1994) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1e3e24e8 is 3,864 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x18689C84: LefkoMats::supp_reassess(Rcpp::DataFrame_Impl, bool, Rcpp::Nullable >, Rcpp::Nullable >) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:1995) ==183237== by 0x18699B74: LefkoMats::sf_reassess_internal(Rcpp::DataFrame_Impl const&, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, bool) (R-devel/site-library/lefko3/include/basic_funcs/mat_stuff.h:4797) ==183237== by 0x1855AB6C: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4049) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1e3e24b0 is 3,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18655E85: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655E85: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3616) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18655E85: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655E85: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3616) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8f78 is 4,984 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18655EDB: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655EDB: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3617) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18655EDB: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655EDB: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3617) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8f80 is 4,992 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18655F31: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655F31: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3618) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18655F31: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655F31: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3618) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8f88 is 5,000 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18655F87: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655F87: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3619) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18655F87: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655F87: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3619) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8f98 is 5,016 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18655FDD: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655FDD: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3620) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18655FDD: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18655FDD: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3620) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fa0 is 5,024 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18656033: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18656033: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3621) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18656033: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18656033: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3621) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fa8 is 5,032 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EEF9: STRING_ELT (svn/R-devel/src/main/memory.c:4118) ==183237== by 0x185EB022: offset (R-devel/site-library/Rcpp/include/Rcpp/vector/Vector.h:316) ==183237== by 0x185EB022: Rcpp::internal::generic_name_proxy<19, Rcpp::PreserveStorage>::get() const (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:190) ==183237== by 0x18656089: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18656089: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3622) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x21ad8ec8 is 4,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18656089: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18656089: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3622) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fb8 is 5,048 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== ==183237== More than 100 errors detected. Subsequent errors ==183237== will still be recorded, but in less detail than before. ==183237== Invalid read of size 8 ==183237== at 0x185C2AE0: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:112) ==183237== by 0x185C2AE0: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2AE0: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2AE0: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x186560B4: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x186560B4: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x186560B4: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3622) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f478 is 7,736 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x186560F1: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x186560F1: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3623) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fc0 is 5,056 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x185C2AE0: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:112) ==183237== by 0x185C2AE0: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2AE0: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2AE0: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x1865611C: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x1865611C: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x1865611C: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3623) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f438 is 7,672 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18656159: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18656159: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3624) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fc8 is 5,064 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x185C2AE0: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:112) ==183237== by 0x185C2AE0: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2AE0: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2AE0: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656184: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656184: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656184: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3624) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f3f8 is 7,608 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x186561C1: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x186561C1: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3625) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fd0 is 5,072 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x185C2AE0: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:112) ==183237== by 0x185C2AE0: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2AE0: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2AE0: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x186561EC: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x186561EC: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x186561EC: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3625) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x1ea3f3b8 is 7,544 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x4B19B2: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x4B19B2: duplicate1 (svn/R-devel/src/main/duplicate.c:358) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:208) ==183237== by 0x4B17BC: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==183237== by 0x4B17BC: duplicate1 (svn/R-devel/src/main/duplicate.c:340) ==183237== by 0x185CDD11: clone > > (R-devel/site-library/Rcpp/include/Rcpp/clone.h:35) ==183237== by 0x185CDD11: AdaptUtils::supplements_replacer(Rcpp::Nullable >, Rcpp::DataFrame_Impl, int, int) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/main_utils.h:4408) ==183237== by 0x18568102: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8081) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18656229: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18656229: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3626) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fd8 is 5,080 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x46E0C8: INTEGER_ELT (svn/R-devel/src/include/Rinlinedfuns.h:410) ==183237== by 0x46E0C8: coerceToReal (svn/R-devel/src/main/coerce.c:583) ==183237== by 0x46E0C8: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656254: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656254: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656254: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3626) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== Address 0x1e3e2478 is 3,752 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x186562F0: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x186562F0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3632) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8f90 is 5,008 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 8 ==183237== at 0x52EFBF: VECTOR_ELT (svn/R-devel/src/main/memory.c:4141) ==183237== by 0x18656369: operator SEXP (R-devel/site-library/Rcpp/include/Rcpp/vector/proxy.h:163) ==183237== by 0x18656369: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3633) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== Address 0x21ad8fb0 is 5,040 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x46D91A: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x46D91A: coerceToReal (svn/R-devel/src/main/coerce.c:564) ==183237== by 0x46D91A: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1289) ==183237== by 0x185C2A9A: r_true_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:90) ==183237== by 0x185C2A9A: r_cast<14> (R-devel/site-library/Rcpp/include/Rcpp/r_cast.h:170) ==183237== by 0x185C2A9A: export_indexing__impl, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:108) ==183237== by 0x185C2A9A: export_indexing__dispatch, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:130) ==183237== by 0x185C2A9A: export_indexing, double> (R-devel/site-library/Rcpp/include/Rcpp/internal/export.h:153) ==183237== by 0x185C2A9A: Rcpp::traits::IndexingExporter, double>::get() (R-devel/site-library/Rcpp/include/Rcpp/internal/Exporter.h:64) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:88) ==183237== by 0x18656ED0: as > (R-devel/site-library/Rcpp/include/Rcpp/as.h:151) ==183237== by 0x18656ED0: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3677) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x1865DFD6: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3854) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1e3e24e8 is 3,864 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== ==183237== Invalid read of size 4 ==183237== at 0x1865E3CF: AdaptMats::theoldpizzle_adapt3(Rcpp::DataFrame_Impl const&, Rcpp::DataFrame_Impl const&, arma::Mat const&, int, int, int, int, int, int, bool) (packages/tests-vg/adapt3/src/../inst/include/basic_funcs/mats_utils.h:3888) ==183237== by 0x1855ACC2: cleanup3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, double, double, int, int, bool, bool, bool) (packages/tests-vg/adapt3/src/projection.cpp:4055) ==183237== by 0x18562504: project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:5952) ==183237== by 0x18568281: batch_project3(Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, Rcpp::Nullable >, bool, bool, int, int, int, int, bool, double, double) (packages/tests-vg/adapt3/src/projection.cpp:8089) ==183237== by 0x18476D6E: _adapt3_batch_project3 (packages/tests-vg/adapt3/src/RcppExports.cpp:102) ==183237== by 0x4A85B7: R_doDotCall (svn/R-devel/src/main/dotcode.c:1039) ==183237== by 0x4A94E3: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== Address 0x1e3e24b0 is 3,808 bytes inside a block of size 7,960 alloc'd ==183237== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==183237== by 0x535C0E: GetNewPage (svn/R-devel/src/main/memory.c:998) ==183237== by 0x537CEE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2872) ==183237== by 0x54647C: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==183237== by 0x54647C: do_paste (svn/R-devel/src/main/paste.c:174) ==183237== by 0x4E514C: bcEval_loop (svn/R-devel/src/main/eval.c:8132) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7515) ==183237== by 0x4F3157: bcEval (svn/R-devel/src/main/eval.c:7500) ==183237== by 0x4F348A: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==183237== by 0x4F520D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==183237== by 0x4F5EC6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==183237== by 0x4F3595: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==183237== by 0x4F3595: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==183237== by 0x4F3CD6: forcePromise.part.0 (svn/R-devel/src/main/eval.c:976) ==183237== by 0x4F3FA4: forcePromise (svn/R-devel/src/main/eval.c:956) ==183237== by 0x4F3FA4: getvar (svn/R-devel/src/main/eval.c:5849) ==183237== Warning: If all_elems = FALSE, then all MPMs require supplements defining elements to alter. > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("cypa_data") > ### * cypa_data > > flush(stderr()); flush(stdout()) > > ### Name: cypa_data > ### Title: Demographic Dataset of _Cypripedium parviflorum_ Population, in > ### Horizontal Format > ### Aliases: cypa_data > ### Keywords: datasets > > ### ** Examples > > library(lefko3) > > data(cypa_data) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cypraw_v1 <- verticalize3(data = cypa_data, noyears = 18, firstyear = 1994, + individcol = "plant_id", blocksize = 2, sizeacol = "Inf.94", + sizebcol = "Veg.94", repstracol = "Inf.94", fecacol = "Inf.94", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "P2", "P3", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "P2", "P3", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.20, 0.20, 0.20, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, NA, NA, 0.5, 0.5), + type =c(1, 1, 1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > > cypmatrix2r <- rlefko2(data = cypraw_v1, stageframe = cypframe_raw, + year = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", indivcol = "individ") > > lambda3(cypmatrix2r) pop patch year2 lambda 1 1 1 1994 0.6409753 2 1 1 1995 0.9037308 3 1 1 1996 0.8813687 4 1 1 1997 0.9098401 5 1 1 1998 0.9177725 6 1 1 1999 0.8686003 7 1 1 2000 0.8810362 8 1 1 2001 0.9131319 9 1 1 2002 0.8802414 10 1 1 2003 0.8871593 11 1 1 2004 0.8894380 12 1 1 2005 0.8956455 13 1 1 2006 0.8540194 14 1 1 2007 0.9043110 15 1 1 2008 0.8960867 16 1 1 2009 0.8148020 17 1 1 2010 0.8135765 > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("equiv_input") > ### * equiv_input > > flush(stderr()); flush(stdout()) > > ### Name: equiv_input > ### Title: Create an Equivalence Vector for Each Population > ### Aliases: equiv_input > > ### ** Examples > > library(lefko3) > data(cypdata) > > data(cypa_data) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cycaraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cyparaw_v1 <- verticalize3(data = cypa_data, noyears = 18, firstyear = 1994, + individcol = "plant_id", blocksize = 2, sizeacol = "Inf.94", + sizebcol = "Veg.94", repstracol = "Inf.94", fecacol = "Inf.94", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "P2", "P3", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "P2", "P3", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.20, 0.20, 0.20, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, NA, NA, 0.5, 0.5), + type =c(1, 1, 1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cyp_supp_list1 <- list(cypsupp2r, cypsupp2r) > > cycamatrix2r <- rlefko2(data = cycaraw_v1, stageframe = cypframe_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > > cypamatrix2r <- rlefko2(data = cyparaw_v1, stageframe = cypframe_raw, + year = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > > cyp_mpm_list <- list(cycamatrix2r, cypamatrix2r) > > cyca2_start <- start_input(cycamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(500, 100, 200)) > cypa2_start <- start_input(cypamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(5000, 1000, 2000)) > cyp_start_list <- list(cyca2_start, cypa2_start) > > cyp2_dv <- density_input(cypamatrix2r, stage3 = c("SD", "P1"), + stage2 = c("rep", "rep"), style = c(1, 1), alpha = c(0.5, 1.2), + beta = c(1.0, 2.0), type = c(2, 1)) > cyp_dv_list <- list(cyp2_dv, cyp2_dv) > > cyp_eq <- equiv_input(cycamatrix2r, + stage2 = c("SD", "P1", "SL", "D", "XSm", "Sm", "Md", "Lg", "XLg"), + value = c(0, 1, 1, 1, 1, 1, 1, 1, 1)) > > eq_list <- list(cyp_eq, cyp_eq) > > cyp_comm_proj <- project3(mpms = cyp_mpm_list, starts = cyp_start_list, + density = cyp_dv_list, times = 10) > > summary(cyp_comm_proj) The input adaptProj object covers 2 populations, 11 projected steps and 1 projected replicate. The number of replicates with population size above the threshold size of 1 is as in the following matrix, with populations given by row and milepost times given by column: $milepost_sums 1 2 5 8 11 [1,] 1 1 1 1 1 [2,] 1 1 1 1 1 $extinction_times [1] NA > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("invade3") > ### * invade3 > > flush(stderr()); flush(stdout()) > > ### Name: invade3 > ### Title: Run Pairwise and Multiple Invasibility Analysis > ### Aliases: invade3 > > ### ** Examples > > library(lefko3) > data(cypdata) > > sizevector <- c(0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "SL", "D", "XSm", "Sm", "Md", "Lg", "XLg") > repvector <- c(0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cypraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.40, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, 1000, 1000), + type =c(1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > > cypmatrix2r <- rlefko2(data = cypraw_v1, stageframe = cypframe_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > cypmean <- lmean(cypmatrix2r) > > cyp_start <- start_input(cypmean, stage2 = c("SD", "P1", "D"), + value = c(1000, 200, 4)) > > c2d_4 <- density_input(cypmean, stage3 = c("P1", "P1"), stage2= c("SD", "rep"), + style = 2, time_delay = 1, alpha = 0.005, beta = 0.000005, type = c(2, 2)) > > # A simple projection allows us to find a combination of density dependence > # and running time that produces a stable quasi-equilibrium > cyp_proj <- projection3(cypmean, times = 250, start_frame = cyp_start, + density = c2d_4, integeronly = TRUE) Warning: This lefkoMat object appears to be a set of mean matrices. Will project only the mean. > plot(cyp_proj) > > cyp_ta <- trait_axis(stageframe = cypframe_raw, + stage3 = rep("P1", 15), + stage2 = rep("rep", 15), + multiplier = seq(from = 0.1, to = 10.0, length.out = 15), + type = rep(2, 15)) > > cyp_inv <- invade3(axis = cyp_ta, mpm = cypmean, density = c2d_4, times = 350, + starts = cyp_start, entry_time = c(0, 250), fitness_times = 30, + var_per_run = 2) > plot(cyp_inv) > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("plot.adaptInv") > ### * plot.adaptInv > > flush(stderr()); flush(stdout()) > > ### Name: plot.adaptInv > ### Title: Create Contour Plot of Pairwise Invasibility Analysis Results > ### Aliases: plot.adaptInv > > ### ** Examples > > library(lefko3) > data(cypdata) > > sizevector <- c(0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "SL", "D", "XSm", "Sm", "Md", "Lg", "XLg") > repvector <- c(0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cypraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.40, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, 1000, 1000), + type =c(1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > > cypmatrix2r <- rlefko2(data = cypraw_v1, stageframe = cypframe_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > cypmean <- lmean(cypmatrix2r) > > cyp_start <- start_input(cypmean, stage2 = c("SD", "P1", "D"), + value = c(1000, 200, 4)) > > c2d_4 <- density_input(cypmean, stage3 = c("P1", "P1"), stage2= c("SD", "rep"), + style = 2, time_delay = 1, alpha = 0.005, beta = 0.000005, type = c(2, 2)) > > # A simple projection allows us to find a combination of density dependence > # and running time that produces a stable quasi-equilibrium > cyp_proj <- projection3(cypmean, times = 250, start_frame = cyp_start, + density = c2d_4, integeronly = TRUE) Warning: This lefkoMat object appears to be a set of mean matrices. Will project only the mean. > plot(cyp_proj) > > cyp_ta <- trait_axis(stageframe = cypframe_raw, + stage3 = rep("P1", 15), + stage2 = rep("rep", 15), + multiplier = seq(from = 0.1, to = 10.0, length.out = 15), + type = rep(2, 15)) > > cyp_inv <- invade3(axis = cyp_ta, mpm = cypmean, density = c2d_4, times = 350, + starts = cyp_start, entry_time = c(0, 250), fitness_times = 30, + var_per_run = 2) > plot(cyp_inv) > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("plot.adaptProj") > ### * plot.adaptProj > > flush(stderr()); flush(stdout()) > > ### Name: plot.adaptProj > ### Title: Create Plot of Community Projection > ### Aliases: plot.adaptProj > > ### ** Examples > > library(lefko3) > data(cypdata) > > data(cypa_data) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cycaraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cyparaw_v1 <- verticalize3(data = cypa_data, noyears = 18, firstyear = 1994, + individcol = "plant_id", blocksize = 2, sizeacol = "Inf.94", + sizebcol = "Veg.94", repstracol = "Inf.94", fecacol = "Inf.94", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "P2", "P3", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "P2", "P3", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.20, 0.20, 0.20, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, NA, NA, 0.5, 0.5), + type =c(1, 1, 1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cyp_supp_list1 <- list(cypsupp2r, cypsupp2r) > > cycamatrix2r <- rlefko2(data = cycaraw_v1, stageframe = cypframe_raw, + year = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", indivcol = "individ") > > cypamatrix2r <- rlefko2(data = cyparaw_v1, stageframe = cypframe_raw, + year = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", indivcol = "individ") > > cyp_mpm_list <- list(cycamatrix2r, cypamatrix2r) > > cyca2_start <- start_input(cycamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(500, 100, 200)) > cypa2_start <- start_input(cypamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(5000, 1000, 2000)) > cyp_start_list <- list(cyca2_start, cypa2_start) > > cyp2_dv <- density_input(cypamatrix2r, stage3 = c("SD", "P1"), + stage2 = c("rep", "rep"), style = c(1, 1), alpha = c(0.5, 1.2), + beta = c(1.0, 2.0), type = c(2, 1)) > cyp_dv_list <- list(cyp2_dv, cyp2_dv) > > cyp_comm_proj <- project3(mpms = cyp_mpm_list, starts = cyp_start_list, + density = cyp_dv_list, times = 10) > > plot(cyp_comm_proj, lwd = 2, bty = "n") > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("project3") > ### * project3 > > flush(stderr()); flush(stdout()) > > ### Name: project3 > ### Title: Project Multiple MPMs With or Without Density Dependence > ### Aliases: project3 > > ### ** Examples > > library(lefko3) > data(cypdata) > > data(cypa_data) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cycaraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cyparaw_v1 <- verticalize3(data = cypa_data, noyears = 18, firstyear = 1994, + individcol = "plant_id", blocksize = 2, sizeacol = "Inf.94", + sizebcol = "Veg.94", repstracol = "Inf.94", fecacol = "Inf.94", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "P2", "P3", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "P2", "P3", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.20, 0.20, 0.20, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, NA, NA, 0.5, 0.5), + type =c(1, 1, 1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cyp_supp_list1 <- list(cypsupp2r, cypsupp2r) > > cycamatrix2r <- rlefko2(data = cycaraw_v1, stageframe = cypframe_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > > cypamatrix2r <- rlefko2(data = cyparaw_v1, stageframe = cypframe_raw, + year = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > > cyp_mpm_list <- list(cycamatrix2r, cypamatrix2r) > > cyca2_start <- start_input(cycamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(500, 100, 200)) > cypa2_start <- start_input(cypamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(5000, 1000, 2000)) > cyp_start_list <- list(cyca2_start, cypa2_start) > > cyp2_dv <- density_input(cypamatrix2r, stage3 = c("SD", "P1"), + stage2 = c("rep", "rep"), style = c(1, 1), alpha = c(0.5, 1.2), + beta = c(1.0, 2.0), type = c(2, 1)) > cyp_dv_list <- list(cyp2_dv, cyp2_dv) > > cyp_comm_proj <- project3(mpms = cyp_mpm_list, starts = cyp_start_list, + density = cyp_dv_list, times = 10) > > summary(cyp_comm_proj) The input adaptProj object covers 2 populations, 11 projected steps and 1 projected replicate. The number of replicates with population size above the threshold size of 1 is as in the following matrix, with populations given by row and milepost times given by column: $milepost_sums 1 2 5 8 11 [1,] 1 1 1 1 1 [2,] 1 1 1 1 1 $extinction_times [1] NA > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("summary.adaptInv") > ### * summary.adaptInv > > flush(stderr()); flush(stdout()) > > ### Name: summary.adaptInv > ### Title: Summarize adaptInv Objects > ### Aliases: summary.adaptInv > > ### ** Examples > > library(lefko3) > data(cypdata) > > sizevector <- c(0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "SL", "D", "XSm", "Sm", "Md", "Lg", "XLg") > repvector <- c(0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cypraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.40, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, 1000, 1000), + type =c(1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > > cypmatrix2r <- rlefko2(data = cypraw_v1, stageframe = cypframe_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > cypmean <- lmean(cypmatrix2r) > > cyp_start <- start_input(cypmean, stage2 = c("SD", "P1", "D"), + value = c(1000, 200, 4)) > > c2d_4 <- density_input(cypmean, stage3 = c("P1", "P1"), stage2= c("SD", "rep"), + style = 2, time_delay = 1, alpha = 0.005, beta = 0.000005, type = c(2, 2)) > > # A simple projection allows us to find a combination of density dependence > # and running time that produces a stable quasi-equilibrium > cyp_proj <- projection3(cypmean, times = 250, start_frame = cyp_start, + density = c2d_4, integeronly = TRUE) Warning: This lefkoMat object appears to be a set of mean matrices. Will project only the mean. > plot(cyp_proj) > > cyp_ta <- trait_axis(stageframe = cypframe_raw, + stage3 = rep("P1", 15), + stage2 = rep("rep", 15), + multiplier = seq(from = 0.1, to = 10.0, length.out = 15), + type = rep(2, 15)) > > cyp_inv <- invade3(axis = cyp_ta, mpm = cypmean, density = c2d_4, times = 350, + starts = cyp_start, entry_time = c(0, 250), fitness_times = 30, + var_per_run = 2) > summary(cyp_inv) The input adaptInv object covers 15 variants, 351 projected steps, 2 variants per run, and 1 projected replicate. > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("summary.adaptProj") > ### * summary.adaptProj > > flush(stderr()); flush(stdout()) > > ### Name: summary.adaptProj > ### Title: Summarize adaptProj Objects > ### Aliases: summary.adaptProj > > ### ** Examples > > library(lefko3) > data(cypdata) > > data(cypa_data) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cycaraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cyparaw_v1 <- verticalize3(data = cypa_data, noyears = 18, firstyear = 1994, + individcol = "plant_id", blocksize = 2, sizeacol = "Inf.94", + sizebcol = "Veg.94", repstracol = "Inf.94", fecacol = "Inf.94", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "P2", "P3", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "P2", "P3", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.20, 0.20, 0.20, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, NA, NA, 0.5, 0.5), + type =c(1, 1, 1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cyp_supp_list1 <- list(cypsupp2r, cypsupp2r) > > cycamatrix2r <- rlefko2(data = cycaraw_v1, stageframe = cypframe_raw, + year = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", indivcol = "individ") > > cypamatrix2r <- rlefko2(data = cyparaw_v1, stageframe = cypframe_raw, + year = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", indivcol = "individ") > > cyp_mpm_list <- list(cycamatrix2r, cypamatrix2r) > > cyca2_start <- start_input(cycamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(500, 100, 200)) > cypa2_start <- start_input(cypamatrix2r, stage2 = c("SD", "P1", "P2"), + value = c(5000, 1000, 2000)) > cyp_start_list <- list(cyca2_start, cypa2_start) > > cyp2_dv <- density_input(cypamatrix2r, stage3 = c("SD", "P1"), + stage2 = c("rep", "rep"), style = c(1, 1), alpha = c(0.5, 1.2), + beta = c(1.0, 2.0), type = c(2, 1)) > cyp_dv_list <- list(cyp2_dv, cyp2_dv) > > cyp_comm_proj <- project3(mpms = cyp_mpm_list, starts = cyp_start_list, + density = cyp_dv_list, times = 10) > > summary(cyp_comm_proj) The input adaptProj object covers 2 populations, 11 projected steps and 1 projected replicate. The number of replicates with population size above the threshold size of 1 is as in the following matrix, with populations given by row and milepost times given by column: $milepost_sums 1 2 5 8 11 [1,] 1 1 1 1 1 [2,] 1 1 1 1 1 $extinction_times [1] NA > > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("summary.adaptProjBatch") > ### * summary.adaptProjBatch > > flush(stderr()); flush(stdout()) > > ### Name: summary.adaptProjBatch > ### Title: Summarize adaptProjBatch Objects > ### Aliases: summary.adaptProjBatch > > ### ** Examples > > library(lefko3) > data(cypdata) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > sizevector <- c(0, 0, 3.0, 15) > stagevector <- c("P1", "D", "Sm", "Lg") > repvector <- c(0, 0, 1, 1) > obsvector <- c(0, 0, 1, 1) > matvector <- c(0, 1, 1, 1) > immvector <- c(1, 0, 0, 0) > indataset <- c(0, 1, 1, 1) > binvec <- c(0, 0.5, 2.5, 9.5) > > cypframe_small_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + immstatus = immvector, indataset = indataset, binhalfwidth = binvec) > > cypraw_v1 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypraw_v2 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + stageassign = cypframe_small_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypraw_v3 <- verticalize3(data = cypdata, noyears = 6, firstyear = 2004, + patchidcol = "patch", individcol = "plantid", blocksize = 4, + sizeacol = "Inf2.04", sizebcol = "Inf.04", sizeccol = "Veg.04", + repstracol = "Inf.04", repstrbcol = "Inf2.04", fecacol = "Pod.04", + NAas0 = TRUE, NRasRep = TRUE) > > cypsupp2r <- supplemental(stage3 = c("SD", "P1", "P2", "P3", "SL", "D", + "XSm", "Sm", "SD", "P1"), + stage2 = c("SD", "SD", "P1", "P2", "P3", "SL", "SL", "SL", "rep", + "rep"), + eststage3 = c(NA, NA, NA, NA, NA, "D", "XSm", "Sm", NA, NA), + eststage2 = c(NA, NA, NA, NA, NA, "XSm", "XSm", "XSm", NA, NA), + givenrate = c(0.10, 0.20, 0.20, 0.20, 0.25, NA, NA, NA, NA, NA), + multiplier = c(NA, NA, NA, NA, NA, NA, NA, NA, 1500, 500), + type =c(1, 1, 1, 1, 1, 1, 1, 1, 3, 3), + stageframe = cypframe_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cypmatrix2r <- rlefko2(data = cypraw_v1, stageframe = cypframe_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > cypmean <- lmean(cypmatrix2r) > > cypsupp2r_small <- supplemental(stage3 = c("D", "Sm", "Lg", "P1"), + stage2 = c("P1", "P1", "P1", "rep"), eststage3 = c(NA, "Sm", "Lg", NA), + eststage2 = c(NA, "D", "D", NA), givenrate = c(0.05, NA, NA, NA), + offset = c(NA, NA, -0.1, NA), multiplier = c(NA, NA, NA, 0.5), + type =c(1, 1, 1, 3), stageframe = cypframe_small_raw, historical = FALSE) Warning: NA values in argument multiplier will be treated as 1 values. > cypmatrix2r_small <- rlefko2(data = cypraw_v2, stageframe = cypframe_small_raw, + year = "all", patch = "all", stages = c("stage3", "stage2", "stage1"), + size = c("size3added", "size2added"), supplement = cypsupp2r_small, + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > cypmean_small <- lmean(cypmatrix2r_small) > > cypmatrixL_small <- rleslie(data = cypraw_v3, start_age = 1, last_age = 4, + continue = TRUE, fecage_min = 3, year = "all", pop = NA, patch = "all", + yearcol = "year2", patchcol = "patchid", indivcol = "individ") > > cyp_mpms1 <- list(cypmatrix2r, cypmatrix2r_small, cypmatrixL_small) > > c2d_4 <- density_input(cypmean, stage3 = c("P1", "P1"), stage2= c("SD", "rep"), + style = 1, time_delay = 1, alpha = 1, beta = 0.0005, type = c(2, 2)) > c2d_4a <- density_input(cypmean_small, stage3 = c("P1", "P1"), stage2= c("P1", "rep"), + style = 1, time_delay = 1, alpha = 1, beta = 0.0005, type = c(2, 2)) > cypL_dv <- density_input(cypmatrixL_small, stage3 = c("Age1"), stage2 = c("rep"), + style = c(1), alpha = c(0.5), beta = c(1.0), type = c(2)) > cyp_density <- list(c2d_4, c2d_4a, cypL_dv) > > cyp_start1 <- start_input(cypmatrix2r, stage2 = c("SD", "P1", "D"), + value = c(100, 200, 4)) > cyp_start2 <- start_input(cypmatrix2r_small, stage2 = c("P1", "D"), + value = c(10, 2000)) > cypL_start_1 <- start_input(cypmatrixL_small, stage2 = c("Age1"), + value = c(200)) > cyp_start <- list(cyp_start1, cyp_start2, cypL_start_1) > > new_supplement_cyp2_small <- sup_skeleton(2) > new_supplement_cyp2_small$stage3 <- c("D", "Sm") > new_supplement_cyp2_small$stage2 <- c("Lg", "Lg") > new_supplement_cyp2_small$convtype <- c(1, 1) > used_supplements <- list(new_supplement_cyp2_small, + new_supplement_cyp2_small, NULL) > > aaa1_prj_batch2 <- batch_project3(used_mpms = "all", all_elems = FALSE, + mpms = cyp_mpms1, entry_time = c(0, 5, 8), times = 15, nreps = 3, + supplement = used_supplements, integeronly = TRUE, density = cyp_density) Warning: If all_elems = FALSE, then all MPMs require supplements defining elements to alter. > > summary(aaa1_prj_batch2) This adaptProjBatch has 10 projections covering 3 mpms, of which 2 have been targeted for alterations. Assuming the first projection is representative, each projection is 15 time steps in length. projection target_mpm stage3 stage2 stage1 age2 eststage3 eststage2 1 1 1 D Lg NA 2 1 1 Sm Lg NA 3 1 1 D Lg NA 4 1 1 Sm Lg NA 5 1 1 D Lg NA 6 1 1 Sm Lg NA 7 1 1 D Lg NA 8 1 1 Sm Lg NA 9 1 1 D Lg NA 10 1 1 Sm Lg NA 11 1 1 D Lg NA 12 1 1 Sm Lg NA 13 1 1 D Lg NA 14 1 1 Sm Lg NA 15 1 1 D Lg NA 16 1 1 Sm Lg NA 17 1 1 D Lg NA 18 1 1 Sm Lg NA 19 2 1 D Lg NA 20 2 1 Sm Lg NA 21 2 1 D Lg NA 22 2 1 Sm Lg NA 23 2 1 D Lg NA 24 2 1 Sm Lg NA 25 2 1 D Lg NA 26 2 1 Sm Lg NA 27 2 1 D Lg NA 28 2 1 Sm Lg NA 29 2 1 D Lg NA 30 2 1 Sm Lg NA 31 2 1 D Lg NA 32 2 1 Sm Lg NA 33 2 1 D Lg NA 34 2 1 Sm Lg NA 35 2 1 D Lg NA 36 2 1 Sm Lg NA 37 3 1 D Lg NA 38 3 1 Sm Lg NA 39 3 1 D Lg NA 40 3 1 Sm Lg NA 41 3 1 D Lg NA 42 3 1 Sm Lg NA 43 3 1 D Lg NA 44 3 1 Sm Lg NA 45 3 1 D Lg NA 46 3 1 Sm Lg NA 47 3 1 D Lg NA 48 3 1 Sm Lg NA 49 3 1 D Lg NA 50 3 1 Sm Lg NA 51 3 1 D Lg NA 52 3 1 Sm Lg NA 53 3 1 D Lg NA 54 3 1 Sm Lg NA 55 4 1 D Lg NA 56 4 1 Sm Lg NA 57 4 1 D Lg NA 58 4 1 Sm Lg NA 59 4 1 D Lg NA 60 4 1 Sm Lg NA 61 4 1 D Lg NA 62 4 1 Sm Lg NA 63 4 1 D Lg NA 64 4 1 Sm Lg NA 65 4 1 D Lg NA 66 4 1 Sm Lg NA 67 4 1 D Lg NA 68 4 1 Sm Lg NA 69 4 1 D Lg NA 70 4 1 Sm Lg NA 71 4 1 D Lg NA 72 4 1 Sm Lg NA 73 5 1 D Lg NA 74 5 1 Sm Lg NA 75 5 1 D Lg NA 76 5 1 Sm Lg NA 77 5 1 D Lg NA 78 5 1 Sm Lg NA 79 5 1 D Lg NA 80 5 1 Sm Lg NA 81 5 1 D Lg NA 82 5 1 Sm Lg NA 83 5 1 D Lg NA 84 5 1 Sm Lg NA 85 5 1 D Lg NA 86 5 1 Sm Lg NA 87 5 1 D Lg NA 88 5 1 Sm Lg NA 89 5 1 D Lg NA 90 5 1 Sm Lg NA 91 6 2 D Lg NA 92 6 2 Sm Lg NA 93 6 2 D Lg NA 94 6 2 Sm Lg NA 95 6 2 D Lg NA 96 6 2 Sm Lg NA 97 6 2 D Lg NA 98 6 2 Sm Lg NA 99 6 2 D Lg NA 100 6 2 Sm Lg NA 101 6 2 D Lg NA 102 6 2 Sm Lg NA 103 6 2 D Lg NA 104 6 2 Sm Lg NA 105 6 2 D Lg NA 106 6 2 Sm Lg NA 107 6 2 D Lg NA 108 6 2 Sm Lg NA 109 7 2 D Lg NA 110 7 2 Sm Lg NA 111 7 2 D Lg NA 112 7 2 Sm Lg NA 113 7 2 D Lg NA 114 7 2 Sm Lg NA 115 7 2 D Lg NA 116 7 2 Sm Lg NA 117 7 2 D Lg NA 118 7 2 Sm Lg NA 119 7 2 D Lg NA 120 7 2 Sm Lg NA 121 7 2 D Lg NA 122 7 2 Sm Lg NA 123 7 2 D Lg NA 124 7 2 Sm Lg NA 125 7 2 D Lg NA 126 7 2 Sm Lg NA 127 8 2 D Lg NA 128 8 2 Sm Lg NA 129 8 2 D Lg NA 130 8 2 Sm Lg NA 131 8 2 D Lg NA 132 8 2 Sm Lg NA 133 8 2 D Lg NA 134 8 2 Sm Lg NA 135 8 2 D Lg NA 136 8 2 Sm Lg NA 137 8 2 D Lg NA 138 8 2 Sm Lg NA 139 8 2 D Lg NA 140 8 2 Sm Lg NA 141 8 2 D Lg NA 142 8 2 Sm Lg NA 143 8 2 D Lg NA 144 8 2 Sm Lg NA 145 9 2 D Lg NA 146 9 2 Sm Lg NA 147 9 2 D Lg NA 148 9 2 Sm Lg NA 149 9 2 D Lg NA 150 9 2 Sm Lg NA 151 9 2 D Lg NA 152 9 2 Sm Lg NA 153 9 2 D Lg NA 154 9 2 Sm Lg NA 155 9 2 D Lg NA 156 9 2 Sm Lg NA 157 9 2 D Lg NA 158 9 2 Sm Lg NA 159 9 2 D Lg NA 160 9 2 Sm Lg NA 161 9 2 D Lg NA 162 9 2 Sm Lg NA 163 10 2 D Lg NA 164 10 2 Sm Lg NA 165 10 2 D Lg NA 166 10 2 Sm Lg NA 167 10 2 D Lg NA 168 10 2 Sm Lg NA 169 10 2 D Lg NA 170 10 2 Sm Lg NA 171 10 2 D Lg NA 172 10 2 Sm Lg NA 173 10 2 D Lg NA 174 10 2 Sm Lg NA 175 10 2 D Lg NA 176 10 2 Sm Lg NA 177 10 2 D Lg NA 178 10 2 Sm Lg NA 179 10 2 D Lg NA 180 10 2 Sm Lg NA eststage1 estage2 givenrate offset multiplier convtype convtype_t12 rep mpm 1 NA NA 0.005 1 1 0 1 1 2 NA NA 0.005 1 1 0 1 1 3 NA NA 0.005 1 1 0 1 2 4 NA NA 0.005 1 1 0 1 2 5 NA NA 0.005 1 1 0 1 3 6 NA NA 0.005 1 1 0 1 3 7 NA NA 0.005 1 1 0 2 1 8 NA NA 0.005 1 1 0 2 1 9 NA NA 0.005 1 1 0 2 2 10 NA NA 0.005 1 1 0 2 2 11 NA NA 0.005 1 1 0 2 3 12 NA NA 0.005 1 1 0 2 3 13 NA NA 0.005 1 1 0 3 1 14 NA NA 0.005 1 1 0 3 1 15 NA NA 0.005 1 1 0 3 2 16 NA NA 0.005 1 1 0 3 2 17 NA NA 0.005 1 1 0 3 3 18 NA NA 0.005 1 1 0 3 3 19 NA NA 0.010 1 1 0 1 1 20 NA NA 0.010 1 1 0 1 1 21 NA NA 0.010 1 1 0 1 2 22 NA NA 0.010 1 1 0 1 2 23 NA NA 0.010 1 1 0 1 3 24 NA NA 0.010 1 1 0 1 3 25 NA NA 0.010 1 1 0 2 1 26 NA NA 0.010 1 1 0 2 1 27 NA NA 0.010 1 1 0 2 2 28 NA NA 0.010 1 1 0 2 2 29 NA NA 0.010 1 1 0 2 3 30 NA NA 0.010 1 1 0 2 3 31 NA NA 0.010 1 1 0 3 1 32 NA NA 0.010 1 1 0 3 1 33 NA NA 0.010 1 1 0 3 2 34 NA NA 0.010 1 1 0 3 2 35 NA NA 0.010 1 1 0 3 3 36 NA NA 0.010 1 1 0 3 3 37 NA NA 0.015 1 1 0 1 1 38 NA NA 0.015 1 1 0 1 1 39 NA NA 0.015 1 1 0 1 2 40 NA NA 0.015 1 1 0 1 2 41 NA NA 0.015 1 1 0 1 3 42 NA NA 0.015 1 1 0 1 3 43 NA NA 0.015 1 1 0 2 1 44 NA NA 0.015 1 1 0 2 1 45 NA NA 0.015 1 1 0 2 2 46 NA NA 0.015 1 1 0 2 2 47 NA NA 0.015 1 1 0 2 3 48 NA NA 0.015 1 1 0 2 3 49 NA NA 0.015 1 1 0 3 1 50 NA NA 0.015 1 1 0 3 1 51 NA NA 0.015 1 1 0 3 2 52 NA NA 0.015 1 1 0 3 2 53 NA NA 0.015 1 1 0 3 3 54 NA NA 0.015 1 1 0 3 3 55 NA NA 0.020 1 1 0 1 1 56 NA NA 0.020 1 1 0 1 1 57 NA NA 0.020 1 1 0 1 2 58 NA NA 0.020 1 1 0 1 2 59 NA NA 0.020 1 1 0 1 3 60 NA NA 0.020 1 1 0 1 3 61 NA NA 0.020 1 1 0 2 1 62 NA NA 0.020 1 1 0 2 1 63 NA NA 0.020 1 1 0 2 2 64 NA NA 0.020 1 1 0 2 2 65 NA NA 0.020 1 1 0 2 3 66 NA NA 0.020 1 1 0 2 3 67 NA NA 0.020 1 1 0 3 1 68 NA NA 0.020 1 1 0 3 1 69 NA NA 0.020 1 1 0 3 2 70 NA NA 0.020 1 1 0 3 2 71 NA NA 0.020 1 1 0 3 3 72 NA NA 0.020 1 1 0 3 3 73 NA NA 0.025 1 1 0 1 1 74 NA NA 0.025 1 1 0 1 1 75 NA NA 0.025 1 1 0 1 2 76 NA NA 0.025 1 1 0 1 2 77 NA NA 0.025 1 1 0 1 3 78 NA NA 0.025 1 1 0 1 3 79 NA NA 0.025 1 1 0 2 1 80 NA NA 0.025 1 1 0 2 1 81 NA NA 0.025 1 1 0 2 2 82 NA NA 0.025 1 1 0 2 2 83 NA NA 0.025 1 1 0 2 3 84 NA NA 0.025 1 1 0 2 3 85 NA NA 0.025 1 1 0 3 1 86 NA NA 0.025 1 1 0 3 1 87 NA NA 0.025 1 1 0 3 2 88 NA NA 0.025 1 1 0 3 2 89 NA NA 0.025 1 1 0 3 3 90 NA NA 0.025 1 1 0 3 3 91 NA NA 0.005 1 1 0 1 1 92 NA NA 0.005 1 1 0 1 1 93 NA NA 0.005 1 1 0 1 2 94 NA NA 0.005 1 1 0 1 2 95 NA NA 0.005 1 1 0 1 3 96 NA NA 0.005 1 1 0 1 3 97 NA NA 0.005 1 1 0 2 1 98 NA NA 0.005 1 1 0 2 1 99 NA NA 0.005 1 1 0 2 2 100 NA NA 0.005 1 1 0 2 2 101 NA NA 0.005 1 1 0 2 3 102 NA NA 0.005 1 1 0 2 3 103 NA NA 0.005 1 1 0 3 1 104 NA NA 0.005 1 1 0 3 1 105 NA NA 0.005 1 1 0 3 2 106 NA NA 0.005 1 1 0 3 2 107 NA NA 0.005 1 1 0 3 3 108 NA NA 0.005 1 1 0 3 3 109 NA NA 0.010 1 1 0 1 1 110 NA NA 0.010 1 1 0 1 1 111 NA NA 0.010 1 1 0 1 2 112 NA NA 0.010 1 1 0 1 2 113 NA NA 0.010 1 1 0 1 3 114 NA NA 0.010 1 1 0 1 3 115 NA NA 0.010 1 1 0 2 1 116 NA NA 0.010 1 1 0 2 1 117 NA NA 0.010 1 1 0 2 2 118 NA NA 0.010 1 1 0 2 2 119 NA NA 0.010 1 1 0 2 3 120 NA NA 0.010 1 1 0 2 3 121 NA NA 0.010 1 1 0 3 1 122 NA NA 0.010 1 1 0 3 1 123 NA NA 0.010 1 1 0 3 2 124 NA NA 0.010 1 1 0 3 2 125 NA NA 0.010 1 1 0 3 3 126 NA NA 0.010 1 1 0 3 3 127 NA NA 0.015 1 1 0 1 1 128 NA NA 0.015 1 1 0 1 1 129 NA NA 0.015 1 1 0 1 2 130 NA NA 0.015 1 1 0 1 2 131 NA NA 0.015 1 1 0 1 3 132 NA NA 0.015 1 1 0 1 3 133 NA NA 0.015 1 1 0 2 1 134 NA NA 0.015 1 1 0 2 1 135 NA NA 0.015 1 1 0 2 2 136 NA NA 0.015 1 1 0 2 2 137 NA NA 0.015 1 1 0 2 3 138 NA NA 0.015 1 1 0 2 3 139 NA NA 0.015 1 1 0 3 1 140 NA NA 0.015 1 1 0 3 1 141 NA NA 0.015 1 1 0 3 2 142 NA NA 0.015 1 1 0 3 2 143 NA NA 0.015 1 1 0 3 3 144 NA NA 0.015 1 1 0 3 3 145 NA NA 0.020 1 1 0 1 1 146 NA NA 0.020 1 1 0 1 1 147 NA NA 0.020 1 1 0 1 2 148 NA NA 0.020 1 1 0 1 2 149 NA NA 0.020 1 1 0 1 3 150 NA NA 0.020 1 1 0 1 3 151 NA NA 0.020 1 1 0 2 1 152 NA NA 0.020 1 1 0 2 1 153 NA NA 0.020 1 1 0 2 2 154 NA NA 0.020 1 1 0 2 2 155 NA NA 0.020 1 1 0 2 3 156 NA NA 0.020 1 1 0 2 3 157 NA NA 0.020 1 1 0 3 1 158 NA NA 0.020 1 1 0 3 1 159 NA NA 0.020 1 1 0 3 2 160 NA NA 0.020 1 1 0 3 2 161 NA NA 0.020 1 1 0 3 3 162 NA NA 0.020 1 1 0 3 3 163 NA NA 0.025 1 1 0 1 1 164 NA NA 0.025 1 1 0 1 1 165 NA NA 0.025 1 1 0 1 2 166 NA NA 0.025 1 1 0 1 2 167 NA NA 0.025 1 1 0 1 3 168 NA NA 0.025 1 1 0 1 3 169 NA NA 0.025 1 1 0 2 1 170 NA NA 0.025 1 1 0 2 1 171 NA NA 0.025 1 1 0 2 2 172 NA NA 0.025 1 1 0 2 2 173 NA NA 0.025 1 1 0 2 3 174 NA NA 0.025 1 1 0 2 3 175 NA NA 0.025 1 1 0 3 1 176 NA NA 0.025 1 1 0 3 1 177 NA NA 0.025 1 1 0 3 2 178 NA NA 0.025 1 1 0 3 2 179 NA NA 0.025 1 1 0 3 3 180 NA NA 0.025 1 1 0 3 3 final_N extinct_by 1 1 NA 2 1 NA 3 0 8 4 0 8 5 0 10 6 0 10 7 1 NA 8 1 NA 9 0 8 10 0 8 11 0 10 12 0 10 13 1 NA 14 1 NA 15 0 8 16 0 8 17 0 10 18 0 10 19 1 NA 20 1 NA 21 0 8 22 0 8 23 0 10 24 0 10 25 1 NA 26 1 NA 27 0 8 28 0 8 29 0 10 30 0 10 31 1 NA 32 1 NA 33 0 8 34 0 8 35 0 10 36 0 10 37 1 NA 38 1 NA 39 0 8 40 0 8 41 0 10 42 0 10 43 1 NA 44 1 NA 45 0 8 46 0 8 47 0 10 48 0 10 49 1 NA 50 1 NA 51 0 8 52 0 8 53 0 10 54 0 10 55 1 NA 56 1 NA 57 0 8 58 0 8 59 0 10 60 0 10 61 1 NA 62 1 NA 63 0 8 64 0 8 65 0 10 66 0 10 67 1 NA 68 1 NA 69 0 8 70 0 8 71 0 10 72 0 10 73 1 NA 74 1 NA 75 0 8 76 0 8 77 0 10 78 0 10 79 1 NA 80 1 NA 81 0 8 82 0 8 83 0 10 84 0 10 85 1 NA 86 1 NA 87 0 8 88 0 8 89 0 10 90 0 10 91 1 NA 92 1 NA 93 0 8 94 0 8 95 0 10 96 0 10 97 1 NA 98 1 NA 99 0 8 100 0 8 101 0 10 102 0 10 103 1 NA 104 1 NA 105 0 8 106 0 8 107 0 10 108 0 10 109 1 NA 110 1 NA 111 0 8 112 0 8 113 0 10 114 0 10 115 1 NA 116 1 NA 117 0 8 118 0 8 119 0 10 120 0 10 121 1 NA 122 1 NA 123 0 8 124 0 8 125 0 10 126 0 10 127 1 NA 128 1 NA 129 0 8 130 0 8 131 0 10 132 0 10 133 1 NA 134 1 NA 135 0 8 136 0 8 137 0 10 138 0 10 139 1 NA 140 1 NA 141 0 8 142 0 8 143 0 10 144 0 10 145 1 NA 146 1 NA 147 0 8 148 0 8 149 0 10 150 0 10 151 1 NA 152 1 NA 153 0 8 154 0 8 155 0 10 156 0 10 157 1 NA 158 1 NA 159 0 8 160 0 8 161 0 10 162 0 10 163 1 NA 164 1 NA 165 0 8 166 0 8 167 0 10 168 0 10 169 1 NA 170 1 NA 171 0 8 172 0 8 173 0 10 174 0 10 175 1 NA 176 1 NA 177 0 8 178 0 8 179 0 10 180 0 10 > > > > > cleanEx() detaching ‘package:lefko3’ > nameEx("ta_skeleton") > ### * ta_skeleton > > flush(stderr()); flush(stdout()) > > ### Name: ta_skeleton > ### Title: Create Skeleton Data Frame for Trait Variation for Invasion > ### Analysis > ### Aliases: ta_skeleton > > ### ** Examples > > > current_traits <- ta_skeleton(4) > current_traits$stage3 <- c("Dorm", "Dorm", "Sdl1", NA) > current_traits$stage2 <- c("cut", "V0r", "rep", NA) > current_traits$convtype <- c(1, 1, 2, NA) > current_traits$offset <- c(0.1, 0.2, 0.3, NA) > current_traits$surv_dev <- c(NA, NA, NA, 0.1) > > > > > cleanEx() > nameEx("trait_axis") > ### * trait_axis > > flush(stderr()); flush(stdout()) > > ### Name: trait_axis > ### Title: Create a Data Frame of Trait Data for Invasion Analysis > ### Aliases: trait_axis > > ### ** Examples > > library(lefko3) > > data(cypa_data) > > sizevector <- c(0, 0, 0, 0, 0, 0, 1, 2.5, 4.5, 8, 17.5) > stagevector <- c("SD", "P1", "P2", "P3", "SL", "D", "XSm", "Sm", "Md", "Lg", + "XLg") > repvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > obsvector <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1) > matvector <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > immvector <- c(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0) > propvector <- c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) > indataset <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) > binvec <- c(0, 0, 0, 0, 0, 0.5, 0.5, 1, 1, 2.5, 7) > > cypframe_raw <- sf_create(sizes = sizevector, stagenames = stagevector, + repstatus = repvector, obsstatus = obsvector, matstatus = matvector, + propstatus = propvector, immstatus = immvector, indataset = indataset, + binhalfwidth = binvec) > > cypraw_v1 <- verticalize3(data = cypa_data, noyears = 18, firstyear = 1994, + individcol = "plant_id", blocksize = 2, sizeacol = "Inf.94", + sizebcol = "Veg.94", repstracol = "Inf.94", fecacol = "Inf.94", + stageassign = cypframe_raw, stagesize = "sizeadded", NAas0 = TRUE, + NRasRep = TRUE) > > cypa_ta <- trait_axis(stageframe = cypframe_raw, + stage3 = c("P1", "P1", "P1", NA, NA, NA), + stage2 = c("rep", "rep", "rep", NA, NA, NA), + multiplier = c(0.5, 2.0, 10., NA, NA, NA), type = c(2, 2, 2, NA, NA, NA), + obs_dev = c(NA, NA, NA, 0.5, 2.0, 50), fec_dev = c(NA, NA, NA, -1000, 0, 1000)) > > > > > ### *