Skip to content

Commit fb2b770

Browse files
committed
added tip about mirror sites
1 parent 954c643 commit fb2b770

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

docs/advanced-analytics/r/install-additional-r-packages-on-sql-server.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Install additional R packages on SQL Server | Microsoft Docs"
3-
ms.custom:
4-
- "SQL2016_New_Updated"
5-
ms.date: "10/02/2017"
6-
ms.prod: "sql-server-2016"
3+
ms.date: "11/15/2017"
4+
ms.prod:
5+
- "sql-server-2016"
6+
- "sql-server-2017"
77
ms.reviewer: ""
88
ms.suite: ""
99
ms.technology:
@@ -14,7 +14,7 @@ ms.assetid: 21456462-e58a-44c3-9d3a-68b4263575d7
1414
caps.latest.revision: 16
1515
author: "jeannt"
1616
ms.author: "jeannt"
17-
manager: "jhubbard"
17+
manager: "cgronlund"
1818
ms.workload: "On Demand"
1919
---
2020
# Install additional R packages on SQL Server
@@ -24,7 +24,8 @@ This article describes how to install new R packages to an instance of SQL Serve
2424
> [!IMPORTANT]
2525
> The process for adding new packages differs depending on the version of SQL Server you are running, and the tools you are using.
2626
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)]
28+
[!INCLUDE[rsql-productnamenew-md](../../includes/rsql-productnamenew-md.md)]
2829

2930
## Overview of package installation process
3031

@@ -34,7 +35,9 @@ This article describes how to install new R packages to an instance of SQL Serve
3435

3536
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).
3637

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:
3841

3942
**Package installation for SQL Server 2016**
4043

@@ -145,7 +148,7 @@ If you have already enabled package management on the instance, you can install
145148

146149
1. Before you start, ensure that these conditions are met:
147150

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.
149152
+ Package management has been enabled on the instance and on the database.
150153
+ You have permission to one of the database management roles.
151154

0 commit comments

Comments
 (0)