Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-03-25 r88054) -- "Unsuffered Consequences" Copyright (C) 2025 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. 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. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-03-26/deps.csv", task.str = "601", release = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_master_1.17.99.77b43940971091a63baeccf65ec3b2d729dc3a57.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16118986/R-devel/601" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16118986/R-devel/601/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "hesim" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16118986/R-devel/601/library" [2] "/projects/genomic-ml/R/R-devel/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-03-26 01:11:53 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16118986/R-devel/601/library' (as 'lib' is unspecified) also installing the dependencies 'fastGHQuad', 'muhaz', 'rstpm2', 'flexsurv', 'mstate' trying URL 'http://cloud.r-project.org/src/contrib/fastGHQuad_1.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/muhaz_1.2.6.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rstpm2_1.6.6.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/flexsurv_2.3.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/mstate_0.3.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/hesim_0.5.5.tar.gz' * installing *source* package 'fastGHQuad' ... ** this is package 'fastGHQuad' version '1.0.1' ** package 'fastGHQuad' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.cpp -o init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lib.cpp -o lib.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o fastGHQuad.so init.o lib.o -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-fastGHQuad/00new/fastGHQuad/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fastGHQuad) * installing *source* package 'muhaz' ... ** this is package 'muhaz' version '1.2.6.4' ** package 'muhaz' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c muhaz.f -o muhaz.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o muhaz.so init.o muhaz.o -lgfortran -lm -lquadmath installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-muhaz/00new/muhaz/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (muhaz) * installing *source* package 'mstate' ... ** this is package 'mstate' version '0.3.3' ** package 'mstate' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c agmssurv.c -o agmssurv.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mstate_init.c -o mstate_init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o mstate.so agmssurv.o mstate_init.o installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-mstate/00new/mstate/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (mstate) * installing *source* package 'rstpm2' ... ** this is package 'rstpm2' version '1.6.6.1' ** package 'rstpm2' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c aft.cpp -o aft.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c c_optim.cpp -o c_optim.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cox_ph.cpp -o cox_ph.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c gaussq2.f -o gaussq2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsm.cpp -o gsm.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c laplace.f90 -o laplace.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c multistate.cpp -o multistate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c package_init.c -o package_init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c pluginEstimate2.cpp -o pluginEstimate2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c splines.cpp -o splines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-nmmin.cpp -o test-nmmin.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vintegrate.cpp -o vintegrate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vuniroot.cpp -o vuniroot.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o rstpm2.so RcppExports.o aft.o c_optim.o cox_ph.o gaussq2.o gsm.o laplace.o multistate.o package_init.o pluginEstimate2.o splines.o test-nmmin.o utils.o vintegrate.o vuniroot.o -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-rstpm2/00new/rstpm2/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rstpm2) * installing *source* package 'flexsurv' ... ** this is package 'flexsurv' version '2.3.2' ** package 'flexsurv' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c flexsurv-init.c -o flexsurv-init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c genf.cpp -o genf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gengamma.cpp -o gengamma.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gompertz.cpp -o gompertz.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c llogis.cpp -o llogis.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c special.cpp -o special.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c splines.cpp -o splines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o flexsurv.so RcppExports.o flexsurv-init.o genf.o gengamma.o gompertz.o llogis.o special.o splines.o installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-flexsurv/00new/flexsurv/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (flexsurv) * installing *source* package 'hesim' ... ** this is package 'hesim' version '0.5.5' ** package 'hesim' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c apply_rr.cpp -o apply_rr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cea.cpp -o cea.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ctstm.cpp -o ctstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distributions.cpp -o distributions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dtstm.cpp -o dtstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c indiv-ctstm.cpp -o indiv-ctstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c psm.cpp -o psm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c statevals.cpp -o statevals.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-composite.cpp -o test-composite.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-ctstm.cpp -o test-ctstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-distributions.cpp -o test-distributions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-obs_index.cpp -o test-obs_index.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-quad.cpp -o test-quad.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-riemann.cpp -o test-riemann.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-rtrunc.cpp -o test-rtrunc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-survfuns.cpp -o test-survfuns.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-utils.cpp -o test-utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-zeroin.cpp -o test-zeroin.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o hesim.so RcppExports.o apply_rr.o cea.o ctstm.o distributions.o dtstm.o indiv-ctstm.o psm.o statevals.o test-composite.o test-ctstm.o test-distributions.o test-obs_index.o test-quad.o test-riemann.o test-rtrunc.o test-survfuns.o test-utils.o test-zeroin.o utils.o installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-hesim/00new/hesim/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (hesim) The downloaded source packages are in '/tmp/th798/16118986/Rtmp04TXYa/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 235.616 15.999 296.859 > print(Sys.time()) [1] "2025-03-26 01:16:50 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-03-26 01:16:50 MST" Installing package into '/tmp/th798/16118986/R-devel/601/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.0' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:17:16 MST" * using log directory '/tmp/th798/16118986/R-devel/601/hesim.Rcheck' * using R Under development (unstable) (2025-03-25 r88054) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'hesim/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'hesim' version '0.5.5' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'hesim' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... INFO installed size is 10.5Mb sub-directories of 1Mb or more: doc 2.2Mb libs 6.4Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ...sh: line 1: 3268411 Segmentation fault (core dumped) LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/home/th798/R/R-devel/bin/R' --vanilla > 'hesim-Ex.Rout' 2>&1 < 'hesim-Ex.R' ERROR Running examples in 'hesim-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: CohortDtstmTrans > ### Title: Transitions for a cohort discrete time state transition model > ### Aliases: CohortDtstmTrans > > ### ** Examples > > library("msm") > library("data.table") > set.seed(101) > > # We consider two examples that have the same treatment strategies and patients. > # One model is parameterized by fitting a multi-state model with the "msm" > # package; in the second model, the parameters are entered "manually" with > # a "params_mlogit_list" object. > > # MODEL SETUP > strategies <- data.table( + strategy_id = c(1, 2, 3), + strategy_name = c("SOC", "New 1", "New 2") + ) > patients <- data.table(patient_id = 1:2) > hesim_dat <- hesim_data( + strategies = strategies, + patients = patients + ) > > # EXAMPLE #1: msm > ## Fit multi-state model with panel data via msm > qinit <- rbind( + c(0, 0.28163, 0.01239), + c(0, 0, 0.10204), + c(0, 0, 0) + ) > fit <- msm(state_id ~ time, subject = patient_id, + data = onc3p[patient_id %in% sample(patient_id, 100)], + covariates = list("1-2" =~ strategy_name), + qmatrix = qinit) *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: Ccall.msm(params, do.what = "lik", ...) 2: fn(par, ...) 3: (function (par) fn(par, ...))(c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0)) 4: optim(method = "BFGS", control = list(), par = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), fn = function (params, ...) { assign("nliks", get("nliks", msm.globals) + 1, envir = msm.globals) args <- list(...) w <- args$msmdata$subject.weights if (!is.null(w)) { lik <- Ccall.msm(params, do.what = "lik.subj", ...) sum(w * lik) } else Ccall.msm(params, do.what = "lik", ...)}, hessian = TRUE, gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE), paramdata = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0))) 5: do.call("optim", optim.args) 6: msm.optim.optim(p = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0)), gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, hessian = TRUE, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032 ), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE)) 7: do.call(optfn, args) 8: msm.optim(opt.method, p, hessian, use.deriv, msmdata, qmodel, qcmodel, cmodel, hmodel, ...) 9: msm(state_id ~ time, subject = patient_id, data = onc3p[patient_id %in% sample(patient_id, 100)], covariates = list(`1-2` = ~strategy_name), qmatrix = qinit) An irrecoverable exception occurred. R is aborting now ... * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R'/home/th798/R/R-devel/bin/BATCH: line 60: 3268920 Segmentation fault (core dumped) ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1 ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(hesim) > > test_check("hesim") sample = 1 sample = 2 *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: Ccall.msm(params, do.what = "lik", ...) 2: fn(par, ...) 3: (function (par) fn(par, ...))(c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0)) 4: optim(method = "BFGS", control = list(), par = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), fn = function (params, ...) { assign("nliks", get("nliks", msm.globals) + 1, envir = msm.globals) args <- list(...) w <- args$msmdata$subject.weights if (!is.null(w)) { lik <- Ccall.msm(params, do.what = "lik.subj", ...) sum(w * lik) } else Ccall.msm(params, do.what = "lik", ...)}, hessian = TRUE, gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE), paramdata = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0))) 5: do.call("optim", optim.args) 6: msm.optim.optim(p = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0)), gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, hessian = TRUE, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032 ), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE)) 7: do.call(optfn, args) 8: msm.optim(opt.method, p, hessian, use.deriv, msmdata, qmodel, qcmodel, cmodel, hmodel, ...) 9: msm(state_id ~ time, subject = patient_id, data = onc3p[patient_id %in% sample(patient_id, 100)], covariates = list(`1-2` = ~strategy_name), qmatrix = qinit) 10: eval(code, test_env) 11: eval(code, test_env) 12: withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error) 13: doTryCatch(return(expr), name, parentenv, handler) 14: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 15: tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 16: doTryCatch(return(expr), name, parentenv, handler) 17: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]]) 18: tryCatchList(expr, classes, parentenv, handlers) 19: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 20: test_code(test = NULL, code = exprs, env = env, default_reporter = StopReporter$new()) 21: source_file(path, env = env(env), desc = desc, error_call = error_call) 22: FUN(X[[i]], ...) 23: lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call) 24: doTryCatch(return(expr), name, parentenv, handler) 25: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 26: tryCatchList(expr, classes, parentenv, handlers) 27: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL}) 28: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)) 29: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, error_call = error_call) 30: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel) 31: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed") 32: test_check("hesim") An irrecoverable exception occurred. R is aborting now ... * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 2 ERRORs See '/tmp/th798/16118986/R-devel/601/hesim.Rcheck/00check.log' for details. [1] "2025-03-26 01:28:32 MST" [1] "2025-03-26 01:28:32 MST" Installing package into '/tmp/th798/16118986/R-devel/601/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16118986/R-devel/601/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:28:54 MST" * using log directory '/tmp/th798/16118986/R-devel/601/hesim.Rcheck' * using R Under development (unstable) (2025-03-25 r88054) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'hesim/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'hesim' version '0.5.5' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'hesim' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... INFO installed size is 10.5Mb sub-directories of 1Mb or more: doc 2.2Mb libs 6.4Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ...sh: line 1: 3382699 Segmentation fault (core dumped) LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/home/th798/R/R-devel/bin/R' --vanilla > 'hesim-Ex.Rout' 2>&1 < 'hesim-Ex.R' ERROR Running examples in 'hesim-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: CohortDtstmTrans > ### Title: Transitions for a cohort discrete time state transition model > ### Aliases: CohortDtstmTrans > > ### ** Examples > > library("msm") > library("data.table") > set.seed(101) > > # We consider two examples that have the same treatment strategies and patients. > # One model is parameterized by fitting a multi-state model with the "msm" > # package; in the second model, the parameters are entered "manually" with > # a "params_mlogit_list" object. > > # MODEL SETUP > strategies <- data.table( + strategy_id = c(1, 2, 3), + strategy_name = c("SOC", "New 1", "New 2") + ) > patients <- data.table(patient_id = 1:2) > hesim_dat <- hesim_data( + strategies = strategies, + patients = patients + ) > > # EXAMPLE #1: msm > ## Fit multi-state model with panel data via msm > qinit <- rbind( + c(0, 0.28163, 0.01239), + c(0, 0, 0.10204), + c(0, 0, 0) + ) > fit <- msm(state_id ~ time, subject = patient_id, + data = onc3p[patient_id %in% sample(patient_id, 100)], + covariates = list("1-2" =~ strategy_name), + qmatrix = qinit) *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: Ccall.msm(params, do.what = "lik", ...) 2: fn(par, ...) 3: (function (par) fn(par, ...))(c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0)) 4: optim(method = "BFGS", control = list(), par = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), fn = function (params, ...) { assign("nliks", get("nliks", msm.globals) + 1, envir = msm.globals) args <- list(...) w <- args$msmdata$subject.weights if (!is.null(w)) { lik <- Ccall.msm(params, do.what = "lik.subj", ...) sum(w * lik) } else Ccall.msm(params, do.what = "lik", ...)}, hessian = TRUE, gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE), paramdata = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0))) 5: do.call("optim", optim.args) 6: msm.optim.optim(p = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0)), gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, hessian = TRUE, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032 ), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE)) 7: do.call(optfn, args) 8: msm.optim(opt.method, p, hessian, use.deriv, msmdata, qmodel, qcmodel, cmodel, hmodel, ...) 9: msm(state_id ~ time, subject = patient_id, data = onc3p[patient_id %in% sample(patient_id, 100)], covariates = list(`1-2` = ~strategy_name), qmatrix = qinit) An irrecoverable exception occurred. R is aborting now ... * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R'/home/th798/R/R-devel/bin/BATCH: line 60: 3382741 Segmentation fault (core dumped) ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1 ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(hesim) > > test_check("hesim") sample = 1 sample = 2 *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: Ccall.msm(params, do.what = "lik", ...) 2: fn(par, ...) 3: (function (par) fn(par, ...))(c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0)) 4: optim(method = "BFGS", control = list(), par = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), fn = function (params, ...) { assign("nliks", get("nliks", msm.globals) + 1, envir = msm.globals) args <- list(...) w <- args$msmdata$subject.weights if (!is.null(w)) { lik <- Ccall.msm(params, do.what = "lik.subj", ...) sum(w * lik) } else Ccall.msm(params, do.what = "lik", ...)}, hessian = TRUE, gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE), paramdata = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0))) 5: do.call("optim", optim.args) 6: msm.optim.optim(p = list(inits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0), plabs = c("qbase", "qbase", "qbase", "qcov", "qcov", "qcov", "qcov", "qcov", "qcov"), allinits = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0), hmmpars = integer(0), fixed = FALSE, fixedpars = c(qcov = 5L, qcov = 6L, qcov = 8L, qcov = 9L), optpars = c(1L, 2L, 3L, 4L, 7L), auxpars = integer(0), constr = c(1, 2, 3, 4, 5, 6, 7, 8, 9), npars = 9, duppars = integer(0), nfix = 4L, nopt = 5L, ndup = 0L, ranges = c(0, 0, 0, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), params = c(qbase = -1.26716112628169, qbase = -4.39086558334109, qbase = -2.28239038570853, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0, qcov = 0)), gr = function (params, ...) { w <- list(...)$msmdata$subject.weights if (!is.null(w)) { deriv <- Ccall.msm(params, do.what = "deriv.subj", ...) apply(w * deriv, 2, sum) } else Ccall.msm(params, do.what = "deriv", ...)}, hessian = TRUE, msmdata = list(mf = list(strategy_name = c(3L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 3L, 3L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 2L, 2L, 2L), `(subject)` = c(1L, 1L, 1L, 127L, 127L, 209L, 209L, 250L, 250L, 267L, 267L, 267L, 280L, 280L, 285L, 285L, 285L, 378L, 378L, 378L, 440L, 440L, 440L, 478L, 478L, 488L, 488L, 500L, 500L, 507L, 507L, 507L, 528L, 528L, 528L, 569L, 569L, 569L, 612L, 612L, 612L, 677L, 677L, 678L, 678L, 678L, 787L, 787L, 787L, 827L, 827L, 829L, 829L, 829L, 860L, 860L, 860L, 890L, 890L, 905L, 905L, 905L, 950L, 950L, 966L, 966L, 1005L, 1005L, 1005L, 1010L, 1010L, 1010L, 1013L, 1013L, 1013L, 1016L, 1016L, 1016L, 1045L, 1045L, 1045L, 1151L, 1151L, 1151L, 1201L, 1201L, 1201L, 1204L, 1204L, 1204L, 1244L, 1244L, 1244L, 1263L, 1263L, 1263L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1308L, 1308L, 1308L, 1315L, 1315L, 1315L, 1393L, 1393L, 1439L, 1439L, 1441L, 1441L, 1441L, 1447L, 1447L, 1486L, 1486L, 1486L, 1520L, 1520L, 1545L, 1545L, 1545L, 1572L, 1572L, 1572L, 1575L, 1575L, 1580L, 1580L, 1580L, 1619L, 1619L, 1633L, 1633L, 1633L, 1687L, 1687L, 1687L, 1695L, 1695L, 1695L, 1728L, 1728L, 1728L, 1742L, 1742L, 1752L, 1752L, 1761L, 1761L, 1761L, 1807L, 1807L, 1807L, 1847L, 1847L, 1847L, 1861L, 1861L, 1866L, 1866L, 1866L, 1869L, 1869L, 1877L, 1877L, 1906L, 1906L, 1911L, 1911L, 1911L, 1981L, 1981L, 1981L, 2025L, 2025L, 2028L, 2028L, 2073L, 2073L, 2073L, 2097L, 2097L, 2141L, 2141L, 2141L, 2143L, 2143L, 2143L, 2173L, 2173L, 2173L, 2187L, 2187L, 2187L, 2199L, 2199L, 2218L, 2218L, 2218L, 2223L, 2223L, 2223L, 2263L, 2263L, 2263L, 2312L, 2312L, 2314L, 2314L, 2314L, 2366L, 2366L, 2366L, 2371L, 2371L, 2371L, 2435L, 2435L, 2435L, 2446L, 2446L, 2446L, 2448L, 2448L, 2598L, 2598L, 2598L, 2619L, 2619L, 2801L, 2801L, 2816L, 2816L, 2816L, 2817L, 2817L, 2817L, 2823L, 2823L, 2836L, 2836L, 2864L, 2864L, 2864L, 2865L, 2865L, 2865L, 2870L, 2870L, 2879L, 2879L, 2879L), `(state)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(time)` = c(0, 2.42022603865082, 14.6202584741099, 0, 1.06335115169736, 0, 3.37846853071824, 0, 5.91722974553704, 0, 4.58288009058403, 9.52924055461131, 0, 6.05977787502578, 0, 5.11314795230023, 14.1889426135388, 0, 3.9793853225728, 9.98404531133461, 0, 1.82958139332304, 11.7164812447244, 0, 8.25267813210891, 0, 5.28795059607339, 0, 2.40431244601521, 0, 3.27374095025703, 5.53660267247331, 0, 1.83614749739054, 6.8820353038609, 0, 2.32244494219243, 7.30246650986373, 0, 7.99197312290447, 15, 0, 0.373379818629473, 0, 9.97610073141581, 12.6211857463451, 0, 3.75908505063792, 6.51468300260603, 0, 5.07091985782608, 0, 1.69717255488757, 7.01308546587825, 0, 7.06069513880918, 15, 0, 1.8811577023007, 0, 4.90076951101563, 9.2030299551945, 0, 8.91516227995197, 0, 0.777970170602202, 0, 3.76012797928306, 12.7541593079442, 0, 5.4803828995153, 13.1962402455088, 0, 4.57313999656492, 13.0845508557175, 0, 5.63132673670023, 13.3382248074442, 0, 9.6100249037167, 10.6032960983524, 0, 1.60594620632657, 12.4776779445559, 0, 3.88422755035061, 5.87685098173097, 0, 5.19510834409654, 8.05593266150475, 0, 2.15403129570777, 11.8152541148148, 0, 3.43228499180158, 12.4636539884778, 0, 5.44870446876656, 12.0652837486224, 0, 6.88192152582238, 13.4552436723617, 0, 8.02066811347412, 15, 0, 4.50021161766982, 6.28881715788393, 0, 4.95045249025033, 0, 1.94473282188878, 0, 1.23358175813834, 3.81546577904373, 0, 2.45351897996223, 0, 5.75103343570654, 12.8507074011371, 0, 3.13150474335998, 0, 3.62361482018708, 15, 0, 1.70753057440278, 2.90423630503938, 0, 4.71622260985896, 0, 4.68820884543174, 10.6059529059576, 0, 5.67809275410179, 0, 5.74954350923768, 11.1949939368018, 0, 2.16842943591225, 9.5564392590454, 0, 4.11827209679337, 5.9958520391956, 0, 6.26891657464451, 11.293289180075, 0, 3.89833941377084, 0, 2.06416486447456, 0, 4.41538331020301, 10.4442594197434, 0, 5.51281272877163, 9.3304296140559, 0, 14.5558520209811, 15, 0, 3.96473119041544, 0, 6.82327246979789, 15, 0, 6.62903601714705, 0, 7.15516451563556, 0, 3.99949697666245, 0, 5.92132857335279, 8.07890239404514, 0, 5.72167968614231, 9.83430769527331, 0, 1.7716667172499, 0, 5.90151765849441, 0, 4.48052619859954, 12.8467609089349, 0, 3.71839352901634, 0, 4.42204647988183, 13.1059182373277, 0, 0.645748993758942, 5.43988305911687, 0, 2.22858722279899, 11.2371628721608, 0, 6.74261799564098, 10.4231144904582, 0, 0.588790811598301, 0, 6.71063269816809, 15, 0, 1.69891210470069, 7.27827564580366, 0, 6.63979810625763, 9.28839638130739, 0, 0.3010408510454, 0, 11.7159918790512, 15, 0, 7.42690194298182, 13.4159356094477, 0, 7.50595106923712, 15, 0, 10.496191308296, 10.8230564317884, 0, 0.503689229919938, 3.92409760504961, 0, 1.68466971058728, 0, 10.394417598933, 15, 0, 0.167301606852561, 0, 5.043442575261, 0, 4.30473713445075, 13.5908252629751, 0, 5.52245333077557, 13.1322277836806, 0, 6.52321177528359, 0, 4.89751752465963, 0, 4.06238924789648, 12.5009299948098, 0, 6.76183990406097, 15, 0, 0.463039907882884, 0, 3.19690445223537, 13.2164889044032 ), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 3, 1, 2, 2, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 3, 1, 2, 2, 1, 3, 1, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 2, 3, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 3, 1, 2, 3, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 3), `(obs)` = 1:256, `(pcomb)` = c(NA, 1L, 2L, NA, 3L, NA, 4L, NA, 5L, NA, 6L, 7L, NA, 8L, NA, 9L, 10L, NA, 11L, 12L, NA, 13L, 14L, NA, 15L, NA, 16L, NA, 17L, NA, 18L, 19L, NA, 20L, 21L, NA, 22L, 23L, NA, 24L, 25L, NA, 26L, NA, 27L, 28L, NA, 29L, 30L, NA, 31L, NA, 32L, 33L, NA, 34L, 35L, NA, 36L, NA, 37L, 38L, NA, 39L, NA, 40L, NA, 41L, 42L, NA, 43L, 44L, NA, 45L, 46L, NA, 47L, 48L, NA, 49L, 50L, NA, 51L, 52L, NA, 53L, 54L, NA, 55L, 56L, NA, 57L, 58L, NA, 59L, 60L, NA, 61L, 62L, NA, 63L, 64L, NA, 65L, 66L, NA, 67L, 68L, NA, 69L, NA, 70L, NA, 71L, 72L, NA, 73L, NA, 74L, 75L, NA, 76L, NA, 77L, 78L, NA, 79L, 80L, NA, 81L, NA, 82L, 83L, NA, 84L, NA, 85L, 86L, NA, 87L, 88L, NA, 89L, 90L, NA, 91L, 92L, NA, 93L, NA, 94L, NA, 95L, 96L, NA, 97L, 98L, NA, 99L, 100L, NA, 101L, NA, 102L, 103L, NA, 104L, NA, 105L, NA, 106L, NA, 107L, 108L, NA, 109L, 110L, NA, 111L, NA, 112L, NA, 113L, 114L, NA, 115L, NA, 116L, 117L, NA, 118L, 119L, NA, 120L, 121L, NA, 122L, 123L, NA, 124L, NA, 125L, 126L, NA, 127L, 128L, NA, 129L, 130L, NA, 131L, NA, 132L, 133L, NA, 134L, 135L, NA, 136L, 137L, NA, 138L, 139L, NA, 140L, 141L, NA, 142L, NA, 143L, 144L, NA, 145L, NA, 146L, NA, 147L, 148L, NA, 149L, 150L, NA, 151L, NA, 152L, NA, 153L, 154L, NA, 155L, 156L, NA, 157L, NA, 158L, 159L)), mf.agg = list(strategy_name = c(2L, 3L, 1L, 1L, 3L, 3L, 1L, 2L, 1L, 2L, 3L, 1L, 3L, 2L, 3L, 3L, 2L, 3L, 3L, 3L, 3L, 3L, 2L, 2L, 1L, 3L, 1L, 2L, 3L, 1L, 3L, 2L, 2L, 3L, 3L, 1L, 1L, 1L, 3L, 1L, 2L, 1L, 2L, 3L, 3L, 2L, 3L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 2L, 3L, 1L, 3L, 2L, 1L, 1L, 3L, 2L, 3L, 1L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 1L, 3L, 2L, 3L, 1L, 1L, 2L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 1L, 2L, 2L, 3L, 2L, 2L, 2L, 2L, 3L, 1L, 1L, 2L, 3L, 1L, 3L, 1L, 2L, 1L, 2L, 2L, 1L, 3L, 2L, 2L, 3L, 2L, 3L, 1L, 2L, 2L, 1L, 2L, 3L, 3L, 3L, 1L, 1L, 1L, 3L, 2L, 1L, 1L, 2L, 1L, 2L, 1L, 3L, 3L, 2L, 1L, 2L, 2L, 1L, 1L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 2L, 3L, 1L, 3L, 3L), `(subject)` = c(2619L, 2312L, 2435L, 677L, 1847L, 2870L, 2446L, 2199L, 2143L, 966L, 1045L, 127L, 1572L, 1441L, 1151L, 2448L, 829L, 2223L, 1572L, 2025L, 1315L, 440L, 528L, 1695L, 890L, 1439L, 1201L, 2879L, 2598L, 2435L, 1151L, 1545L, 2314L, 1L, 1847L, 1752L, 1244L, 1911L, 1687L, 2173L, 507L, 569L, 500L, 1L, 1447L, 1441L, 678L, 2263L, 787L, 1204L, 1520L, 2879L, 507L, 2314L, 209L, 2446L, 1263L, 1545L, 2187L, 2097L, 787L, 1005L, 1807L, 1201L, 1742L, 1861L, 378L, 1906L, 2864L, 1981L, 1695L, 905L, 2816L, 1761L, 2141L, 2073L, 1315L, 1013L, 267L, 2598L, 1580L, 1575L, 2143L, 2836L, 905L, 267L, 1393L, 569L, 1728L, 2801L, 528L, 827L, 285L, 1204L, 488L, 829L, 1633L, 1269L, 1010L, 1807L, 2817L, 2223L, 1016L, 1619L, 1981L, 1633L, 1486L, 2028L, 250L, 1580L, 1911L, 2366L, 378L, 1761L, 280L, 1728L, 2823L, 1270L, 1269L, 1869L, 2263L, 2218L, 2187L, 2865L, 1866L, 1270L, 1308L, 612L, 860L, 1486L, 1877L, 1687L, 2366L, 2371L, 2371L, 2817L, 1016L, 1010L, 860L, 612L, 1308L, 1866L, 2865L, 478L, 2218L, 2073L, 2864L, 1013L, 2141L, 950L, 1005L, 2173L, 1263L, 285L, 2816L, 1045L, 1244L, 440L, 678L), `(fromstate)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(time)` = c(0, 0, 10.496191308296, 0, 14.5558520209811, 0, 0, 0, 0, 0, 9.6100249037167, 0, 1.70753057440278, 0, 0, 0, 0, 0, 0, 0, 4.50021161766982, 0, 0, 4.11827209679337, 0, 0, 3.88422755035061, 3.19690445223537, 0, 0, 1.60594620632657, 3.62361482018708, 0, 2.42022603865082, 0, 0, 0, 5.92132857335279, 0, 0, 3.27374095025703, 0, 0, 0, 0, 1.23358175813834, 9.97610073141581, 6.63979810625763, 3.75908505063792, 5.19510834409654, 0, 0, 0, 11.7159918790512, 0, 0.503689229919938, 0, 0, 6.74261799564098, 0, 0, 0, 5.51281272877163, 0, 0, 0, 0, 0, 0, 5.72167968614231, 0, 4.90076951101563, 0, 0, 0, 0, 0, 0, 0, 10.394417598933, 0, 0, 0.645748993758942, 0, 0, 4.58288009058403, 0, 2.32244494219243, 6.26891657464451, 0, 1.83614749739054, 0, 0, 0, 0, 1.69717255488757, 5.74954350923768, 0, 0, 0, 0, 1.69891210470069, 0, 0, 0, 0, 0, 0, 0, 4.68820884543174, 0, 7.42690194298182, 3.9793853225728, 4.41538331020301, 0, 0, 0, 6.88192152582238, 5.44870446876656, 0, 0, 0, 0, 0, 0, 0, 8.02066811347412, 7.99197312290447, 0, 5.75103343570654, 0, 2.16842943591225, 0, 7.50595106923712, 0, 5.52245333077557, 5.63132673670023, 5.4803828995153, 7.06069513880918, 0, 0, 6.82327246979789, 6.76183990406097, 0, 6.71063269816809, 4.48052619859954, 4.06238924789648, 4.57313999656492, 4.42204647988183, 0, 3.76012797928306, 2.22858722279899, 3.43228499180158, 5.11314795230023, 4.30473713445075, 0, 2.15403129570777, 1.82958139332304, 0), `(obstype)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(obstrue)` = c(1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1), `(obs)` = c(233L, 211L, 223L, 43L, 160L, 253L, 225L, 200L, 191L, 66L, 81L, 5L, 128L, 114L, 83L, 228L, 53L, 205L, 127L, 179L, 108L, 22L, 34L, 144L, 59L, 112L, 87L, 256L, 230L, 222L, 84L, 125L, 213L, 3L, 159L, 151L, 92L, 174L, 140L, 194L, 32L, 37L, 29L, 2L, 117L, 115L, 46L, 209L, 49L, 90L, 122L, 255L, 31L, 214L, 7L, 226L, 95L, 124L, 198L, 186L, 48L, 68L, 157L, 86L, 149L, 162L, 19L, 171L, 247L, 177L, 143L, 62L, 237L, 153L, 188L, 183L, 107L, 74L, 11L, 231L, 132L, 130L, 192L, 245L, 61L, 12L, 110L, 38L, 147L, 235L, 35L, 51L, 16L, 89L, 27L, 54L, 138L, 98L, 71L, 156L, 240L, 206L, 77L, 135L, 176L, 137L, 119L, 181L, 9L, 133L, 173L, 217L, 20L, 154L, 14L, 146L, 243L, 102L, 99L, 167L, 208L, 202L, 197L, 250L, 164L, 101L, 105L, 41L, 56L, 120L, 169L, 141L, 216L, 220L, 219L, 241L, 78L, 72L, 57L, 40L, 104L, 165L, 251L, 25L, 203L, 184L, 248L, 75L, 189L, 64L, 69L, 195L, 96L, 17L, 238L, 80L, 93L, 23L, 45L), `(tostate)` = c(1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 1, 2, 2, 2, 2, 3, 2, 1, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2), `(timelag)` = c(0.167301606852561, 0.3010408510454, 0.326865123492345, 0.373379818629473, 0.444147979018943, 0.463039907882884, 0.503689229919938, 0.588790811598301, 0.645748993758942, 0.777970170602202, 0.993271194635708, 1.06335115169736, 1.19670573063659, 1.23358175813834, 1.60594620632657, 1.68466971058728, 1.69717255488757, 1.69891210470069, 1.70753057440278, 1.7716667172499, 1.78860554021411, 1.82958139332304, 1.83614749739054, 1.87757994240222, 1.8811577023007, 1.94473282188878, 1.99262343138036, 10.0195844521678, 10.394417598933, 10.496191308296, 10.8717317382293, 11.3763851798129, 11.7159918790512, 12.2000324354591, 14.5558520209811, 2.06416486447456, 2.15403129570777, 2.15757382069236, 2.16842943591225, 2.22858722279899, 2.26286172221628, 2.32244494219243, 2.40431244601521, 2.42022603865082, 2.45351897996223, 2.58188402090539, 2.64508501492929, 2.64859827504976, 2.75559795196811, 2.86082431740821, 3.13150474335998, 3.19690445223537, 3.27374095025703, 3.28400812094883, 3.37846853071824, 3.42040837512967, 3.43228499180158, 3.62361482018708, 3.68049649481719, 3.71839352901634, 3.75908505063792, 3.76012797928306, 3.81761688528427, 3.88422755035061, 3.89833941377084, 3.96473119041544, 3.9793853225728, 3.99949697666245, 4.06238924789648, 4.112628009131, 4.11827209679337, 4.30226044417887, 4.30473713445075, 4.41538331020301, 4.42204647988183, 4.48052619859954, 4.50021161766982, 4.57313999656492, 4.58288009058403, 4.60558240106704, 4.68820884543174, 4.71622260985896, 4.79413406535793, 4.89751752465963, 4.90076951101563, 4.94636046402728, 4.95045249025033, 4.9800215676713, 5.02437260543045, 5.043442575261, 5.04588780647037, 5.07091985782608, 5.11314795230023, 5.19510834409654, 5.28795059607339, 5.31591291099067, 5.44545042756416, 5.44870446876656, 5.4803828995153, 5.51281272877163, 5.52245333077557, 5.57936354110297, 5.63132673670023, 5.67809275410179, 5.72167968614231, 5.74954350923768, 5.75103343570654, 5.90151765849441, 5.91722974553704, 5.91774406052587, 5.92132857335279, 5.98903366646586, 6.00465998876181, 6.02887610954037, 6.05977787502578, 6.26891657464451, 6.52321177528359, 6.57332214653931, 6.61657927985586, 6.62903601714705, 6.63979810625763, 6.71063269816809, 6.74261799564098, 6.76183990406097, 6.82327246979789, 6.88192152582238, 6.97933188652588, 7.00802687709553, 7.06069513880918, 7.09967396543056, 7.15516451563556, 7.38800982313315, 7.42690194298182, 7.49404893076288, 7.50595106923712, 7.60977445290499, 7.706898070744, 7.71585734599353, 7.93930486119082, 7.99197312290447, 8.02066811347412, 8.17672753020211, 8.23816009593903, 8.25267813210891, 8.28936730183191, 8.36623471033537, 8.43854074691333, 8.51141085915261, 8.68387175744583, 8.91516227995197, 8.99403132866118, 9.00857564936184, 9.03136899667618, 9.07579466123855, 9.2860881285244, 9.6100249037167, 9.66122281910707, 9.88689985140138, 9.97610073141581), `(nocc)` = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), `(whicha)` = 1:159, `(noccsum)` = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, NA_real_)), mm.cov = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031), mm.cov.agg = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, 0.647798742138365, -0.352201257861635, 0.647798742138365, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.352201257861635, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, 0.685534591194969, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, -0.314465408805031, 0.685534591194969, 0.685534591194969), mm.mcov = NULL, mm.hcov = NULL, mm.icov = NULL, subject.weights = NULL), qmodel = list(nstates = 3L, iso = 4, perm = c(1, 2, 3), qperm = 1:3, npars = 3, imatrix = c(0, 0, 0, 1, 0, 0, 1, 1, 0), qmatrix = c(-0.29402, 0, 0, 0.28163, -0.10204, 0, 0.01239, 0.10204, 0), inits = c(0.28163, 0.01239, 0.10204), constr = 1:3, ndpars = 3L, expm = 1), qcmodel = list( npars = 6, ndpars = 6, ncovs = 2, constr = c(1, 2, 3, 4, 5, 6), covlabels = c("strategy_nameNew 1", "strategy_nameNew 2" ), inits = c(0, 0, 0, 0, 0, 0), covmeans = c(`strategy_nameNew 1` = 0.352201257861635, `strategy_nameNew 2` = 0.314465408805031), cri = c(1, 0, 0, 1, 0, 0)), cmodel = list(ncens = 0, censor = NULL, states = NULL, states_list = NULL, index = NULL), hmodel = list(hidden = FALSE, models = c(0, 0, 0), nipars = 0, nicoveffs = 0, totpars = 0, ncoveffs = 0, ematrix = FALSE)) 7: do.call(optfn, args) 8: msm.optim(opt.method, p, hessian, use.deriv, msmdata, qmodel, qcmodel, cmodel, hmodel, ...) 9: msm(state_id ~ time, subject = patient_id, data = onc3p[patient_id %in% sample(patient_id, 100)], covariates = list(`1-2` = ~strategy_name), qmatrix = qinit) 10: eval(code, test_env) 11: eval(code, test_env) 12: withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error) 13: doTryCatch(return(expr), name, parentenv, handler) 14: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 15: tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 16: doTryCatch(return(expr), name, parentenv, handler) 17: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]]) 18: tryCatchList(expr, classes, parentenv, handlers) 19: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 20: test_code(test = NULL, code = exprs, env = env, default_reporter = StopReporter$new()) 21: source_file(path, env = env(env), desc = desc, error_call = error_call) 22: FUN(X[[i]], ...) 23: lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call) 24: doTryCatch(return(expr), name, parentenv, handler) 25: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 26: tryCatchList(expr, classes, parentenv, handlers) 27: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL}) 28: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)) 29: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, error_call = error_call) 30: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel) 31: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed") 32: test_check("hesim") An irrecoverable exception occurred. R is aborting now ... * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 2 ERRORs See '/tmp/th798/16118986/R-devel/601/hesim.Rcheck/00check.log' for details. [1] "2025-03-26 01:38:51 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } > WARNING: ignoring environment value of R_HOME R version 4.4.3 (2025-02-28) -- "Trophy Case" Copyright (C) 2025 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. 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. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-03-26/deps.csv", task.str = "601", release = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_master_1.17.99.77b43940971091a63baeccf65ec3b2d729dc3a57.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16118986/R-release/601" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16118986/R-release/601/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "hesim" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16118986/R-release/601/library" [2] "/projects/genomic-ml/R/R-release/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-03-26 01:38:57 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16118986/R-release/601/library' (as 'lib' is unspecified) also installing the dependencies 'fastGHQuad', 'muhaz', 'rstpm2', 'flexsurv', 'mstate' trying URL 'http://cloud.r-project.org/src/contrib/fastGHQuad_1.0.1.tar.gz' Content type 'application/x-gzip' length 10065 bytes ================================================== downloaded 10065 bytes trying URL 'http://cloud.r-project.org/src/contrib/muhaz_1.2.6.4.tar.gz' Content type 'application/x-gzip' length 28421 bytes (27 KB) ================================================== downloaded 27 KB trying URL 'http://cloud.r-project.org/src/contrib/rstpm2_1.6.6.1.tar.gz' Content type 'application/x-gzip' length 3782328 bytes (3.6 MB) ================================================== downloaded 3.6 MB trying URL 'http://cloud.r-project.org/src/contrib/flexsurv_2.3.2.tar.gz' Content type 'application/x-gzip' length 1968346 bytes (1.9 MB) ================================================== downloaded 1.9 MB trying URL 'http://cloud.r-project.org/src/contrib/mstate_0.3.3.tar.gz' Content type 'application/x-gzip' length 922109 bytes (900 KB) ================================================== downloaded 900 KB trying URL 'http://cloud.r-project.org/src/contrib/hesim_0.5.5.tar.gz' Content type 'application/x-gzip' length 3126197 bytes (3.0 MB) ================================================== downloaded 3.0 MB * installing *source* package 'fastGHQuad' ... ** package 'fastGHQuad' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.cpp -o init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lib.cpp -o lib.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o fastGHQuad.so init.o lib.o -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16118986/R-release/601/library/00LOCK-fastGHQuad/00new/fastGHQuad/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fastGHQuad) * installing *source* package 'muhaz' ... ** package 'muhaz' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c muhaz.f -o muhaz.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o muhaz.so init.o muhaz.o -lgfortran -lm -lquadmath installing to /tmp/th798/16118986/R-release/601/library/00LOCK-muhaz/00new/muhaz/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (muhaz) * installing *source* package 'mstate' ... ** package 'mstate' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c agmssurv.c -o agmssurv.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mstate_init.c -o mstate_init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o mstate.so agmssurv.o mstate_init.o installing to /tmp/th798/16118986/R-release/601/library/00LOCK-mstate/00new/mstate/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (mstate) * installing *source* package 'rstpm2' ... ** package 'rstpm2' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c aft.cpp -o aft.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c c_optim.cpp -o c_optim.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cox_ph.cpp -o cox_ph.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c gaussq2.f -o gaussq2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsm.cpp -o gsm.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c laplace.f90 -o laplace.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c multistate.cpp -o multistate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c package_init.c -o package_init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c pluginEstimate2.cpp -o pluginEstimate2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c splines.cpp -o splines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-nmmin.cpp -o test-nmmin.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vintegrate.cpp -o vintegrate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vuniroot.cpp -o vuniroot.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o rstpm2.so RcppExports.o aft.o c_optim.o cox_ph.o gaussq2.o gsm.o laplace.o multistate.o package_init.o pluginEstimate2.o splines.o test-nmmin.o utils.o vintegrate.o vuniroot.o -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath installing to /tmp/th798/16118986/R-release/601/library/00LOCK-rstpm2/00new/rstpm2/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rstpm2) * installing *source* package 'flexsurv' ... ** package 'flexsurv' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c flexsurv-init.c -o flexsurv-init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c genf.cpp -o genf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gengamma.cpp -o gengamma.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gompertz.cpp -o gompertz.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c llogis.cpp -o llogis.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c special.cpp -o special.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c splines.cpp -o splines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o flexsurv.so RcppExports.o flexsurv-init.o genf.o gengamma.o gompertz.o llogis.o special.o splines.o installing to /tmp/th798/16118986/R-release/601/library/00LOCK-flexsurv/00new/flexsurv/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (flexsurv) * installing *source* package 'hesim' ... ** package 'hesim' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c apply_rr.cpp -o apply_rr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cea.cpp -o cea.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ctstm.cpp -o ctstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distributions.cpp -o distributions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dtstm.cpp -o dtstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c indiv-ctstm.cpp -o indiv-ctstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c psm.cpp -o psm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c statevals.cpp -o statevals.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-composite.cpp -o test-composite.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-ctstm.cpp -o test-ctstm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-distributions.cpp -o test-distributions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-obs_index.cpp -o test-obs_index.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-quad.cpp -o test-quad.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-riemann.cpp -o test-riemann.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-rtrunc.cpp -o test-rtrunc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-survfuns.cpp -o test-survfuns.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-utils.cpp -o test-utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test-zeroin.cpp -o test-zeroin.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o hesim.so RcppExports.o apply_rr.o cea.o ctstm.o distributions.o dtstm.o indiv-ctstm.o psm.o statevals.o test-composite.o test-ctstm.o test-distributions.o test-obs_index.o test-quad.o test-riemann.o test-rtrunc.o test-survfuns.o test-utils.o test-zeroin.o utils.o installing to /tmp/th798/16118986/R-release/601/library/00LOCK-hesim/00new/hesim/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (hesim) The downloaded source packages are in '/tmp/th798/16118986/RtmpCSgFvq/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 274.826 17.424 299.020 > print(Sys.time()) [1] "2025-03-26 01:43:56 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-03-26 01:43:56 MST" Installing package into '/tmp/th798/16118986/R-release/601/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16118986/R-release/601/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:44:16 MST" * using log directory '/tmp/th798/16118986/R-release/601/hesim.Rcheck' * using R version 4.4.3 (2025-02-28) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'hesim/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'hesim' version '0.5.5' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'hesim' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... NOTE installed size is 10.4Mb sub-directories of 1Mb or more: doc 2.2Mb libs 6.3Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed plugin 5.257 0.544 6.452 * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/16118986/R-release/601/hesim.Rcheck/00check.log' for details. [1] "2025-03-26 01:54:58 MST" [1] "2025-03-26 01:54:58 MST" Installing package into '/tmp/th798/16118986/R-release/601/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16118986/R-release/601/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:55:18 MST" * using log directory '/tmp/th798/16118986/R-release/601/hesim.Rcheck' * using R version 4.4.3 (2025-02-28) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'hesim/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'hesim' version '0.5.5' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'hesim' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... NOTE installed size is 10.4Mb sub-directories of 1Mb or more: doc 2.2Mb libs 6.3Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed plugin 5.227 0.577 6.376 * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/16118986/R-release/601/hesim.Rcheck/00check.log' for details. [1] "2025-03-26 02:05:59 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) --- R_version_4.4.3_2025-02-28/release_1.17.0.Rcheck/00check.log 2025-03-26 01:54:58.065783589 -0700 +++ R_version_4.4.3_2025-02-28/master_1.17.99.77b43940971091a63baeccf65ec3b2d729dc3a57.Rcheck/00check.log 2025-03-26 02:05:59.687270588 -0700 @@ -67,7 +67,7 @@ * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed -plugin 5.257 0.544 6.452 +plugin 5.227 0.577 6.376 * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } >