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-27 r88065) -- "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-28/deps.csv", task.str = "1002", release = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16170581/R-devel/1002" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16170581/R-devel/1002/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "pcvr" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16170581/R-devel/1002/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-28 01:07:38 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16170581/R-devel/1002/library' (as 'lib' is unspecified) Warning: dependency 'cmdstanr' is not available also installing the dependencies 'Brobdingnag', 'fastGHQuad', 'bayesplot', 'bridgesampling', 'mstate', 'muhaz', 'rstpm2', 'lmeSplines', 'brms', 'flexsurv' trying URL 'http://cloud.r-project.org/src/contrib/Brobdingnag_1.2-9.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/fastGHQuad_1.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/bridgesampling_1.1-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/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/lmeSplines_1.1-12.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/brms_2.22.0.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/pcvr_1.1.1.0.tar.gz' * installing *source* package 'Brobdingnag' ... ** this is package 'Brobdingnag' version '1.2-9' ** package 'Brobdingnag' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for 'diag' in package 'Brobdingnag' Creating a new generic function for 't' in package 'Brobdingnag' ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (Brobdingnag) * 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/16170581/R-devel/1002/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 'bayesplot' ... ** this is package 'bayesplot' version '1.11.1' ** package 'bayesplot' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bayesplot) * 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/16170581/R-devel/1002/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 '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/16170581/R-devel/1002/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 'lmeSplines' ... ** this is package 'lmeSplines' version '1.1-12' ** package 'lmeSplines' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (lmeSplines) * installing *source* package 'bridgesampling' ... ** this is package 'bridgesampling' version '1.1-2' ** package 'bridgesampling' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bridgesampling) * 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/16170581/R-devel/1002/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 'pcvr' ... ** this is package 'pcvr' version '1.1.1.0' ** package 'pcvr' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (pcvr) * installing *source* package 'brms' ... ** this is package 'brms' version '2.22.0' ** package 'brms' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (brms) * 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/16170581/R-devel/1002/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) The downloaded source packages are in '/tmp/th798/16170581/RtmpgP5oQ4/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 316.596 15.397 362.582 > print(Sys.time()) [1] "2025-03-28 01:13:40 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-28 01:13:40 MST" Installing package into '/tmp/th798/16170581/R-devel/1002/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/16170581/R-devel/1002/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-28 01:14:08 MST" * using log directory '/tmp/th798/16170581/R-devel/1002/pcvr.Rcheck' * using R Under development (unstable) (2025-03-27 r88065) * 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 'pcvr/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'pcvr' version '1.1.1.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: 'cmdstanr' * 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 'pcvr' can be installed ... OK * checking installed package size ... OK * 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 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 conjugate 6.125 0.133 6.299 growthSim 5.527 0.039 5.597 nlmePlot 5.347 0.137 5.509 * 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: OK [1] "2025-03-28 01:28:33 MST" [1] "2025-03-28 01:28:33 MST" Installing package into '/tmp/th798/16170581/R-devel/1002/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/16170581/R-devel/1002/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-28 01:29:03 MST" * using log directory '/tmp/th798/16170581/R-devel/1002/pcvr.Rcheck' * using R Under development (unstable) (2025-03-27 r88065) * 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 'pcvr/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'pcvr' version '1.1.1.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: 'cmdstanr' * 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 'pcvr' can be installed ... OK * checking installed package size ... OK * 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 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 conjugate 6.089 0.145 6.275 growthSim 5.537 0.028 5.597 nlmePlot 4.941 0.065 5.030 * 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: OK [1] "2025-03-28 01:42:41 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) --- R_Under_development_unstable_2025-03-27_r88065/release_1.17.0.Rcheck/00check.log 2025-03-28 01:28:33.056183934 -0700 +++ R_Under_development_unstable_2025-03-27_r88065/master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.Rcheck/00check.log 2025-03-28 01:42:41.144317559 -0700 @@ -54,9 +54,9 @@ * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed -conjugate 6.125 0.133 6.299 -growthSim 5.527 0.039 5.597 -nlmePlot 5.347 0.137 5.509 +conjugate 6.089 0.145 6.275 +growthSim 5.537 0.028 5.597 +nlmePlot 4.941 0.065 5.030 * 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) + } > 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-28/deps.csv", task.str = "1002", release = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16170581/R-release/1002" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16170581/R-release/1002/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "pcvr" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16170581/R-release/1002/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-28 01:42:47 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16170581/R-release/1002/library' (as 'lib' is unspecified) Warning: dependency 'cmdstanr' is not available also installing the dependencies 'Brobdingnag', 'fastGHQuad', 'loo', 'posterior', 'bayesplot', 'bridgesampling', 'mstate', 'muhaz', 'rstpm2', 'lmeSplines', 'brms', 'flexsurv' trying URL 'http://cloud.r-project.org/src/contrib/Brobdingnag_1.2-9.tar.gz' Content type 'application/x-gzip' length 311988 bytes (304 KB) ================================================== downloaded 304 KB 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/loo_2.8.0.tar.gz' Content type 'application/x-gzip' length 2852908 bytes (2.7 MB) ================================================== downloaded 2.7 MB trying URL 'http://cloud.r-project.org/src/contrib/posterior_1.6.1.tar.gz' Content type 'application/x-gzip' length 454046 bytes (443 KB) ================================================== downloaded 443 KB trying URL 'http://cloud.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz' Content type 'application/x-gzip' length 4971186 bytes (4.7 MB) ================================================== downloaded 4.7 MB trying URL 'http://cloud.r-project.org/src/contrib/bridgesampling_1.1-2.tar.gz' Content type 'application/x-gzip' length 1679600 bytes (1.6 MB) ================================================== downloaded 1.6 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/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/lmeSplines_1.1-12.tar.gz' Content type 'application/x-gzip' length 8125 bytes ================================================== downloaded 8125 bytes trying URL 'http://cloud.r-project.org/src/contrib/brms_2.22.0.tar.gz' Content type 'application/x-gzip' length 4965722 bytes (4.7 MB) ================================================== downloaded 4.7 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/pcvr_1.1.1.0.tar.gz' Content type 'application/x-gzip' length 3155336 bytes (3.0 MB) ================================================== downloaded 3.0 MB * installing *source* package 'Brobdingnag' ... ** package 'Brobdingnag' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for 'diag' in package 'Brobdingnag' Creating a new generic function for 't' in package 'Brobdingnag' ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (Brobdingnag) * 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/16170581/R-release/1002/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 'posterior' ... ** package 'posterior' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (posterior) * 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/16170581/R-release/1002/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 '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/16170581/R-release/1002/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 'lmeSplines' ... ** package 'lmeSplines' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (lmeSplines) * installing *source* package 'loo' ... ** package 'loo' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (loo) * installing *source* package 'bayesplot' ... ** package 'bayesplot' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bayesplot) * installing *source* package 'bridgesampling' ... ** package 'bridgesampling' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bridgesampling) * 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/16170581/R-release/1002/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 'pcvr' ... ** package 'pcvr' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Warning in check_dep_version() : ABI version mismatch: lme4 was built with Matrix ABI version 1 Current Matrix ABI version is 2 Please re-install lme4 from source or restore original 'Matrix' package ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning in check_dep_version() : ABI version mismatch: lme4 was built with Matrix ABI version 1 Current Matrix ABI version is 2 Please re-install lme4 from source or restore original 'Matrix' package ** testing if installed package can be loaded from final location Warning in check_dep_version() : ABI version mismatch: lme4 was built with Matrix ABI version 1 Current Matrix ABI version is 2 Please re-install lme4 from source or restore original 'Matrix' package ** testing if installed package keeps a record of temporary installation path * DONE (pcvr) * installing *source* package 'brms' ... ** package 'brms' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (brms) * 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/16170581/R-release/1002/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) The downloaded source packages are in '/tmp/th798/16170581/RtmpZE8jUa/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 346.404 16.299 370.283 > print(Sys.time()) [1] "2025-03-28 01:48:57 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-28 01:48:57 MST" Installing package into '/tmp/th798/16170581/R-release/1002/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/16170581/R-release/1002/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-28 01:49:20 MST" * using log directory '/tmp/th798/16170581/R-release/1002/pcvr.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 'pcvr/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'pcvr' version '1.1.1.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Package suggested but not available for checking: 'cmdstanr' * 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 'pcvr' can be installed ... OK * checking installed package size ... OK * 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 ... WARNING Missing or unexported object: 'igraph::hits_scores' * 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ...sh: line 1: 539513 Segmentation fault (core dumped) LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/home/th798/R/R-release/bin/R' --vanilla > 'pcvr-Ex.Rout' 2>&1 < 'pcvr-Ex.R' ERROR Running examples in 'pcvr-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: frem > ### Title: Variance partitioning using Full Random Effects Models > ### Aliases: frem > > ### ** Examples > > > > library(data.table) > set.seed(456) > df <- data.frame( + genotype = rep(c("g1", "g2"), each = 10), + treatment = rep(c("C", "T"), times = 10), + time = rep(c(1:5), times = 2), + date_time = rep(paste0("2024-08-", 21:25), times = 2), + pheno1 = rnorm(20, 10, 1), + pheno2 = sort(rnorm(20, 5, 1)), + pheno3 = sort(runif(20)) + ) > out <- frem(df, des = "genotype", phenotypes = c("pheno1", "pheno2", "pheno3"), returnData = TRUE) *** caught segfault *** address (nil), cause 'unknown' Traceback: 1: .Call(merPredDCreate, as(X, "matrix"), Lambdat, LamtUt, Lind, RZX, Ut, Utr, V, VtV, Vtr, Xwts, Zt, beta0, delb, delu, theta, u0) 2: initializePtr() 3: .Object$initialize(...) 4: initialize(value, ...) 5: initialize(value, ...) 6: methods::new(def, ...) 7: (new("refMethodDef", .Data = function (...) { methods::new(def, ...)}, mayCall = c("methods", "new"), name = "new", refClassName = "refGeneratorSlot", superClassMethod = ""))(Zt = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), p = 0:20, Dim = c(2L, 20L), Dimnames = list(c("g1", "g2"), c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20")), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = 1, Lambdat = new("dgCMatrix", i = 0:1, p = 0:2, Dim = c(2L, 2L), Dimnames = list(NULL, NULL), x = c(1, 1), factors = list()), Lind = c(1L, 1L), n = 20L, X = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)) 8: do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) 9: (function (fr, X, reTrms, REML = TRUE, start = NULL, verbose = 0, control = lmerControl(), ...) { p <- ncol(X) rho <- new.env(parent = parent.env(environment())) rho$pp <- do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) REMLpass <- if (REML) p else 0L rho$resp <- if (missing(fr)) mkRespMod(REML = REMLpass, ...) else mkRespMod(fr, REML = REMLpass) pp <- resp <- NULL rho$lmer_Deviance <- lmer_Deviance devfun <- function(theta) .Call(lmer_Deviance, pp$ptr(), resp$ptr(), as.double(theta)) environment(devfun) <- rho if (is.null(start) && all(reTrms$cnms == "(Intercept)") && length(reTrms$flist) == length(reTrms$lower) && !is.null(y <- model.response(fr))) { v <- sapply(reTrms$flist, function(f) var(ave(y, f))) v.e <- var(y) - sum(v) if (!is.na(v.e) && v.e > 0) { v.rel <- v/v.e if (all(v.rel >= reTrms$lower^2)) rho$pp$setTheta(sqrt(v.rel)) } } if (length(rho$resp$y) > 0) devfun(rho$pp$theta) rho$lower <- reTrms$lower devfun})(fr = list(`as.numeric(pheno1)` = c(8.65647859206677, 10.6217755536533, 10.8008746648826, 8.61110758787741, 9.28564314111871, 9.67593894746391, 10.6906429955949, 10.2505479013246, 11.0073522708798, 10.5732346844027, 9.08418948114273, 11.3110974484008, 10.9887263144658, 11.6539286858357, 8.55919476665589, 11.9473564342039, 11.7369361768728, 10.387483325578, 12.280033972087, 11.537883312022), genotype = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L)), X = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), reTrms = list(Zt = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), p = 0:20, Dim = c(2L, 20L), Dimnames = list(c("g1", "g2"), c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20")), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = 1, Lind = c(1L, 1L), Gp = c(0L, 2L), lower = 0, Lambdat = new("dgCMatrix", i = 0:1, p = 0:2, Dim = c(2L, 2L), Dimnames = list(NULL, NULL), x = c(1, 1), factors = list()), flist = list( genotype = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L)), cnms = list( genotype = "(Intercept)"), Ztlist = list(`1 | genotype` = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), p = 0:20, Dim = c(2L, 20L), Dimnames = list(c("g1", "g2"), c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20")), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list())), nl = c(genotype = 2L)), REML = TRUE, wmsgs = character(0), start = NULL, verbose = 0L, control = list( optimizer = "nloptwrap", restart_edge = TRUE, boundary.tol = 1e-05, calc.derivs = TRUE, use.last.params = FALSE, checkControl = list( check.nobs.vs.rankZ = "ignore", check.nobs.vs.nlev = "stop", check.nlev.gtreq.5 = "ignore", check.nlev.gtr.1 = "stop", check.nobs.vs.nRE = "stop", check.rankX = "message+drop.cols", check.scaleX = "warning", check.formula.LHS = "stop"), checkConv = list(check.conv.grad = list(action = "warning", tol = 0.002, relTol = NULL), check.conv.singular = list( action = "message", tol = 1e-04), check.conv.hess = list( action = "warning", tol = 1e-06)), optCtrl = list())) 10: do.call(mkLmerDevfun, c(lmod, list(start = start, verbose = verbose, control = control))) 11: lme4::lmer(fmla, data = sub, ...) 12: withCallingHandlers(expr, message = function(c) if (inherits(c, classes)) tryInvokeRestart("muffleMessage")) 13: suppressMessages(lme4::lmer(fmla, data = sub, ...)) 14: FUN(X[[i]], ...) 15: lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)}) 16: do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)})) 17: FUN(X[[i]], ...) 18: lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))}) 19: do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))})) 20: data.frame(do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) })) }))) 21: .partitionVarianceFrem(dat, timeCol, phenotypes, ind_fmla, ext, des, ...) 22: frem(df, des = "genotype", phenotypes = c("pheno1", "pheno2", "pheno3"), returnData = TRUE) An irrecoverable exception occurred. R is aborting now ... * 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 ... ERROR Error(s) in re-building vignettes: sh: line 1: 540151 Segmentation fault (core dumped) '/home/th798/R/R-release/bin/R' --vanilla --no-echo > '/tmp/th798/16170581/RtmpBMfgwL/file83df25f2aee6a' 2>&1 < '/tmp/th798/16170581/RtmpBMfgwL/file83df25e4ae997' --- re-building 'bellwether.Rmd' using rmarkdown *** caught segfault *** address (nil), cause 'unknown' Traceback: 1: .Call(merPredDCreate, as(X, "matrix"), Lambdat, LamtUt, Lind, RZX, Ut, Utr, V, VtV, Vtr, Xwts, Zt, beta0, delb, delu, theta, u0) 2: initializePtr() 3: .Object$initialize(...) 4: initialize(value, ...) 5: initialize(value, ...) 6: methods::new(def, ...) 7: (new("refMethodDef", .Data = function (...) { methods::new(def, ...)}, mayCall = c("methods", "new"), name = "new", refClassName = "refGeneratorSlot", superClassMethod = ""))(Zt = new("dgCMatrix", i = c(3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L), p = c(0L, 3L, 6L, 9L, 12L, 15L, 18L, 21L, 24L, 27L, 30L, 33L, 36L, 39L, 42L, 45L, 48L, 51L, 54L, 57L, 60L, 63L, 66L, 69L, 72L, 75L, 78L, 81L, 84L, 87L, 90L, 93L, 96L, 99L, 102L, 105L, 108L, 111L, 114L, 117L, 120L, 123L, 126L, 129L, 132L, 135L, 138L, 141L, 144L, 147L, 150L, 153L, 156L, 159L, 162L, 165L, 168L, 171L, 174L, 177L, 180L, 183L, 186L, 189L, 192L, 195L, 198L, 201L, 204L, 207L, 210L, 213L, 216L, 219L, 222L, 225L, 228L, 231L, 234L, 237L, 240L, 243L, 246L, 249L, 252L, 255L, 258L, 261L, 264L, 267L, 270L, 273L, 276L, 279L, 282L, 285L, 288L, 291L, 294L, 297L, 300L, 303L, 306L, 309L, 312L, 315L, 318L, 321L, 324L, 327L, 330L, 333L, 336L, 339L, 342L, 345L, 348L, 351L, 354L, 357L, 360L, 363L, 366L, 369L, 372L, 375L, 378L, 381L, 384L, 387L, 390L, 393L, 396L, 399L, 402L, 405L, 408L, 411L, 414L, 417L, 420L, 423L, 426L, 429L, 432L, 435L, 438L, 441L, 444L, 447L, 450L, 453L, 456L, 459L, 462L, 465L, 468L, 471L, 474L, 477L, 480L, 483L, 486L, 489L, 492L, 495L, 498L, 501L, 504L, 507L, 510L, 513L, 516L, 519L, 522L, 525L, 528L, 531L, 534L, 537L, 540L, 543L, 546L, 549L, 552L, 555L, 558L, 561L, 564L, 567L, 570L, 573L, 576L, 579L, 582L, 585L, 588L, 591L, 594L, 597L, 600L, 603L, 606L, 609L, 612L, 615L, 618L, 621L, 624L, 627L, 630L, 633L, 636L, 639L, 642L, 645L, 648L, 651L, 654L, 657L, 660L, 663L, 666L, 669L, 672L, 675L, 678L, 681L, 684L, 687L, 690L, 693L, 696L, 699L, 702L, 705L, 708L, 711L, 714L, 717L, 720L, 723L, 726L, 729L, 732L, 735L, 738L, 741L, 744L, 747L, 750L, 753L, 756L, 759L, 762L, 765L, 768L, 771L, 774L, 777L, 780L, 783L, 786L, 789L, 792L, 795L, 798L, 801L, 804L, 807L, 810L, 813L, 816L, 819L, 822L, 825L, 828L, 831L, 834L, 837L, 840L, 843L, 846L, 849L, 852L, 855L, 858L, 861L, 864L, 867L, 870L, 873L, 876L, 879L, 882L, 885L, 888L, 891L, 894L, 897L, 900L, 903L, 906L, 909L, 912L, 915L, 918L, 921L, 924L, 927L, 930L, 933L, 936L, 939L, 942L, 945L, 948L, 951L, 954L, 957L, 960L, 963L, 966L, 969L, 972L, 975L, 978L, 981L, 984L, 987L, 990L, 993L, 996L, 999L, 1002L, 1005L, 1008L, 1011L, 1014L, 1017L, 1020L, 1023L, 1026L, 1029L, 1032L, 1035L, 1038L, 1041L, 1044L, 1047L, 1050L, 1053L, 1056L, 1059L, 1062L, 1065L, 1068L, 1071L, 1074L, 1077L, 1080L), Dim = c(19L, 360L), Dimnames = list(c("B73:0", "B73:50", "B73:100", "MM:0", "MM:50", "MM:100", "Mo17:0", "Mo17:50", "Mo17:100", "W605S:0", "W605S:50", "W605S:100", "B73", "MM", "Mo17", "W605S", "0", "50", "100"), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = c(1, 1, 1), Lambdat = new("dgCMatrix", i = 0:18, p = 0:19, Dim = c(19L, 19L), Dimnames = list(NULL, NULL), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), Lind = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L), n = 360L, X = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)) 8: do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) 9: (function (fr, X, reTrms, REML = TRUE, start = NULL, verbose = 0, control = lmerControl(), ...) { p <- ncol(X) rho <- new.env(parent = parent.env(environment())) rho$pp <- do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) REMLpass <- if (REML) p else 0L rho$resp <- if (missing(fr)) mkRespMod(REML = REMLpass, ...) else mkRespMod(fr, REML = REMLpass) pp <- resp <- NULL rho$lmer_Deviance <- lmer_Deviance devfun <- function(theta) .Call(lmer_Deviance, pp$ptr(), resp$ptr(), as.double(theta)) environment(devfun) <- rho if (is.null(start) && all(reTrms$cnms == "(Intercept)") && length(reTrms$flist) == length(reTrms$lower) && !is.null(y <- model.response(fr))) { v <- sapply(reTrms$flist, function(f) var(ave(y, f))) v.e <- var(y) - sum(v) if (!is.na(v.e) && v.e > 0) { v.rel <- v/v.e if (all(v.rel >= reTrms$lower^2)) rho$pp$setTheta(sqrt(v.rel)) } } if (length(rho$resp$y) > 0) devfun(rho$pp$theta) rho$lower <- reTrms$lower devfun})(fr = list(`as.numeric(area_cm2)` = c(126.065082652318, 136.428889386279, 147.216247882415, 127.580563506387, 145.099818705437, 170.996622563863, 151.373821829603, 134.919515643822, 126.932845850519, 140.026751289042, 144.363899548115, 150.976551395802, 147.735650109629, 131.449323268013, 110.190679180688, 118.162783065354, 151.158918383399, 135.413176451607, 133.616902260659, 147.493086925969, 145.020320666843, 119.894603028448, 144.267714816833, 176.485427280653, 156.690448833483, 157.201906267857, 140.839860947674, 144.01264989581, 131.866392372635, 144.245600826008, 169.928364606348, 141.14691656127, 190.512858764609, 134.8326330323, 149.410857872434, 153.557767870125, 145.935288236809, 164.830680729076, 161.870678779662, 142.552553723681, 155.964227393695, 147.304228156167, 157.869022506805, 149.672648174719, 155.171593338648, 173.610217976417, 187.575383814259, 149.769207053011, 125.322405907359, 164.588345218609, 165.906490598335, 135.184195842279, 162.388164312795, 146.361183615681, 127.199607591083, 158.207959543191, 162.083610552381, 151.91026464444, 140.280836821469, 158.566019851519, 126.463019596379, 131.554979197935, 164.869081973282, 137.718920422421, 150.158409931073, 182.723869384563, 134.565509102585, 169.276120589467, 140.34155414609, 133.577547702673, 146.550181159655, 136.584492747601, 140.393341178323, 123.662217211639, 165.552697587498, 148.924104216073, 160.904269885534, 145.433007144171, 137.600331482907, 154.407814357424, 131.400465336491, 124.394505618957, 146.461796339988, 156.08359585945, 138.206015273911, 142.362100113308, 146.2362952518, 136.124214462594, 184.223259178573, 115.618572469176, 176.630976265305, 137.999113174556, 165.910594669486, 164.092028947043, 170.221620407938, 163.723051403917, 158.051098189991, 181.717429315938, 196.732669194598, 137.968233892834, 151.298890269406, 144.367251736677, 126.020714391856, 197.159571609662, 132.742117375084, 176.812845517264, 192.226618267306, 185.412768798246, 153.395306206794, 173.286299596499, 182.599530064213, 191.78769454949, 138.237840875238, 159.881322296723, 193.181622832187, 132.089970878295, 145.060147443596, 127.631133738157, 146.629195098386, 162.24755731681, 174.78035869098, 197.173839284818, 185.702025844194, 170.606989108432, 169.836549376737, 168.624541916601, 179.245074097268, 182.879131027723, 186.299073043703, 158.503304312903, 167.604517848231, 163.386091680694, 165.358911543132, 173.133575105771, 167.155744017677, 148.982215881354, 168.866982015869, 183.579223738274, 172.195605830222, 186.842151167426, 210.810625658674, 202.419508466302, 220.683266119561, 152.937480850231, 184.738935880184, 158.437988160183, 139.045213643091, 186.995264561768, 167.023093587032, 195.884073680728, 210.186121445737, 201.687585236239, 207.012021524863, 181.125099059319, 197.67752352687, 204.516384838227, 183.223902834312, 183.215614094816, 180.661816259763, 181.007994130118, 185.111886434703, 187.095394166967, 201.815197404585, 178.543980122388, 211.886889487951, 162.385120955364, 193.574297342588, 166.982087584049, 160.9185720883, 149.970353389922, 183.829305870784, 191.905696129515, 185.431623143289, 182.635302166633, 173.51481155162, 194.82188208037, 194.159645738457, 178.957858986238, 218.37421169959, 194.159759735027, 164.615862672153, 145.817781779892, 143.633030136335, 159.703389128227, 185.589539998299, 144.782886207379, 168.18468915657, 179.413747106551, 147.958851887165, 180.396405036744, 189.619622709323, 173.932472380405, 183.676030296959, 170.803266993822, 149.614177374642, 166.285617407651, 184.460249847079, 176.761337443434, 180.406886040265, 130.713719635863, 188.684567940819, 142.133691574213, 160.224395397196, 156.770850486278, 197.377318157079, 125.135447836742, 147.804877691404, 173.327600170108, 152.406278204044, 150.285732454369, 171.038347810101, 190.143240571792, 177.130492086732, 173.828100653313, 184.649996429438, 199.397278933195, 196.715899512673, 185.133041383888, 190.317420629333, 190.369065362409, 190.483600819069, 183.311584217804, 185.174361863125, 201.081243482613, 189.693101405414, 148.767015121997, 167.133254451197, 201.427655192129, 164.156467073707, 193.01079779931, 176.315120017747, 166.807640189273, 178.758109622829, 155.009384415917, 171.050556514074, 193.465888575983, 183.150517008294, 178.510590433618, 204.055552115216, 175.909706620948, 178.103597468983, 167.565925222208, 206.032201446738, 204.356984772595, 157.840123528242, 203.089497681022, 189.470523155348, 201.922873450062, 197.984207875769, 178.178599455689, 221.322220643564, 199.372363106306, 216.556870784649, 189.028513910128, 207.989935946004, 209.294139445293, 189.648633584366, 189.276181474408, 194.542105893498, 189.683994080119, 207.133214235336, 176.665306074134, 213.640623508698, 184.374254234647, 210.319349941268, 209.591216040698, 196.803857045756, 178.808648454704, 199.755107200002, 232.920541576194, 173.1723867774, 218.68061840173, 213.004756235417, 195.539057302347, 214.561156650528, 208.295807046284, 196.099233703726, 202.159158966573, 215.054767507272, 201.636967173329, 198.978171859759, 216.997237767945, 200.534538521552, 215.577335070183, 232.908226990441, 207.571956221443, 214.413159113424, 221.356745373254, 213.01322587504, 234.98304265406, 197.498258299902, 225.292297161555, 224.182660798413, 215.114133679562, 210.437820612488, 226.604992902017, 203.879734551237, 225.576978913614, 225.456760571679, 209.578192724566, 188.700522178678, 234.642832930395, 220.515201469537, 208.128487001811, 209.26326306678, 226.73186955407, 211.449179984422, 201.959355578301, 215.836391143983, 202.993622082618, 211.063123020723, 203.076893892133, 195.054742631964, 229.379002855913, 177.501499228302, 205.925309311949, 202.836603790967, 187.795570555503, 214.069074442928, 212.231398232248, 214.575326473477, 206.813834035122, 174.829122666257, 198.167049996597, 179.59966584808, 187.447038022812, 196.270901596279, 187.160895965495, 234.293200029088, 219.237465715846, 212.75138372846, 195.536746052507, 221.538945477962, 198.163516293927, 203.155910554883, 211.86940982996, 206.984003923229, 251.257501728972, 195.223864054101, 173.650657768494, 194.512140082344, 217.828332313283, 223.820646172053, 213.977999222744, 182.124595111134, 178.427092282634, 198.678183640782, 211.090887740301, 211.273459486786, 186.590435440441, 205.078157981482, 179.200768671704, 184.122556699301, 207.409108720544, 217.308066540688, 183.449529612824, 192.484565891589, 195.469160131917, 205.703435253519, 195.201431599439), genotype = c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), fertilizer = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100)), X = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), reTrms = list(Zt = new("dgCMatrix", i = c(3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L), p = c(0L, 3L, 6L, 9L, 12L, 15L, 18L, 21L, 24L, 27L, 30L, 33L, 36L, 39L, 42L, 45L, 48L, 51L, 54L, 57L, 60L, 63L, 66L, 69L, 72L, 75L, 78L, 81L, 84L, 87L, 90L, 93L, 96L, 99L, 102L, 105L, 108L, 111L, 114L, 117L, 120L, 123L, 126L, 129L, 132L, 135L, 138L, 141L, 144L, 147L, 150L, 153L, 156L, 159L, 162L, 165L, 168L, 171L, 174L, 177L, 180L, 183L, 186L, 189L, 192L, 195L, 198L, 201L, 204L, 207L, 210L, 213L, 216L, 219L, 222L, 225L, 228L, 231L, 234L, 237L, 240L, 243L, 246L, 249L, 252L, 255L, 258L, 261L, 264L, 267L, 270L, 273L, 276L, 279L, 282L, 285L, 288L, 291L, 294L, 297L, 300L, 303L, 306L, 309L, 312L, 315L, 318L, 321L, 324L, 327L, 330L, 333L, 336L, 339L, 342L, 345L, 348L, 351L, 354L, 357L, 360L, 363L, 366L, 369L, 372L, 375L, 378L, 381L, 384L, 387L, 390L, 393L, 396L, 399L, 402L, 405L, 408L, 411L, 414L, 417L, 420L, 423L, 426L, 429L, 432L, 435L, 438L, 441L, 444L, 447L, 450L, 453L, 456L, 459L, 462L, 465L, 468L, 471L, 474L, 477L, 480L, 483L, 486L, 489L, 492L, 495L, 498L, 501L, 504L, 507L, 510L, 513L, 516L, 519L, 522L, 525L, 528L, 531L, 534L, 537L, 540L, 543L, 546L, 549L, 552L, 555L, 558L, 561L, 564L, 567L, 570L, 573L, 576L, 579L, 582L, 585L, 588L, 591L, 594L, 597L, 600L, 603L, 606L, 609L, 612L, 615L, 618L, 621L, 624L, 627L, 630L, 633L, 636L, 639L, 642L, 645L, 648L, 651L, 654L, 657L, 660L, 663L, 666L, 669L, 672L, 675L, 678L, 681L, 684L, 687L, 690L, 693L, 696L, 699L, 702L, 705L, 708L, 711L, 714L, 717L, 720L, 723L, 726L, 729L, 732L, 735L, 738L, 741L, 744L, 747L, 750L, 753L, 756L, 759L, 762L, 765L, 768L, 771L, 774L, 777L, 780L, 783L, 786L, 789L, 792L, 795L, 798L, 801L, 804L, 807L, 810L, 813L, 816L, 819L, 822L, 825L, 828L, 831L, 834L, 837L, 840L, 843L, 846L, 849L, 852L, 855L, 858L, 861L, 864L, 867L, 870L, 873L, 876L, 879L, 882L, 885L, 888L, 891L, 894L, 897L, 900L, 903L, 906L, 909L, 912L, 915L, 918L, 921L, 924L, 927L, 930L, 933L, 936L, 939L, 942L, 945L, 948L, 951L, 954L, 957L, 960L, 963L, 966L, 969L, 972L, 975L, 978L, 981L, 984L, 987L, 990L, 993L, 996L, 999L, 1002L, 1005L, 1008L, 1011L, 1014L, 1017L, 1020L, 1023L, 1026L, 1029L, 1032L, 1035L, 1038L, 1041L, 1044L, 1047L, 1050L, 1053L, 1056L, 1059L, 1062L, 1065L, 1068L, 1071L, 1074L, 1077L, 1080L), Dim = c(19L, 360L), Dimnames = list( c("B73:0", "B73:50", "B73:100", "MM:0", "MM:50", "MM:100", "Mo17:0", "Mo17:50", "Mo17:100", "W605S:0", "W605S:50", "W605S:100", "B73", "MM", "Mo17", "W605S", "0", "50", "100"), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = c(1, 1, 1), Lind = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L), Gp = c(0L, 12L, 16L, 19L), lower = c(0, 0, 0), Lambdat = new("dgCMatrix", i = 0:18, p = 0:19, Dim = c(19L, 19L), Dimnames = list( NULL, NULL), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), flist = list( `genotype:fertilizer` = c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L ), genotype = c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L ), fertilizer = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L)), cnms = list(`genotype:fertilizer` = "(Intercept)", genotype = "(Intercept)", fertilizer = "(Intercept)"), Ztlist = list(`1 | genotype:fertilizer` = new("dgCMatrix", i = c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L ), p = 0:360, Dim = c(12L, 360L), Dimnames = list(c("B73:0", "B73:50", "B73:100", "MM:0", "MM:50", "MM:100", "Mo17:0", "Mo17:50", "Mo17:100", "W605S:0", "W605S:50", "W605S:100" ), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), `1 | genotype` = new("dgCMatrix", i = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), p = 0:360, Dim = c(4L, 360L), Dimnames = list(c("B73", "MM", "Mo17", "W605S"), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000" )), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), `1 | fertilizer` = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), p = 0:360, Dim = c(3L, 360L), Dimnames = list(c("0", "50", "100" ), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list())), nl = c(`genotype:fertilizer` = 12L, genotype = 4L, fertilizer = 3L )), REML = TRUE, wmsgs = character(0), start = NULL, verbose = 0L, control = list(optimizer = "nloptwrap", restart_edge = TRUE, boundary.tol = 1e-05, calc.derivs = TRUE, use.last.params = FALSE, checkControl = list(check.nobs.vs.rankZ = "ignore", check.nobs.vs.nlev = "stop", check.nlev.gtreq.5 = "ignore", check.nlev.gtr.1 = "stop", check.nobs.vs.nRE = "stop", check.rankX = "message+drop.cols", check.scaleX = "warning", check.formula.LHS = "stop"), checkConv = list(check.conv.grad = list(action = "warning", tol = 0.002, relTol = NULL), check.conv.singular = list( action = "message", tol = 1e-04), check.conv.hess = list( action = "warning", tol = 1e-06)), optCtrl = list())) 10: do.call(mkLmerDevfun, c(lmod, list(start = start, verbose = verbose, control = control))) 11: lme4::lmer(fmla, data = sub, ...) 12: withCallingHandlers(expr, message = function(c) if (inherits(c, classes)) tryInvokeRestart("muffleMessage")) 13: suppressMessages(lme4::lmer(fmla, data = sub, ...)) 14: FUN(X[[i]], ...) 15: lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)}) 16: do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)})) 17: FUN(X[[i]], ...) 18: lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))}) 19: do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))})) 20: data.frame(do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) })) }))) 21: .partitionVarianceFrem(dat, timeCol, phenotypes, ind_fmla, ext, des, ...) 22: frem(sv_ag, des = c("genotype", "fertilizer"), phenotypes = c("area_cm2", "height_cm", "width_cm", "hue_circular_mean_degrees"), timeCol = "DAS", cor = TRUE, returnData = FALSE, combine = FALSE, markSingular = TRUE, time = NULL) 23: eval(expr, envir, enclos) 24: eval(expr, envir, enclos) 25: eval_with_user_handlers(expr, envir, enclos, user_handlers) 26: withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)) 27: withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler) 28: handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler)) 29: timing_fn(handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler))) 30: evaluate_call(expr, parsed$src[[i]], envir = envir, enclos = enclos, debug = debug, last = i == length(out), use_try = stop_on_error != 2L, keep_warning = keep_warning, keep_message = keep_message, log_echo = log_echo, log_warning = log_warning, output_handler = output_handler, include_timing = include_timing) 31: evaluate::evaluate(...) 32: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options)) 33: in_dir(input_dir(), expr) 34: in_input_dir(evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options))) 35: eng_r(options) 36: block_exec(params) 37: call_block(x) 38: process_group(group) 39: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)) 40: withCallingHandlers(expr, error = function(e) { loc = if (is.function(fun)) trimws(fun(label)) else "" if (loc != "") loc = sprintf(" at lines %s", loc) message(one_string(handler(e, loc)))}) 41: xfun:::handle_error(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)), function(e, loc) { setwd(wd) write_utf8(res, output %n% stdout()) paste0("\nQuitting from lines ", loc) }, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc) 42: process_file(text, output) 43: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 44: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(), output_dir = getwd(), ...) 45: vweave_rmarkdown(...) 46: engine$weave(file, quiet = quiet, encoding = enc) 47: doTryCatch(return(expr), name, parentenv, handler) 48: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 49: tryCatchList(expr, classes, parentenv, handlers) 50: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) }}, error = function(e) { OK <<- FALSE message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))}) 51: tools:::.buildOneVignette("bellwether.Rmd", "/tmp/th798/16170581/R-release/1002/pcvr.Rcheck/vign_test/pcvr", TRUE, FALSE, "bellwether", "UTF-8", "/tmp/th798/16170581/RtmpBMfgwL/file83df23b191421.rds") An irrecoverable exception occurred. R is aborting now ... --- re-building 'directional.Rmd' using rmarkdown --- finished re-building 'directional.Rmd' --- re-building 'longitudinal.Rmd' using rmarkdown --- finished re-building 'longitudinal.Rmd' --- re-building 'roots.Rmd' using rmarkdown Quitting from lines at lines 547-549 [unnamed-chunk-28] (roots.Rmd) Error: processing vignette 'roots.Rmd' failed with diagnostics: 'hits_scores' is not an exported object from 'namespace:igraph' --- failed re-building 'roots.Rmd' SUMMARY: processing the following files failed: 'bellwether.Rmd' 'roots.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING, 1 NOTE See '/tmp/th798/16170581/R-release/1002/pcvr.Rcheck/00check.log' for details. [1] "2025-03-28 01:59:23 MST" [1] "2025-03-28 01:59:23 MST" Installing package into '/tmp/th798/16170581/R-release/1002/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/16170581/R-release/1002/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-28 01:59:46 MST" * using log directory '/tmp/th798/16170581/R-release/1002/pcvr.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 'pcvr/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'pcvr' version '1.1.1.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Package suggested but not available for checking: 'cmdstanr' * 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 'pcvr' can be installed ... OK * checking installed package size ... OK * 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 ... WARNING Missing or unexported object: 'igraph::hits_scores' * 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ...sh: line 1: 543897 Segmentation fault (core dumped) LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/home/th798/R/R-release/bin/R' --vanilla > 'pcvr-Ex.Rout' 2>&1 < 'pcvr-Ex.R' ERROR Running examples in 'pcvr-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: frem > ### Title: Variance partitioning using Full Random Effects Models > ### Aliases: frem > > ### ** Examples > > > > library(data.table) > set.seed(456) > df <- data.frame( + genotype = rep(c("g1", "g2"), each = 10), + treatment = rep(c("C", "T"), times = 10), + time = rep(c(1:5), times = 2), + date_time = rep(paste0("2024-08-", 21:25), times = 2), + pheno1 = rnorm(20, 10, 1), + pheno2 = sort(rnorm(20, 5, 1)), + pheno3 = sort(runif(20)) + ) > out <- frem(df, des = "genotype", phenotypes = c("pheno1", "pheno2", "pheno3"), returnData = TRUE) *** caught segfault *** address (nil), cause 'unknown' Traceback: 1: .Call(merPredDCreate, as(X, "matrix"), Lambdat, LamtUt, Lind, RZX, Ut, Utr, V, VtV, Vtr, Xwts, Zt, beta0, delb, delu, theta, u0) 2: initializePtr() 3: .Object$initialize(...) 4: initialize(value, ...) 5: initialize(value, ...) 6: methods::new(def, ...) 7: (new("refMethodDef", .Data = function (...) { methods::new(def, ...)}, mayCall = c("methods", "new"), name = "new", refClassName = "refGeneratorSlot", superClassMethod = ""))(Zt = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), p = 0:20, Dim = c(2L, 20L), Dimnames = list(c("g1", "g2"), c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20")), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = 1, Lambdat = new("dgCMatrix", i = 0:1, p = 0:2, Dim = c(2L, 2L), Dimnames = list(NULL, NULL), x = c(1, 1), factors = list()), Lind = c(1L, 1L), n = 20L, X = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)) 8: do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) 9: (function (fr, X, reTrms, REML = TRUE, start = NULL, verbose = 0, control = lmerControl(), ...) { p <- ncol(X) rho <- new.env(parent = parent.env(environment())) rho$pp <- do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) REMLpass <- if (REML) p else 0L rho$resp <- if (missing(fr)) mkRespMod(REML = REMLpass, ...) else mkRespMod(fr, REML = REMLpass) pp <- resp <- NULL rho$lmer_Deviance <- lmer_Deviance devfun <- function(theta) .Call(lmer_Deviance, pp$ptr(), resp$ptr(), as.double(theta)) environment(devfun) <- rho if (is.null(start) && all(reTrms$cnms == "(Intercept)") && length(reTrms$flist) == length(reTrms$lower) && !is.null(y <- model.response(fr))) { v <- sapply(reTrms$flist, function(f) var(ave(y, f))) v.e <- var(y) - sum(v) if (!is.na(v.e) && v.e > 0) { v.rel <- v/v.e if (all(v.rel >= reTrms$lower^2)) rho$pp$setTheta(sqrt(v.rel)) } } if (length(rho$resp$y) > 0) devfun(rho$pp$theta) rho$lower <- reTrms$lower devfun})(fr = list(`as.numeric(pheno1)` = c(8.65647859206677, 10.6217755536533, 10.8008746648826, 8.61110758787741, 9.28564314111871, 9.67593894746391, 10.6906429955949, 10.2505479013246, 11.0073522708798, 10.5732346844027, 9.08418948114273, 11.3110974484008, 10.9887263144658, 11.6539286858357, 8.55919476665589, 11.9473564342039, 11.7369361768728, 10.387483325578, 12.280033972087, 11.537883312022), genotype = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L)), X = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), reTrms = list(Zt = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), p = 0:20, Dim = c(2L, 20L), Dimnames = list(c("g1", "g2"), c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20")), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = 1, Lind = c(1L, 1L), Gp = c(0L, 2L), lower = 0, Lambdat = new("dgCMatrix", i = 0:1, p = 0:2, Dim = c(2L, 2L), Dimnames = list(NULL, NULL), x = c(1, 1), factors = list()), flist = list( genotype = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L)), cnms = list( genotype = "(Intercept)"), Ztlist = list(`1 | genotype` = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), p = 0:20, Dim = c(2L, 20L), Dimnames = list(c("g1", "g2"), c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20")), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list())), nl = c(genotype = 2L)), REML = TRUE, wmsgs = character(0), start = NULL, verbose = 0L, control = list( optimizer = "nloptwrap", restart_edge = TRUE, boundary.tol = 1e-05, calc.derivs = TRUE, use.last.params = FALSE, checkControl = list( check.nobs.vs.rankZ = "ignore", check.nobs.vs.nlev = "stop", check.nlev.gtreq.5 = "ignore", check.nlev.gtr.1 = "stop", check.nobs.vs.nRE = "stop", check.rankX = "message+drop.cols", check.scaleX = "warning", check.formula.LHS = "stop"), checkConv = list(check.conv.grad = list(action = "warning", tol = 0.002, relTol = NULL), check.conv.singular = list( action = "message", tol = 1e-04), check.conv.hess = list( action = "warning", tol = 1e-06)), optCtrl = list())) 10: do.call(mkLmerDevfun, c(lmod, list(start = start, verbose = verbose, control = control))) 11: lme4::lmer(fmla, data = sub, ...) 12: withCallingHandlers(expr, message = function(c) if (inherits(c, classes)) tryInvokeRestart("muffleMessage")) 13: suppressMessages(lme4::lmer(fmla, data = sub, ...)) 14: FUN(X[[i]], ...) 15: lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)}) 16: do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)})) 17: FUN(X[[i]], ...) 18: lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))}) 19: do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))})) 20: data.frame(do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) })) }))) 21: .partitionVarianceFrem(dat, timeCol, phenotypes, ind_fmla, ext, des, ...) 22: frem(df, des = "genotype", phenotypes = c("pheno1", "pheno2", "pheno3"), returnData = TRUE) An irrecoverable exception occurred. R is aborting now ... * 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 ... ERROR Error(s) in re-building vignettes: sh: line 1: 548892 Segmentation fault (core dumped) '/home/th798/R/R-release/bin/R' --vanilla --no-echo > '/tmp/th798/16170581/RtmpxEQ5hN/file85f974618e60a' 2>&1 < '/tmp/th798/16170581/RtmpxEQ5hN/file85f975a56c0fc' --- re-building 'bellwether.Rmd' using rmarkdown *** caught segfault *** address (nil), cause 'unknown' Traceback: 1: .Call(merPredDCreate, as(X, "matrix"), Lambdat, LamtUt, Lind, RZX, Ut, Utr, V, VtV, Vtr, Xwts, Zt, beta0, delb, delu, theta, u0) 2: initializePtr() 3: .Object$initialize(...) 4: initialize(value, ...) 5: initialize(value, ...) 6: methods::new(def, ...) 7: (new("refMethodDef", .Data = function (...) { methods::new(def, ...)}, mayCall = c("methods", "new"), name = "new", refClassName = "refGeneratorSlot", superClassMethod = ""))(Zt = new("dgCMatrix", i = c(3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L), p = c(0L, 3L, 6L, 9L, 12L, 15L, 18L, 21L, 24L, 27L, 30L, 33L, 36L, 39L, 42L, 45L, 48L, 51L, 54L, 57L, 60L, 63L, 66L, 69L, 72L, 75L, 78L, 81L, 84L, 87L, 90L, 93L, 96L, 99L, 102L, 105L, 108L, 111L, 114L, 117L, 120L, 123L, 126L, 129L, 132L, 135L, 138L, 141L, 144L, 147L, 150L, 153L, 156L, 159L, 162L, 165L, 168L, 171L, 174L, 177L, 180L, 183L, 186L, 189L, 192L, 195L, 198L, 201L, 204L, 207L, 210L, 213L, 216L, 219L, 222L, 225L, 228L, 231L, 234L, 237L, 240L, 243L, 246L, 249L, 252L, 255L, 258L, 261L, 264L, 267L, 270L, 273L, 276L, 279L, 282L, 285L, 288L, 291L, 294L, 297L, 300L, 303L, 306L, 309L, 312L, 315L, 318L, 321L, 324L, 327L, 330L, 333L, 336L, 339L, 342L, 345L, 348L, 351L, 354L, 357L, 360L, 363L, 366L, 369L, 372L, 375L, 378L, 381L, 384L, 387L, 390L, 393L, 396L, 399L, 402L, 405L, 408L, 411L, 414L, 417L, 420L, 423L, 426L, 429L, 432L, 435L, 438L, 441L, 444L, 447L, 450L, 453L, 456L, 459L, 462L, 465L, 468L, 471L, 474L, 477L, 480L, 483L, 486L, 489L, 492L, 495L, 498L, 501L, 504L, 507L, 510L, 513L, 516L, 519L, 522L, 525L, 528L, 531L, 534L, 537L, 540L, 543L, 546L, 549L, 552L, 555L, 558L, 561L, 564L, 567L, 570L, 573L, 576L, 579L, 582L, 585L, 588L, 591L, 594L, 597L, 600L, 603L, 606L, 609L, 612L, 615L, 618L, 621L, 624L, 627L, 630L, 633L, 636L, 639L, 642L, 645L, 648L, 651L, 654L, 657L, 660L, 663L, 666L, 669L, 672L, 675L, 678L, 681L, 684L, 687L, 690L, 693L, 696L, 699L, 702L, 705L, 708L, 711L, 714L, 717L, 720L, 723L, 726L, 729L, 732L, 735L, 738L, 741L, 744L, 747L, 750L, 753L, 756L, 759L, 762L, 765L, 768L, 771L, 774L, 777L, 780L, 783L, 786L, 789L, 792L, 795L, 798L, 801L, 804L, 807L, 810L, 813L, 816L, 819L, 822L, 825L, 828L, 831L, 834L, 837L, 840L, 843L, 846L, 849L, 852L, 855L, 858L, 861L, 864L, 867L, 870L, 873L, 876L, 879L, 882L, 885L, 888L, 891L, 894L, 897L, 900L, 903L, 906L, 909L, 912L, 915L, 918L, 921L, 924L, 927L, 930L, 933L, 936L, 939L, 942L, 945L, 948L, 951L, 954L, 957L, 960L, 963L, 966L, 969L, 972L, 975L, 978L, 981L, 984L, 987L, 990L, 993L, 996L, 999L, 1002L, 1005L, 1008L, 1011L, 1014L, 1017L, 1020L, 1023L, 1026L, 1029L, 1032L, 1035L, 1038L, 1041L, 1044L, 1047L, 1050L, 1053L, 1056L, 1059L, 1062L, 1065L, 1068L, 1071L, 1074L, 1077L, 1080L), Dim = c(19L, 360L), Dimnames = list(c("B73:0", "B73:50", "B73:100", "MM:0", "MM:50", "MM:100", "Mo17:0", "Mo17:50", "Mo17:100", "W605S:0", "W605S:50", "W605S:100", "B73", "MM", "Mo17", "W605S", "0", "50", "100"), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = c(1, 1, 1), Lambdat = new("dgCMatrix", i = 0:18, p = 0:19, Dim = c(19L, 19L), Dimnames = list(NULL, NULL), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), Lind = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L), n = 360L, X = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)) 8: do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) 9: (function (fr, X, reTrms, REML = TRUE, start = NULL, verbose = 0, control = lmerControl(), ...) { p <- ncol(X) rho <- new.env(parent = parent.env(environment())) rho$pp <- do.call(merPredD$new, c(reTrms[c("Zt", "theta", "Lambdat", "Lind")], n = nrow(X), list(X = X))) REMLpass <- if (REML) p else 0L rho$resp <- if (missing(fr)) mkRespMod(REML = REMLpass, ...) else mkRespMod(fr, REML = REMLpass) pp <- resp <- NULL rho$lmer_Deviance <- lmer_Deviance devfun <- function(theta) .Call(lmer_Deviance, pp$ptr(), resp$ptr(), as.double(theta)) environment(devfun) <- rho if (is.null(start) && all(reTrms$cnms == "(Intercept)") && length(reTrms$flist) == length(reTrms$lower) && !is.null(y <- model.response(fr))) { v <- sapply(reTrms$flist, function(f) var(ave(y, f))) v.e <- var(y) - sum(v) if (!is.na(v.e) && v.e > 0) { v.rel <- v/v.e if (all(v.rel >= reTrms$lower^2)) rho$pp$setTheta(sqrt(v.rel)) } } if (length(rho$resp$y) > 0) devfun(rho$pp$theta) rho$lower <- reTrms$lower devfun})(fr = list(`as.numeric(area_cm2)` = c(126.065082652318, 136.428889386279, 147.216247882415, 127.580563506387, 145.099818705437, 170.996622563863, 151.373821829603, 134.919515643822, 126.932845850519, 140.026751289042, 144.363899548115, 150.976551395802, 147.735650109629, 131.449323268013, 110.190679180688, 118.162783065354, 151.158918383399, 135.413176451607, 133.616902260659, 147.493086925969, 145.020320666843, 119.894603028448, 144.267714816833, 176.485427280653, 156.690448833483, 157.201906267857, 140.839860947674, 144.01264989581, 131.866392372635, 144.245600826008, 169.928364606348, 141.14691656127, 190.512858764609, 134.8326330323, 149.410857872434, 153.557767870125, 145.935288236809, 164.830680729076, 161.870678779662, 142.552553723681, 155.964227393695, 147.304228156167, 157.869022506805, 149.672648174719, 155.171593338648, 173.610217976417, 187.575383814259, 149.769207053011, 125.322405907359, 164.588345218609, 165.906490598335, 135.184195842279, 162.388164312795, 146.361183615681, 127.199607591083, 158.207959543191, 162.083610552381, 151.91026464444, 140.280836821469, 158.566019851519, 126.463019596379, 131.554979197935, 164.869081973282, 137.718920422421, 150.158409931073, 182.723869384563, 134.565509102585, 169.276120589467, 140.34155414609, 133.577547702673, 146.550181159655, 136.584492747601, 140.393341178323, 123.662217211639, 165.552697587498, 148.924104216073, 160.904269885534, 145.433007144171, 137.600331482907, 154.407814357424, 131.400465336491, 124.394505618957, 146.461796339988, 156.08359585945, 138.206015273911, 142.362100113308, 146.2362952518, 136.124214462594, 184.223259178573, 115.618572469176, 176.630976265305, 137.999113174556, 165.910594669486, 164.092028947043, 170.221620407938, 163.723051403917, 158.051098189991, 181.717429315938, 196.732669194598, 137.968233892834, 151.298890269406, 144.367251736677, 126.020714391856, 197.159571609662, 132.742117375084, 176.812845517264, 192.226618267306, 185.412768798246, 153.395306206794, 173.286299596499, 182.599530064213, 191.78769454949, 138.237840875238, 159.881322296723, 193.181622832187, 132.089970878295, 145.060147443596, 127.631133738157, 146.629195098386, 162.24755731681, 174.78035869098, 197.173839284818, 185.702025844194, 170.606989108432, 169.836549376737, 168.624541916601, 179.245074097268, 182.879131027723, 186.299073043703, 158.503304312903, 167.604517848231, 163.386091680694, 165.358911543132, 173.133575105771, 167.155744017677, 148.982215881354, 168.866982015869, 183.579223738274, 172.195605830222, 186.842151167426, 210.810625658674, 202.419508466302, 220.683266119561, 152.937480850231, 184.738935880184, 158.437988160183, 139.045213643091, 186.995264561768, 167.023093587032, 195.884073680728, 210.186121445737, 201.687585236239, 207.012021524863, 181.125099059319, 197.67752352687, 204.516384838227, 183.223902834312, 183.215614094816, 180.661816259763, 181.007994130118, 185.111886434703, 187.095394166967, 201.815197404585, 178.543980122388, 211.886889487951, 162.385120955364, 193.574297342588, 166.982087584049, 160.9185720883, 149.970353389922, 183.829305870784, 191.905696129515, 185.431623143289, 182.635302166633, 173.51481155162, 194.82188208037, 194.159645738457, 178.957858986238, 218.37421169959, 194.159759735027, 164.615862672153, 145.817781779892, 143.633030136335, 159.703389128227, 185.589539998299, 144.782886207379, 168.18468915657, 179.413747106551, 147.958851887165, 180.396405036744, 189.619622709323, 173.932472380405, 183.676030296959, 170.803266993822, 149.614177374642, 166.285617407651, 184.460249847079, 176.761337443434, 180.406886040265, 130.713719635863, 188.684567940819, 142.133691574213, 160.224395397196, 156.770850486278, 197.377318157079, 125.135447836742, 147.804877691404, 173.327600170108, 152.406278204044, 150.285732454369, 171.038347810101, 190.143240571792, 177.130492086732, 173.828100653313, 184.649996429438, 199.397278933195, 196.715899512673, 185.133041383888, 190.317420629333, 190.369065362409, 190.483600819069, 183.311584217804, 185.174361863125, 201.081243482613, 189.693101405414, 148.767015121997, 167.133254451197, 201.427655192129, 164.156467073707, 193.01079779931, 176.315120017747, 166.807640189273, 178.758109622829, 155.009384415917, 171.050556514074, 193.465888575983, 183.150517008294, 178.510590433618, 204.055552115216, 175.909706620948, 178.103597468983, 167.565925222208, 206.032201446738, 204.356984772595, 157.840123528242, 203.089497681022, 189.470523155348, 201.922873450062, 197.984207875769, 178.178599455689, 221.322220643564, 199.372363106306, 216.556870784649, 189.028513910128, 207.989935946004, 209.294139445293, 189.648633584366, 189.276181474408, 194.542105893498, 189.683994080119, 207.133214235336, 176.665306074134, 213.640623508698, 184.374254234647, 210.319349941268, 209.591216040698, 196.803857045756, 178.808648454704, 199.755107200002, 232.920541576194, 173.1723867774, 218.68061840173, 213.004756235417, 195.539057302347, 214.561156650528, 208.295807046284, 196.099233703726, 202.159158966573, 215.054767507272, 201.636967173329, 198.978171859759, 216.997237767945, 200.534538521552, 215.577335070183, 232.908226990441, 207.571956221443, 214.413159113424, 221.356745373254, 213.01322587504, 234.98304265406, 197.498258299902, 225.292297161555, 224.182660798413, 215.114133679562, 210.437820612488, 226.604992902017, 203.879734551237, 225.576978913614, 225.456760571679, 209.578192724566, 188.700522178678, 234.642832930395, 220.515201469537, 208.128487001811, 209.26326306678, 226.73186955407, 211.449179984422, 201.959355578301, 215.836391143983, 202.993622082618, 211.063123020723, 203.076893892133, 195.054742631964, 229.379002855913, 177.501499228302, 205.925309311949, 202.836603790967, 187.795570555503, 214.069074442928, 212.231398232248, 214.575326473477, 206.813834035122, 174.829122666257, 198.167049996597, 179.59966584808, 187.447038022812, 196.270901596279, 187.160895965495, 234.293200029088, 219.237465715846, 212.75138372846, 195.536746052507, 221.538945477962, 198.163516293927, 203.155910554883, 211.86940982996, 206.984003923229, 251.257501728972, 195.223864054101, 173.650657768494, 194.512140082344, 217.828332313283, 223.820646172053, 213.977999222744, 182.124595111134, 178.427092282634, 198.678183640782, 211.090887740301, 211.273459486786, 186.590435440441, 205.078157981482, 179.200768671704, 184.122556699301, 207.409108720544, 217.308066540688, 183.449529612824, 192.484565891589, 195.469160131917, 205.703435253519, 195.201431599439), genotype = c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), fertilizer = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100)), X = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), reTrms = list(Zt = new("dgCMatrix", i = c(3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 3L, 13L, 16L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 4L, 13L, 17L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 5L, 13L, 18L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 0L, 12L, 16L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 1L, 12L, 17L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 2L, 12L, 18L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 6L, 14L, 16L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 7L, 14L, 17L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 8L, 14L, 18L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 9L, 15L, 16L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 10L, 15L, 17L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L, 11L, 15L, 18L), p = c(0L, 3L, 6L, 9L, 12L, 15L, 18L, 21L, 24L, 27L, 30L, 33L, 36L, 39L, 42L, 45L, 48L, 51L, 54L, 57L, 60L, 63L, 66L, 69L, 72L, 75L, 78L, 81L, 84L, 87L, 90L, 93L, 96L, 99L, 102L, 105L, 108L, 111L, 114L, 117L, 120L, 123L, 126L, 129L, 132L, 135L, 138L, 141L, 144L, 147L, 150L, 153L, 156L, 159L, 162L, 165L, 168L, 171L, 174L, 177L, 180L, 183L, 186L, 189L, 192L, 195L, 198L, 201L, 204L, 207L, 210L, 213L, 216L, 219L, 222L, 225L, 228L, 231L, 234L, 237L, 240L, 243L, 246L, 249L, 252L, 255L, 258L, 261L, 264L, 267L, 270L, 273L, 276L, 279L, 282L, 285L, 288L, 291L, 294L, 297L, 300L, 303L, 306L, 309L, 312L, 315L, 318L, 321L, 324L, 327L, 330L, 333L, 336L, 339L, 342L, 345L, 348L, 351L, 354L, 357L, 360L, 363L, 366L, 369L, 372L, 375L, 378L, 381L, 384L, 387L, 390L, 393L, 396L, 399L, 402L, 405L, 408L, 411L, 414L, 417L, 420L, 423L, 426L, 429L, 432L, 435L, 438L, 441L, 444L, 447L, 450L, 453L, 456L, 459L, 462L, 465L, 468L, 471L, 474L, 477L, 480L, 483L, 486L, 489L, 492L, 495L, 498L, 501L, 504L, 507L, 510L, 513L, 516L, 519L, 522L, 525L, 528L, 531L, 534L, 537L, 540L, 543L, 546L, 549L, 552L, 555L, 558L, 561L, 564L, 567L, 570L, 573L, 576L, 579L, 582L, 585L, 588L, 591L, 594L, 597L, 600L, 603L, 606L, 609L, 612L, 615L, 618L, 621L, 624L, 627L, 630L, 633L, 636L, 639L, 642L, 645L, 648L, 651L, 654L, 657L, 660L, 663L, 666L, 669L, 672L, 675L, 678L, 681L, 684L, 687L, 690L, 693L, 696L, 699L, 702L, 705L, 708L, 711L, 714L, 717L, 720L, 723L, 726L, 729L, 732L, 735L, 738L, 741L, 744L, 747L, 750L, 753L, 756L, 759L, 762L, 765L, 768L, 771L, 774L, 777L, 780L, 783L, 786L, 789L, 792L, 795L, 798L, 801L, 804L, 807L, 810L, 813L, 816L, 819L, 822L, 825L, 828L, 831L, 834L, 837L, 840L, 843L, 846L, 849L, 852L, 855L, 858L, 861L, 864L, 867L, 870L, 873L, 876L, 879L, 882L, 885L, 888L, 891L, 894L, 897L, 900L, 903L, 906L, 909L, 912L, 915L, 918L, 921L, 924L, 927L, 930L, 933L, 936L, 939L, 942L, 945L, 948L, 951L, 954L, 957L, 960L, 963L, 966L, 969L, 972L, 975L, 978L, 981L, 984L, 987L, 990L, 993L, 996L, 999L, 1002L, 1005L, 1008L, 1011L, 1014L, 1017L, 1020L, 1023L, 1026L, 1029L, 1032L, 1035L, 1038L, 1041L, 1044L, 1047L, 1050L, 1053L, 1056L, 1059L, 1062L, 1065L, 1068L, 1071L, 1074L, 1077L, 1080L), Dim = c(19L, 360L), Dimnames = list( c("B73:0", "B73:50", "B73:100", "MM:0", "MM:50", "MM:100", "Mo17:0", "Mo17:50", "Mo17:100", "W605S:0", "W605S:50", "W605S:100", "B73", "MM", "Mo17", "W605S", "0", "50", "100"), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), theta = c(1, 1, 1), Lind = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L), Gp = c(0L, 12L, 16L, 19L), lower = c(0, 0, 0), Lambdat = new("dgCMatrix", i = 0:18, p = 0:19, Dim = c(19L, 19L), Dimnames = list( NULL, NULL), x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), flist = list( `genotype:fertilizer` = c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L, 12L ), genotype = c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L ), fertilizer = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L)), cnms = list(`genotype:fertilizer` = "(Intercept)", genotype = "(Intercept)", fertilizer = "(Intercept)"), Ztlist = list(`1 | genotype:fertilizer` = new("dgCMatrix", i = c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 10L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L, 11L ), p = 0:360, Dim = c(12L, 360L), Dimnames = list(c("B73:0", "B73:50", "B73:100", "MM:0", "MM:50", "MM:100", "Mo17:0", "Mo17:50", "Mo17:100", "W605S:0", "W605S:50", "W605S:100" ), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), `1 | genotype` = new("dgCMatrix", i = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), p = 0:360, Dim = c(4L, 360L), Dimnames = list(c("B73", "MM", "Mo17", "W605S"), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000" )), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list()), `1 | fertilizer` = new("dgCMatrix", i = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), p = 0:360, Dim = c(3L, 360L), Dimnames = list(c("0", "50", "100" ), c("25", "50", "75", "100", "125", "150", "175", "200", "225", "250", "275", "300", "325", "350", "375", "400", "425", "450", "475", "500", "525", "550", "575", "600", "625", "650", "675", "700", "725", "750", "775", "800", "825", "850", "875", "900", "925", "950", "975", "1000", "1025", "1050", "1075", "1100", "1125", "1150", "1175", "1200", "1225", "1250", "1275", "1300", "1325", "1350", "1375", "1400", "1425", "1450", "1475", "1500", "1525", "1550", "1575", "1600", "1625", "1650", "1675", "1700", "1725", "1750", "1775", "1800", "1825", "1850", "1875", "1900", "1925", "1950", "1975", "2000", "2025", "2050", "2075", "2100", "2125", "2150", "2175", "2200", "2225", "2250", "2275", "2300", "2325", "2350", "2375", "2400", "2425", "2450", "2475", "2500", "2525", "2550", "2575", "2600", "2625", "2650", "2675", "2700", "2725", "2750", "2775", "2800", "2825", "2850", "2875", "2900", "2925", "2950", "2975", "3000", "3025", "3050", "3075", "3100", "3125", "3150", "3175", "3200", "3225", "3250", "3275", "3300", "3325", "3350", "3375", "3400", "3425", "3450", "3475", "3500", "3525", "3550", "3575", "3600", "3625", "3650", "3675", "3700", "3725", "3750", "3775", "3800", "3825", "3850", "3875", "3900", "3925", "3950", "3975", "4000", "4025", "4050", "4075", "4100", "4125", "4150", "4175", "4200", "4225", "4250", "4275", "4300", "4325", "4350", "4375", "4400", "4425", "4450", "4475", "4500", "4525", "4550", "4575", "4600", "4625", "4650", "4675", "4700", "4725", "4750", "4775", "4800", "4825", "4850", "4875", "4900", "4925", "4950", "4975", "5000", "5025", "5050", "5075", "5100", "5125", "5150", "5175", "5200", "5225", "5250", "5275", "5300", "5325", "5350", "5375", "5400", "5425", "5450", "5475", "5500", "5525", "5550", "5575", "5600", "5625", "5650", "5675", "5700", "5725", "5750", "5775", "5800", "5825", "5850", "5875", "5900", "5925", "5950", "5975", "6000", "6025", "6050", "6075", "6100", "6125", "6150", "6175", "6200", "6225", "6250", "6275", "6300", "6325", "6350", "6375", "6400", "6425", "6450", "6475", "6500", "6525", "6550", "6575", "6600", "6625", "6650", "6675", "6700", "6725", "6750", "6775", "6800", "6825", "6850", "6875", "6900", "6925", "6950", "6975", "7000", "7025", "7050", "7075", "7100", "7125", "7150", "7175", "7200", "7225", "7250", "7275", "7300", "7325", "7350", "7375", "7400", "7425", "7450", "7475", "7500", "7525", "7550", "7575", "7600", "7625", "7650", "7675", "7700", "7725", "7750", "7775", "7800", "7825", "7850", "7875", "7900", "7925", "7950", "7975", "8000", "8025", "8050", "8075", "8100", "8125", "8150", "8175", "8200", "8225", "8250", "8275", "8300", "8325", "8350", "8375", "8400", "8425", "8450", "8475", "8500", "8525", "8550", "8575", "8600", "8625", "8650", "8675", "8700", "8725", "8750", "8775", "8800", "8825", "8850", "8875", "8900", "8925", "8950", "8975", "9000")), x = 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), factors = list())), nl = c(`genotype:fertilizer` = 12L, genotype = 4L, fertilizer = 3L )), REML = TRUE, wmsgs = character(0), start = NULL, verbose = 0L, control = list(optimizer = "nloptwrap", restart_edge = TRUE, boundary.tol = 1e-05, calc.derivs = TRUE, use.last.params = FALSE, checkControl = list(check.nobs.vs.rankZ = "ignore", check.nobs.vs.nlev = "stop", check.nlev.gtreq.5 = "ignore", check.nlev.gtr.1 = "stop", check.nobs.vs.nRE = "stop", check.rankX = "message+drop.cols", check.scaleX = "warning", check.formula.LHS = "stop"), checkConv = list(check.conv.grad = list(action = "warning", tol = 0.002, relTol = NULL), check.conv.singular = list( action = "message", tol = 1e-04), check.conv.hess = list( action = "warning", tol = 1e-06)), optCtrl = list())) 10: do.call(mkLmerDevfun, c(lmod, list(start = start, verbose = verbose, control = control))) 11: lme4::lmer(fmla, data = sub, ...) 12: withCallingHandlers(expr, message = function(c) if (inherits(c, classes)) tryInvokeRestart("muffleMessage")) 13: suppressMessages(lme4::lmer(fmla, data = sub, ...)) 14: FUN(X[[i]], ...) 15: lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)}) 16: do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2)})) 17: FUN(X[[i]], ...) 18: lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))}) 19: do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) }))})) 20: data.frame(do.call(rbind, lapply(sort(unique(dat[[timeCol]])), function(tm) { sub <- dat[dat[[timeCol]] == tm, ] des_bools <- unlist(lapply(des, function(var) { des_numbers <- as.numeric(table(sub[[var]])) sum(des_numbers != 0) > 1 })) if (any(!des_bools)) { message(paste("Skipping", timeCol, tm, "as grouping contains a variable that is singular")) return(NULL) } do.call(rbind, lapply(phenotypes, function(e) { fmla <- as.formula(paste0("as.numeric(", e, ") ~ ", ind_fmla)) model <- suppressMessages(lme4::lmer(fmla, data = sub, ...)) if (length(model@optinfo$conv$lme4) >= 1) { singular <- any(grepl("isSingular", model@optinfo$conv$lme4$messages)) } else { singular <- FALSE } re <- lme4::VarCorr(model) res <- attr(lme4::VarCorr(model), "sc")^2 if (!ext) { interaction.var <- as.numeric(attr(re[[which(grepl(":", names(re)))]], "stddev"))^2 des1.var <- as.numeric(attr(re[[des[1]]], "stddev"))^2 des2.var <- as.numeric(attr(re[[des[2]]], "stddev"))^2 tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c((des1.var/tot.var), (des2.var/tot.var), (interaction.var/tot.var), unexp, tm, singular) } else { var <- lapply(des, function(i) { as.numeric(attr(re[[i]], "stddev"))^2 }) tot.var <- sum(as.numeric(re), res) unexp <- 1 - sum(as.numeric(re))/sum(as.numeric(re), res) h2 <- c(unlist(var)/tot.var, unexp, tm, singular) } return(h2) })) }))) 21: .partitionVarianceFrem(dat, timeCol, phenotypes, ind_fmla, ext, des, ...) 22: frem(sv_ag, des = c("genotype", "fertilizer"), phenotypes = c("area_cm2", "height_cm", "width_cm", "hue_circular_mean_degrees"), timeCol = "DAS", cor = TRUE, returnData = FALSE, combine = FALSE, markSingular = TRUE, time = NULL) 23: eval(expr, envir, enclos) 24: eval(expr, envir, enclos) 25: eval_with_user_handlers(expr, envir, enclos, user_handlers) 26: withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)) 27: withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler) 28: handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler)) 29: timing_fn(handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler))) 30: evaluate_call(expr, parsed$src[[i]], envir = envir, enclos = enclos, debug = debug, last = i == length(out), use_try = stop_on_error != 2L, keep_warning = keep_warning, keep_message = keep_message, log_echo = log_echo, log_warning = log_warning, output_handler = output_handler, include_timing = include_timing) 31: evaluate::evaluate(...) 32: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options)) 33: in_dir(input_dir(), expr) 34: in_input_dir(evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options))) 35: eng_r(options) 36: block_exec(params) 37: call_block(x) 38: process_group(group) 39: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)) 40: withCallingHandlers(expr, error = function(e) { loc = if (is.function(fun)) trimws(fun(label)) else "" if (loc != "") loc = sprintf(" at lines %s", loc) message(one_string(handler(e, loc)))}) 41: xfun:::handle_error(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)), function(e, loc) { setwd(wd) write_utf8(res, output %n% stdout()) paste0("\nQuitting from lines ", loc) }, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc) 42: process_file(text, output) 43: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 44: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(), output_dir = getwd(), ...) 45: vweave_rmarkdown(...) 46: engine$weave(file, quiet = quiet, encoding = enc) 47: doTryCatch(return(expr), name, parentenv, handler) 48: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 49: tryCatchList(expr, classes, parentenv, handlers) 50: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) }}, error = function(e) { OK <<- FALSE message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))}) 51: tools:::.buildOneVignette("bellwether.Rmd", "/tmp/th798/16170581/R-release/1002/pcvr.Rcheck/vign_test/pcvr", TRUE, FALSE, "bellwether", "UTF-8", "/tmp/th798/16170581/RtmpxEQ5hN/file85f9778058434.rds") An irrecoverable exception occurred. R is aborting now ... --- re-building 'directional.Rmd' using rmarkdown --- finished re-building 'directional.Rmd' --- re-building 'longitudinal.Rmd' using rmarkdown --- finished re-building 'longitudinal.Rmd' --- re-building 'roots.Rmd' using rmarkdown Quitting from lines at lines 547-549 [unnamed-chunk-28] (roots.Rmd) Error: processing vignette 'roots.Rmd' failed with diagnostics: 'hits_scores' is not an exported object from 'namespace:igraph' --- failed re-building 'roots.Rmd' SUMMARY: processing the following files failed: 'bellwether.Rmd' 'roots.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING, 1 NOTE See '/tmp/th798/16170581/R-release/1002/pcvr.Rcheck/00check.log' for details. [1] "2025-03-28 02:09:54 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-28 01:59:23.708502893 -0700 +++ R_version_4.4.3_2025-02-28/master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.Rcheck/00check.log 2025-03-28 02:09:54.594674154 -0700 @@ -112,7 +112,7 @@ * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: -sh: line 1: 540151 Segmentation fault (core dumped) '/home/th798/R/R-release/bin/R' --vanilla --no-echo > '/tmp/th798/16170581/RtmpBMfgwL/file83df25f2aee6a' 2>&1 < '/tmp/th798/16170581/RtmpBMfgwL/file83df25e4ae997' +sh: line 1: 548892 Segmentation fault (core dumped) '/home/th798/R/R-release/bin/R' --vanilla --no-echo > '/tmp/th798/16170581/RtmpxEQ5hN/file85f974618e60a' 2>&1 < '/tmp/th798/16170581/RtmpxEQ5hN/file85f975a56c0fc' --- re-building 'bellwether.Rmd' using rmarkdown *** caught segfault *** @@ -169,7 +169,7 @@ 48: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 49: tryCatchList(expr, classes, parentenv, handlers) 50: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) }}, error = function(e) { OK <<- FALSE message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))}) -51: tools:::.buildOneVignette("bellwether.Rmd", "/tmp/th798/16170581/R-release/1002/pcvr.Rcheck/vign_test/pcvr", TRUE, FALSE, "bellwether", "UTF-8", "/tmp/th798/16170581/RtmpBMfgwL/file83df23b191421.rds") +51: tools:::.buildOneVignette("bellwether.Rmd", "/tmp/th798/16170581/R-release/1002/pcvr.Rcheck/vign_test/pcvr", TRUE, FALSE, "bellwether", "UTF-8", "/tmp/th798/16170581/RtmpxEQ5hN/file85f9778058434.rds") An irrecoverable exception occurred. R is aborting now ... --- re-building 'directional.Rmd' using rmarkdown --- finished re-building 'directional.Rmd' > 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) + } >