PennLINC / xcpEngine

Official public repository for the XCP Engine. This tool is deprecated in favor of XCP-D and ASLPrep.
MIT License
66 stars 42 forks source link

Error in library(svglite): there is no package called 'svglite' #460

Open danella opened 3 years ago

danella commented 3 years ago

I am running xcpengine on singularity. I just downloaded the most recent version (1.2.4) yesterday. Everything is running fine. However, the .svg QC plots are not being created at the end in the /qcfc directory. I am getting the following error:

${XCPEDIR}/utils/featureCorrelation.R -i /home/danella/data/xcp_output_210802/group/qcfc/anatomical_node_distance_power264.txt,/home/danella/data/xcp_output_210802/group/qcfc/anatomical_QC-FC_correlation_power264.txt -f /home/danella/data/xcp_output_210802/group/qcfc/anatomical_QC-FC_distanceDependence_power264.svg Error in library(svglite) : there is no package called ‘svglite’

${XCPEDIR}/utils/qcfc.R -c /home/danella/data/xcp_output_210802/group/qcfc/~TEMP~-power264-subjects.csv -s fdr -o /home/danella/data/xcp_output_210802/group/qcfc/anatomical_QC-FC_correlation_power264 Error in library(svglite) : there is no package called ‘svglite’

Any suggestions would be much appreciated - thanks!