-2

I'm a master student, and I've a little problem with a script written in R.

How can I produce an executable file from it?

Should I use Linux (e.g.Ubuntu) or windows? I wrote a code in Windows, but I can use Ubuntu.

Keith Thompson
  • 254,901
  • 44
  • 429
  • 631

1 Answers1

0

Using linux, you can run your Rscript from the command line (in the terminal like this)

 Rscript <name of your Rscript file> 
biobirdman
  • 4,060
  • 1
  • 17
  • 15