diff --git a/R/DESCRIPTION b/R/DESCRIPTION index 227207e..bd13976 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -1,7 +1,7 @@ Package: sqlmlutils Type: Package Title: Wraps R code into executable SQL Server stored procedures -Version: 0.5.1 +Version: 0.6.0 Author: Microsoft Corporation Maintainer: Microsoft Corporation Depends: diff --git a/R/README.md b/R/README.md index d2305d7..ba1c7d3 100644 --- a/R/README.md +++ b/R/README.md @@ -7,7 +7,7 @@ sqlmlutils is an R package to help execute R code on a SQL database (SQL Server From command prompt, run ``` R.exe -e "install.packages('RODBCext', repos='https://cran.microsoft.com')" -R.exe CMD INSTALL dist/sqlmlutils_0.5.0.zip +R.exe CMD INSTALL dist/sqlmlutils_0.6.0.zip ``` OR To build a new package file and install, run diff --git a/R/dist/sqlmlutils_0.5.1.zip b/R/dist/sqlmlutils_0.5.1.zip deleted file mode 100644 index cd10aaf..0000000 Binary files a/R/dist/sqlmlutils_0.5.1.zip and /dev/null differ diff --git a/R/dist/sqlmlutils_0.6.0.zip b/R/dist/sqlmlutils_0.6.0.zip new file mode 100644 index 0000000..eecc827 Binary files /dev/null and b/R/dist/sqlmlutils_0.6.0.zip differ