Skip to content

Commit efb5358

Browse files
committed
Fixed moniker problem
1 parent 1c70d88 commit efb5358

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ Package repositories are useful in these scenarios:
3131

3232
- **Security**: Many R users are accustomed to downloading and installing new R packages at will, from CRAN or one of its mirror sites. However, for security reasons, production servers running [!INCLUDE[ssNoVersion_md](../../includes/ssnoversion-md.md)] typically do not have internet connectivity.
3333

34-
- **Easier offline installation**: To install a package to an offline server requires that you also download all package dependencies. Using miniCRAN makes it easier to get all dependencies in the correct format.
35-
::: moniker range"=sql-server-2017||=sqlallproducts-allversions"
36-
By using miniCRAN, you can avoid package dependency errors when preparing packages to install with the [CREATE EXTERNAL LIBRARY](https://docs.microsoft.com/sql/t-sql/statements/create-external-library-transact-sql) statement.
37-
::: moniker-end
34+
- **Easier offline installation**: To install a package to an offline server requires that you also download all package dependencies. Using miniCRAN makes it easier to get all dependencies in the correct format and avoid dependency errors.
3835

3936
- **Improved version management**: In a multi-user environment, there are good reasons to avoid unrestricted installation of multiple package versions on the server. Use a local repository to provide a consistent set of packages for your users.
4037

0 commit comments

Comments
 (0)