This is an R version of Harun Reşit Zafer's resha-turkish-stemmer, which claims to stem Turkish faster and more gently than Snowball.
devtools::install_github("conjugateprior/Resha")
If this does not work you may need to
install.packages("devtools")
and try again.