Hello,
I made the changes to overcome the S.h related error during the compilation of groHMM on R 4.2.0 and pushed the changes to git repo (without any errors). I even cloned the repo to confirm that the changes were pushed.
However, it still shows the same error: https://master.bioconductor.org/checkResults/3.15/bioc-LATEST/groHMM/nebbiolo1-buildsrc.html
DecayAlgorithm.c:33:10: fatal error: S.h: No such file or directory
33 | #include <S.h>
The package still has compilation issues even though #include <S.h>
is removed. Could you please help in addressing this issue.