0% found this document useful (0 votes)
102 views2 pages

01 - Installing Software Comprehension Check: Rstudio

R is a programming language for statistical analysis and graphics, while RStudio is a desktop environment for working with R. When installing RStudio, it does not automatically download and install R; R must be installed separately. The term "pull" in Git and GitHub refers to downloading changes from a remote repository to the local repository, while "push" means uploading local changes to the remote repository, and "commit" means saving changes to the local repository.

Uploaded by

ashishamitav123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views2 pages

01 - Installing Software Comprehension Check: Rstudio

R is a programming language for statistical analysis and graphics, while RStudio is a desktop environment for working with R. When installing RStudio, it does not automatically download and install R; R must be installed separately. The term "pull" in Git and GitHub refers to downloading changes from a remote repository to the local repository, while "push" means uploading local changes to the remote repository, and "commit" means saving changes to the local repository.

Uploaded by

ashishamitav123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

01 - Installing Software Comprehension Check

Gabriele Mineo - Harvard Data Science Professional

RStudio

Installing R and RStudio

Which of the following statements about R and RStudio is true?


• R is a programming language, whereas RStudio is a desktop environment. [X]
• You can use RStudio without using R, but we recommend using R in this course.
• When you download RStudio, it automatically downloads and installs R too.
• You can only use R on Mac OS X and Linux. Windows users must use RStudio.

Introduction to RStudio

Select the code that will NOT install the popular graphing and data manipulation packages ggplot2 and
dplyr in R.
• install.packages(c("ggplot2","dplyr"))
• install.packages("tidyverse")
• install.packages(c("dplyr","ggplot2”) [X]
• install.packages("ggplot2") install.packages("dplyr")

Introduction to Git and GitHub

Pull

What does the term “pull” mean in the context of using Git in RStudio?
• Add local files to a remote GitHub repo.
• Download changes from the remote repo to your local repository. [X]
• Configure the RStudio environment to automatically connect to GitHub.
• Save changes made in RStudio to the local repository on your computer.

Push

What does the term “push” mean in the context of using Git in RStudio?
• Upload changes made in your local repository to a remote repository. [X]
• Download changes from the remote repo to the RStudio environment.
• Configure the RStudio environment to automatically connect to GitHub.
• Save changes made in RStudio to the local repository on your computer.

Commit

What does the term “commit” mean in the context of using Git in RStudio?
• Add local files to a remote GitHub repo. incorrect
• Download changes from the remote repo to the RStudio environment.
• Configure the RStudio environment to automatically connect to GitHub.

1
• Save changes made in RStudio to the local repository on your computer. [X]

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy