I have been running R scripts from the cywing terminal (i'm on my local windows, no remote sessions), it had worked normaly, until now, out of the blue, I get:
stdin is not a tty
whenever I try running R scrips as 'Rscript script_name.r'.
I even tried something simple: an R hello world. I can run it OK in the RStudio ide, either using the run button or using the Rscript command in the terminal tab. Just not in the cygwin terminal.
However, in the cygwin terminal I can still run my other C and python scripts without any issues. So, the issue may be R related, somehow? It had been working normaly until this started happening out of the blue. I really have no clue...