Closed carmensandoval closed 2 years ago
Hi! Thanks for reporting this -- technically, I made an error there because using non-C99 syntax for the loop iterators, it's an easy fix though. Will try to push the fixed version ASAP. Just for completeness -- what precise environment/C compiler produces this error for you?
ok that was quicker than I expected, can you try the fixed version from the master branch using this:
devtools::install_github('exaexa/scattermore')
?
I assume this is closed by 1dc0a0eee8b8346636a79ae11797dd047ffc66b3 , I will release this in version 0.8 on CRAN asap now. Please reopen if the problem doesn't get fixed.
When attempting to install scattermore (as a dependency of Seurat), I get the following error:
I suspect it is related to this: https://stackoverflow.com/questions/29338206/error-for-loop-initial-declarations-are-only-allowed-in-c99-mode
Any suggestions on how to overcome this error?
Thank you.