Skip to content

Commit e78d585

Browse files
authored
Merge pull request rstudio-education#17 from psychometrician/patch-6
` to ++
2 parents f5c3d89 + 631a7c3 commit e78d585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

a1-starting.rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ As a rule of thumb, 32-bit builds of R are faster than 64-bit builds, though not
3939

4040
## Using R
4141

42-
R isn't a program that you can open and start using, like Microsoft Word or Internet Explorer. Instead, R is a computer language, like C, C`, or UNIX. You use R by writing commands in the R language and asking your computer to interpret them. In the old days, people ran R code in a UNIX terminal window—as if they were hackers in a movie from the 1980s. Now almost everyone uses R with an application called RStudio, and I recommend that you do, too.
42+
R isn't a program that you can open and start using, like Microsoft Word or Internet Explorer. Instead, R is a computer language, like C, C++, or UNIX. You use R by writing commands in the R language and asking your computer to interpret them. In the old days, people ran R code in a UNIX terminal window—as if they were hackers in a movie from the 1980s. Now almost everyone uses R with an application called RStudio, and I recommend that you do, too.
4343

4444
```{block2, type = "rmdtip"}
4545
**R and UNIX**

0 commit comments

Comments
 (0)