microsoft / sql-server-language-extensions

language-extensions-sqlserver
Other
106 stars 43 forks source link

Add v1.0.0 of the R Extension #8

Closed Aniruddh25 closed 4 years ago

Aniruddh25 commented 4 years ago

Adds the initial iteration of the R Extension, compatible starting with SQL Server 2019 CU3.

Adds a language-extension level README to explain how to build, install and test this extension if someone wants to make changes then rebuild their own version of the extension.

Adds GNU GPL license v3 in COPYING file in the R folder

Adds unit tests for the R Extension, with some test packages for package management install/uninstall. The tests use gtest.