Hi all,
I'm trying to install the xps in R via biocLite('xps') but I'm getting a configuration error:
* installing *source* package ‘xps’ ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc -std=gnu99 accepts -g... yes checking for gcc -std=gnu99 option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -std=gnu99 -E checking for gcc... (cached) gcc -std=gnu99 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -std=gnu99 accepts -g... (cached) yes checking for gcc -std=gnu99 option to accept ANSI C... (cached) none needed checking for root-config... yes found ROOT version 5.34/30 in directory /usr
...
g++ -I/usr/include -O2 -Wall -fPIC -pthread -m64 -I/usr/include/root -c XPSUtils.cxx
XPSUtils.cxx:76:28: fatal error: TParallelCoord.h: No such file or directory
#include "TParallelCoord.h"
Root is installed and working, I have tried all the suggestions in this post: [package xps](package xps) but the installation process still can't find the header files (they are located in root/include)
I'm trying to install it on a Ubuntu 16.04 system
Does anyone have a suggestion what else I could try?
Cheers,
Anja
That INSTALL file has this statement in it regarding ROOT 6:
IMPORTANT: Please note the following:
1, ROOT: ROOT version 5 is necessary for xps, since ROOT 6 has so many changes that it does not work with xps.