CI_functions.cpp: In function ‘std::vector<double> permute_concordanceIndex_modified(std::vector<double>, std::vector<double>, double, double, double, int, int, int)’:
CI_functions.cpp:190:85: error: could not convert ‘deltaX’ from ‘double’ to ‘std::vector<double>’
randomPermut[i] = concordanceIndex_modified(xShuffled,y,deltaX,deltaY,alpha,outx);
R version 3.4.4 (2018-03-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.4 LTS
Matrix products: default
BLAS: /usr/lib/libblas/libblas.so.3.6.0
LAPACK: /usr/lib/lapack/liblapack.so.3.6.0
locale:
[1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_IE.UTF-8 LC_COLLATE=en_GB.UTF-8
[5] LC_MONETARY=en_IE.UTF-8 LC_MESSAGES=en_GB.UTF-8
[7] LC_PAPER=fr_BE.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=fr_BE.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_1.13.5
loaded via a namespace (and not attached):
[1] compiler_3.4.4 tools_3.4.4 withr_2.1.2 memoise_1.1.0 knitr_1.20
[6] digest_0.6.15
Hi,
The package fails to install with the following error message:
Here is the sessionInfo: