model <- auto.arima(log(tsdata),approximation = F, stepwise = F, seasonal = T, D=1)
This code is not working in Renjin, whereas this code works i