Skip to content

Commit e65fb04

Browse files
committed
Addressed blocking and non-blocking issues includng includes, addition of titleSuffix, and H2 length
1 parent d6a37e1 commit e65fb04

6 files changed

Lines changed: 16 additions & 14 deletions

docs/advanced-analytics/r/create-a-local-package-repository-using-minicran.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Create a local package repository using miniCRAN | Microsoft Docs"
3+
titleSuffix: "SQL Server"
34
ms.custom: ""
45
ms.date: "02/20/2018"
56
ms.reviewer:

docs/advanced-analytics/r/determine-which-packages-are-installed-on-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Viewing installed R or Python packages | Microsoft Docs"
2+
title: "Viewing R or Python packages installed on SQL Server| Microsoft Docs"
33
ms.custom: ""
44
ms.date: "02/19/2018"
55
ms.reviewer:
@@ -18,7 +18,7 @@ ms.author: "jeannt"
1818
manager: "cgronlund"
1919
ms.workload: "Inactive"
2020
---
21-
# Viewing installed R or Python packages
21+
# Viewing R or Python packages installed on SQL Server
2222
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)]
2323

2424
If you have installed multiple Python environments, or use multiple R tools, it is easy to install a package to the wrong library or environment and then not be able to find it later.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are multiple methods for installing new R packages, depending on which ver
4040

4141
**Applies to:** [!INCLUDE[sssql17-md](../../includes/sssql17-md.md)] [!INCLUDE[rsql-productnamenew-md](../../includes/rsql-productnamenew-md.md)]; other restrictions apply
4242

43-
## <a name="bkmk_rInstall"></a> Install new R packages on a computer with Internet access, using R tools
43+
## <a name="bkmk_rInstall"></a> Install new R packages using the Internet
4444

4545
You can use standard R tools to install new packages on an instance of SQL Server 2016 or SQL Server 2017. This process requires that you are an administrator on the computer.
4646

docs/advanced-analytics/r/installing-and-managing-r-packages.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ ms.workload: "On Demand"
2222
# Default package libraries for machine learning on SQL Server
2323
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)]
2424

25-
This article describes the default libraries for R and Python that are installed with SQL Server.
25+
This article describes the default libraries for R and Python that are installed with SQL Server. This article provides the default locations for these libraries, and explains how you can determine which packages and which version of R or Python are installed in each instance library.
2626

27-
## What is the default instance library
27+
## Using the default instance library
2828

29-
When you install machine learning with SQL Server, a package library is created at the instance level for each language that you install. This article describes these instance libraries, provides their locations, and explains how you can determine which packages and which version of R or Python are installed in each instance library.
29+
When you install machine learning with SQL Server, a single package library is created at the instance level for each language that you install. SQL Server cannot access packages installed to other libraries.
3030

31-
## Where is the default instance library
31+
If you connect to the server from a remote client, any R or Python code that you want to run in the server compute context can use only packages installed in the instance library.
3232

33-
The default instance library is installed to a secured folder that is registered with SQL Server and can be modified only by a computer administrator. The security on this library means that only approved packages can be installed and run on the server.
33+
To protect server assets, the default instance library is installed to a secured folder that is registered with SQL Server and can be modified only by a computer administrator. If you are not the owner of the computer, you might need to get permission from an administrator to install packages to this library.
3434

35-
Even when you connect to the server from a remote client, R or Python code that you want to run in the server compute context must use packages installed in the instance library.
35+
Even if you own the computer, you should consider the usefulness of any particular R or Python package in a server environment before adding the package to the instance library. Consider factors such as the size of package files and the need for multiple versions, as well as whether the package requires network or internet access.
3636

3737
### SQL Server
3838

@@ -80,14 +80,12 @@ To upgrade the RevoScaleR package, either use binding to upgrade just the machin
8080

8181
### Default Python installation for SQL Server
8282

83-
[!INCLUDE[tsql-appliesto-ss2017-xxxx-xxxx-xxx-md(../../includes/tsql-appliesto-ss2017-xxxx-xxxx-xxx-md.md)]
84-
8583
If you select the machine learning features and the Python language option, an Anaconda distribution is installed. The exact version depends on the version of SQL Server you have installed and whether you have upgraded the instance using Machine Learning Server installer.
8684

8785
|Release| Anaconda version| Other changes|
8886
|------|------|------|
8987
| SQL Server 2017 RTM| 3.5.2| New: revoscalepy|
90-
| update via Machine Learning Server 9.2.1 Sept 2017| Anaconda 4.2| updates to revoscalepy
88+
| update via Machine Learning Server 9.2.1 Sept 2017| Anaconda 4.2| updates to revoscalepy |
9189
| SQL Server 2017 CU3| Anaconda 4.2| updates to revoscalepy |
9290

9391
In addition to Python code libraries, the standard installation includes sample data, unit tests, and sample scripts.

docs/advanced-analytics/r/packages-installed-in-user-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Avoiding errors on R packages installed in user libraries | Microsoft Docs"
3+
titleSuffix: "SQL Server"
34
ms.custom: ""
45
ms.date: "02/20/2018"
56
ms.reviewer:
@@ -8,7 +9,6 @@ ms.prod: machine-learning-services
89
ms.prod_service: machine-learning-services
910
ms.component: r
1011
ms.technology:
11-
1212
ms.tgt_pltfrm: ""
1313
ms.topic: "article"
1414
ms.assetid: 99ffd9b8-aa6d-4ac2-9840-4e66d0463978

docs/advanced-analytics/r/use-revoscaler-to-manage-r-packages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,12 @@ sqlPackages <- rxInstalledPackages(fields = c("Package", "Version", "Built"), co
151151
```
152152

153153
**Results**
154+
155+
```text
154156
[1] "C:/Program Files/Microsoft SQL Server/MSSQL14.MSSQLSERVER/R_SERVICES/library/RevoScaleR"
155-
[2] "C:/Program Files/Microsoft SQL Server/MSSQL14.MSSQLSERVER/R_SERVICES/library/lattice"
156157
158+
[2] "C:/Program Files/Microsoft SQL Server/MSSQL14.MSSQLSERVER/R_SERVICES/library/lattice"
159+
```
157160

158161
### Install a package on SQL Server
159162

0 commit comments

Comments
 (0)