Skip to content

Commit 5b8bdaa

Browse files
committed
SQLML: Removing links to binding article
1 parent b59e0a7 commit 5b8bdaa

7 files changed

Lines changed: 3 additions & 14 deletions

docs/machine-learning/package-management/install-r-packages-with-revoscaler.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ monikerRange: "=sql-server-2016||=sql-server-2017"
1818

1919
This article describes how to use [RevoScaleR](../r/ref-r-revoscaler.md) (version 9.0.1 and later) functions to install R packages on SQL Server with Machine Learning Services or R Services. The RevoScaleR functions can be used by remote, non-administrators to install packages on SQL Server without direct access to the server.
2020

21-
::: moniker range="=sql-server-2016"
22-
> [!NOTE]
23-
> SQL Server R Services customers must do a [component upgrade](../install/upgrade-r-and-python.md) to get RevoScaleR package management functions. For instructions on how to retrieve package version and contents, see [Get R package information](../package-management/r-package-information.md).
24-
::: moniker-end
25-
2621
## RevoScaleR functions for package management
2722

2823
The following table describes the functions used for R package installation and management.

docs/machine-learning/package-management/package-install-uninstall-and-sync.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ You must also enable the [package management feature](r-package-how-to-enable-or
4444

4545
This feature is available in SQL Server 2017 CTP 2 or later.
4646

47-
You can add this feature to an instance of SQL Server 2016 by upgrading the instance to use the latest version of Microsoft R. For more information, see [Use SqlBindR.exe to upgrade SQL Server R Services](../install/upgrade-r-and-python.md).
48-
4947
### Enable the package management feature
5048

5149
To use package synchronization requires that the new package management feature be enabled on the SQL Server instance, and on individual databases. For more information, see [Enable or disable package management for SQL Server](r-package-how-to-enable-or-disable.md).

docs/machine-learning/package-management/python-package-information.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ For information on which version of Python is included, see [Python and R versio
9292

9393
By default, Python packages are refreshed through service packs and cumulative updates. Additional packages and full version upgrades of core Python components are possible only through product upgrades.
9494

95-
For more information, see [Upgrade R and Python components in SQL Server](../install/upgrade-r-and-python.md).
96-
9795
## Default open-source Python packages
9896

9997
When you select the Python language option during setup, Anaconda 4.2 distribution (over Python 3.5) is installed. In addition to Python code libraries, the standard installation includes sample data, unit tests, and sample scripts.

docs/machine-learning/package-management/r-package-information.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ By default, R packages are refreshed through service packs and cumulative update
115115
In addition, you can add MicrosoftML and olapR packages to a SQL Server instance through a component upgrade.
116116
::: moniker-end
117117

118-
For more information, see [Upgrade R and Python components in SQL Server](../install/upgrade-r-and-python.md).
119-
120118
## Default open-source R packages
121119

122120
R support includes open-source R so that you can call base R functions and install additional open-source and third-party packages. R language support includes core functionality such as **base**, **stats**, **utils**, and others. A base installation of R also includes numerous sample datasets and standard R tools such as **RGui** (a lightweight interactive editor) and **RTerm** (an R command prompt).

docs/machine-learning/r/ref-r-microsoftml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This section lists the functions by category to give you an idea of how each one
131131

132132
Functions in **MicrosoftML** are callable in R code encapsulated in stored procedures. Most developers build **MicrosoftML** solutions locally, and then migrate finished R code to stored procedures as a deployment exercise.
133133

134-
The **MicrosoftML** package for R is installed "out-of-the-box" in SQL Server 2017. It is also available for use with SQL Server 2016 if you upgrade the R components for the instance: [Upgrade an instance of SQL Server using binding](../install/upgrade-r-and-python.md)
134+
The **MicrosoftML** package for R is installed "out-of-the-box" in SQL Server 2017.
135135

136136
The package is not loaded by default. As a first step, load the **MicrosoftML** package, and then load **RevoScaleR** if you need to use remote compute contexts or related connectivity or data source objects. Then, reference the individual functions you need.
137137

docs/machine-learning/r/set-up-a-data-science-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ When using [RStudio](https://www.rstudio.com/), you can configure the environmen
197197

198198
1. Check R package versions installed on SQL Server. For more information, see [Get R package information](../package-management/r-package-information.md).
199199

200-
1. Install Microsoft R Client or one of the standalone server options to add RevoScaleR and other R packages, including the base R distribution used by your SQL Server instance. Choose a version at the same level or lower (packages are backward compatible) that provides the same package versions as on the server. For version information, see the version map in this article: [Upgrade R and Python components](../install/upgrade-r-and-python.md).
200+
1. Install Microsoft R Client or one of the standalone server options to add RevoScaleR and other R packages, including the base R distribution used by your SQL Server instance. Choose a version at the same level or lower (packages are backward compatible) that provides the same package versions as on the server. To view the package versions installed on the server, see [List all installed R packages](../package-management/r-package-information.md#list-all-installed-r-packages).
201201

202202
1. In RStudio, [update your R path](https://support.rstudio.com/hc/articles/200486138-Using-Different-Versions-of-R) to point to the R environment providing RevoScaleR, Microsoft R Open, and other Microsoft packages.
203203

docs/machine-learning/troubleshooting/common-issues-external-script-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To resolve the issue, you must reinstall the package to the SQL Server instance
183183

184184
::: moniker range=">=sql-server-2016"
185185
>[!NOTE]
186-
>If you have upgraded an instance of SQL Server 2016 to use the latest version of Microsoft R, the default library location is different. For more information, see [Use SqlBindR to upgrade an instance of R Services](../install/upgrade-r-and-python.md).
186+
>If you have upgraded an instance of SQL Server 2016 to use the latest version of Microsoft R, the default library location is different. For more information, see [Default R library location](../package-management/r-package-information.md#default-r-library-location).
187187
::: moniker-end
188188

189189
::: moniker range=">=sql-server-2016"

0 commit comments

Comments
 (0)