-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
  • 242,098
  • 41
  • 402
  • 602

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
  • 3,640
  • 1
  • 16
  • 14