You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/machine-learning/package-management/install-additional-r-packages-on-sql-server.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@ The **sqlmlutils** package depends on the **odbc** package, and **odbc** depends
64
64
65
65
If the client computer has Internet access, you can download and install **sqlmlutils** and its dependent packages online.
66
66
67
-
1. Download the latest **sqlmlutils** file (`.zip` for Windows, `.tar.gz` for Linux) from https://github.com/Microsoft/sqlmlutils/tree/master/R/dist to the client computer. Don't expand the file.
67
+
1. Download the latest **sqlmlutils** file (`.zip` for Windows, `.tar.gz` for Linux) from https://github.com/microsoft/sqlmlutils/releases to the client computer. Don't expand the file.
68
68
69
69
1. Open a **Command Prompt** and run the following commands to install the packages **odbc** and **sqlmlutils**. Substitute the path to the **sqlmlutils** file you downloaded. The **odbc** package is found online and installed.
@@ -128,7 +128,7 @@ On a computer with Internet access:
128
128
, @script = N'print(R.version)'
129
129
```
130
130
131
-
1. Download the latest **sqlmlutils** file (`.zip` for Windows, `.tar.gz` for Linux) from [https://github.com/Microsoft/sqlmlutils/tree/master/R/dist](https://github.com/Microsoft/sqlmlutils/tree/master/R/dist). Don't expand the file.
131
+
1. Download the latest **sqlmlutils** file (`.zip` for Windows, `.tar.gz` for Linux) from [https://github.com/microsoft/sqlmlutils/releases](https://github.com/microsoft/sqlmlutils/releases). Don't expand the file.
132
132
133
133
1. Copy the entire **odbc** repository folder and the **sqlmlutils** file to the client computer.
134
134
@@ -291,4 +291,4 @@ help("sql_install.packages")
291
291
- For information about installed R packages, see [Get R package information](r-package-information.md)
292
292
- For help in working with R packages, see [Tips for using R packages](tips-for-using-r-packages.md)
293
293
- For information about installing Python packages, see [Install Python packages with pip](install-additional-python-packages-on-sql-server.md)
294
-
- For more information about SQL Server Machine Learning Services, see [What is SQL Server Machine Learning Services (Python and R)?](../sql-server-machine-learning-services.md)
294
+
- For more information about SQL Server Machine Learning Services, see [What is SQL Server Machine Learning Services (Python and R)?](../sql-server-machine-learning-services.md)
0 commit comments