Hello World from OSS Silicon Valley


HowToUse/RStudio/0.99

_ Prerequisite

  • Windows 10 installation
  • R installation (You can refer HowToUse/R/3.3)
  • Git installation if you want to work on GitHub (You can refer HowToUse/Git/2.10)
  • GitHub account setting if you want to work on GitHub (You can refer HowToUse/Git/1.7)

_ Install&Setup

Step.1
Download RStudio from official site
Step.2
Double click the download file, and proceed installation.
Step.3
Launch RStudio, and choose the version of R to use.
Install_fig1.png

_ HowToUse

_ Run R script

Step.1
Copy the following script to the script window.
height<-c(58,59,60,61,62,63,64,65,66,67,68,69,70,71,72)
weight<-c(115,117,120,123,126,129,132,135,139,142,146,150,154,159,164)
mean(height)
sd(weight)
cor(weight,height)
plot(weight,height)
Step.2
Select all source and click "Run" button. Then you will see the following output.
RunR_fig1.png

_ Work on GitHub repository

Step.1
Prepare a project on GitHub.
Step.2
Launch RStudio.
UseGitHub_fig1.png
Step.3
Click "new project" (File -> New Project)
Step.4
Choose "Version Control->Git"
UseGitHub_fig2.png
UseGitHub_fig3.png
Step.5
Enter GitHub repository information and click "Create project" button.
UseGitHub_fig4.png

_ Author

S.Yatsuzuka

 
Attach file: fileUseGitHub_fig3.png 160 download [Information] fileUseGitHub_fig4.png 157 download [Information] fileUseGitHub_fig2.png 171 download [Information] fileUseGitHub_fig1.png 182 download [Information] fileRunR_fig1.png 156 download [Information] fileInstall_fig1.png 145 download [Information]
Last-modified: 2016-11-06 (Sun) 07:51:25 (2721d)