CrumpLab / psyc3400

Website for Psyc 3400 Statistics @ Brooklyn College (Taught by Matt Crump)
16 stars 15 forks source link

can't download R #9

Open shavone9292 opened 6 years ago

shavone9292 commented 6 years ago

does anyone know how to download R on a Mac. the links he provided has me confused. I downloaded R studio but it doesn't open without R

fahd09 commented 6 years ago

For this class, you will only need Rstudio Cloud account to complete all labs: http://rstudio.cloud/

On Fri, Sep 7, 2018 at 12:56 PM shavone9292 notifications@github.com wrote:

does anyone know how to download R on a Mac. the links he provided has me confused. I downloaded R studio but it doesn't open without R

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CrumpLab/psyc3400/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDBIBd9K43OiswgjvomM_vqtirv55mKks5uYqU6gaJpZM4WfKUu .

shavone9292 commented 6 years ago

got it thanks. one more thing how do you do that thing to paste the codes in on a Mac? its like something control I

fahd09 commented 6 years ago

I am not aware of what you are talking about! but the paste command is control + V -- if you already know that, can you be a bit more specific?

On Fri, Sep 7, 2018 at 1:16 PM shavone9292 notifications@github.com wrote:

got it thanks. one more thing how do you do that thing to paste the codes in on a Mac? its like something control I

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CrumpLab/psyc3400/issues/9#issuecomment-419507343, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDBIIY14E2Hyu4eTjLT-8coUWhxSM4Fks5uYqn6gaJpZM4WfKUu .

shavone9292 commented 6 years ago

this thing


```{r} how do you do it? whats the command?
fahd09 commented 6 years ago

Here is the place where you add blocks of R code:


# your R code should go in here

the ` symbol is to the left of the key number 1 (leftmost key in lab keyboards).

On Fri, Sep 7, 2018 at 1:27 PM shavone9292 notifications@github.com wrote:

this thing



—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/CrumpLab/psyc3400/issues/9#issuecomment-419510119>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHDBIEErSwzpm6JjHCfLDV-sAwKJk6wEks5uYqxpgaJpZM4WfKUu>
.
shavone9292 commented 6 years ago

thanks!!