Skip to content

Commit 88880a3

Browse files
committed
Add details about CRAN packages
1 parent 6b92819 commit 88880a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/lab-services/class-type-rstudio-windows.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ $installPath = Get-Item -Path $outputfile
137137
Start-Process -FilePath $installPath.FullName -ArgumentList "/S" -NoNewWindow -Wait
138138
```
139139

140-
### CRAN packages
140+
### Install CRAN packages
141141

142-
To install CRAN packages:
142+
Comprehensive R Archive Network (CRAN) is R's central software repository. Among others, the repository contains R packages, which you can use to extend your R programs.
143+
144+
To install CRAN packages on the template virtual machine:
143145

144146
- Use the `install.packages(“package name”)` command in an R interactive session as shown in [quick list of useful R packages](https://support.rstudio.com/hc/articles/201057987-Quick-list-of-useful-R-packages) article.
145147

0 commit comments

Comments
 (0)