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
@@ -24,7 +24,8 @@ This article describes how to install new R packages to an instance of SQL Serve
24
24
> [!IMPORTANT]
25
25
> The process for adding new packages differs depending on the version of SQL Server you are running, and the tools you are using.
26
26
27
-
**Applies to:** SQL Server 2016 R Services, SQL Server 2017 Machine Learning Services
27
+
**Applies to:**[!INCLUDE[sssql15-md](../../includes/sssql15-md.md)][!INCLUDE[rsql-productname-md](../../includes/rsql-productname-md.md)] and [!INCLUDE[sssql17-md](../../includes/sssql17-md.md)]
@@ -34,7 +35,9 @@ This article describes how to install new R packages to an instance of SQL Serve
34
35
35
36
Be sure to check for package dependencies and get any related packages that might be needed during installation. To prepare a collection of packages and their dependencies, we recommend the [miniCRAN package](#bkmk_packageDependencies).
36
37
37
-
3. Package installation methods differ depending on whether the server has internet access, and on your version of SQL Server. The recommended processes are as follows:
38
+
If you get download or installation errors, try a different mirror site.
39
+
40
+
3. How you install the package depends on whether the server has internet access, and on your version of SQL Server. The recommended processes are as follows:
38
41
39
42
**Package installation for SQL Server 2016**
40
43
@@ -145,7 +148,7 @@ If you have already enabled package management on the instance, you can install
145
148
146
149
1. Before you start, ensure that these conditions are met:
147
150
148
-
+The R client has the latest version of RevoScale. Pre-release versions did not include some package management functions.
151
+
+Use the latest version of Microsoft R Client, which includes updates to RevoScale.
149
152
+ Package management has been enabled on the instance andon the database.
150
153
+ You have permission to one of the database management roles.
0 commit comments