This is a series of posts about how to install R packages in SQL Server Machine Learning Services.
Table of Content
- Installing R Packages in SQL Server Machine Learning Services - I - Background about package installation,
Rtools.exe
and R packet managers (Rterm.exe
andRgui.exe
) - Installing R Packages in SQL Server Machine Learning Services - II - We look at using RevoScaleR to install R packages in SQL Server Machine Learning Services.
- Installing R Packages in SQL Server Machine Learning Services - III - How we can install R packages in SQL Server Machine Learning Services using T-SQL DDL: CREATE EXTERNAL LIBRARY.
- Installing R Packages in SQL Server Machine Learning Services - IV: Permissions - We look at permissions required when using CREATE EXTERNAL LIBRARY as well as ownership.
- More To Come