grunwaldlab / Reproducible-science-in-R

This site provides information on conducting reproducible science using the R language.
http://grunwaldlab.github.io/Reproducible-science-in-R/
13 stars 8 forks source link

On quitting R #31

Closed zachary-foster closed 8 years ago

zachary-foster commented 8 years ago

I am going through the website and making some "final" edits and I have a question.

On the setup chapter there is:

To quit R you can either use the RStudio > Quit pull-down menu command or execute ⌘ + Q (OS X) or ctrl + Q (PC).

yet, before that, there is:

To exit R, simply close the RStudio application.

Do you mind if I delete the "To quit R you can..." section? Or is there some subtle difference between the two points I am missing?

zkamvar commented 8 years ago

You can delete that. I believe it was copypasta

zachary-foster commented 8 years ago

Thanks for the speedy response. Will do.

knausb commented 8 years ago

What's wrong with:

q()

? I miss ESS.

zachary-foster commented 8 years ago

Where is q()? I cant find it on the dropdown menu...

zkamvar commented 8 years ago

👏

knausb commented 8 years ago

😰