Skip to content

Commit e353e2b

Browse files
Remind ctran
1 parent 789687a commit e353e2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/machine-learning/algorithm-module-reference/execute-r-script.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ azureml_main <- function(dataframe1, dataframe2){
4040
```
4141

4242
## Installing R packages
43-
To install additional R packages, use the `install.packages()` method. Be sure to specify the CRAN repository. Packages are installed for each **Execute R Script** module, and aren't shared across other **Execute R Script** modules.
43+
To install additional R packages, use the `install.packages()` method. Packages are installed for each **Execute R Script** module, and aren't shared across other **Execute R Script** modules.
44+
45+
> [!NOTE]
46+
> Please specify the CRAN repository when installing packages such as `install.packages("zoo",repos = "http://cran.us.r-project.org")`
4447
4548
This sample shows how to install Zoo:
4649
```R

0 commit comments

Comments
 (0)