Hopefully an easy fix ;) 'score' should be 'Score' on GetGSASeqData() Otherwise this error results: Error in read.delim(score, stringsAsFactors = FALSE) : object 'score' not found https://github.com/unistbig/GScluster/blob/7e4146fe064b1bdbe669c1a06d8eb0fafe6839e7/R/GetGSASeqData.R#L31
Hopefully an easy fix ;)
'score' should be 'Score' on GetGSASeqData()
Otherwise this error results:
Error in read.delim(score, stringsAsFactors = FALSE) :
object 'score' not found
GScluster/R/GetGSASeqData.R
Line 31 in 7e4146f