Skip to content

Commit 251c745

Browse files
Add note to remind not install X11-dependant library
1 parent 25aa28e commit 251c745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ Datasets stored in the designer are automatically converted to an R data frame w
137137

138138
> [!NOTE]
139139
> Please be very careful when writing your script and makes sure there is no syntax error, such as using a un-declared variable or a un-imported module or function. Also pay extra attentions to the pre-installed package list in the end of this document. To use packages that are not listed, please install them in your script such as `install.packages("zoo",repos = "http://cran.us.r-project.org")`
140+
141+
> [!NOTE]
142+
> Functions dependant on X11 library such as "View" are not supported because X11 library is not pre-installed.
140143
141144
To help you get started, the **R Script** text box is pre-populated with sample code, which you can edit or replace.
142145

0 commit comments

Comments
 (0)