Open tdhock opened 5 months ago
weird because it works for R-devel
* installing *source* package 'pda' ...
** package 'pda' 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'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o
/packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rcpp_coxph.cpp -o rcpp_coxph.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 pda.so RcppExports.o rcpp_coxph.o -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
installing to /tmp/th798/11344495/R-devel/932/library/00LOCK-pda/00new/pda/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** 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 (pda)
pda imports ordinal which imports ucminf https://cloud.r-project.org/web/packages/ordinal/index.html not sure how ucminf disappeared but ordinal is still there
> library(ucminf)
Error in library(ucminf) : there is no package called ‘ucminf’
> library(ordinal)
Error: package or namespace load failed for ‘ordinal’ in loadNamespace(j <- i[\
[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘ucminf’
> system.file(package="ucminf")
[1] ""
!> system.file(package="ordinal")
[1] "/projects/genomic-ml/R/R-release/library/ordinal"
ucminf is not listed on pda deps https://cloud.r-project.org/web/packages/pda/ pda imports https://cloud.r-project.org/web/packages/metafor/index.html which suggests ucminf ?