2018-09-24 21:59:34 +03:00
|
|
|
Package: sqlmlutils
|
|
|
|
Type: Package
|
|
|
|
Title: Wraps R code into executable SQL Server stored procedures
|
2022-07-11 19:24:18 +03:00
|
|
|
Version: 1.2.1
|
2018-09-24 21:59:34 +03:00
|
|
|
Author: Microsoft Corporation
|
|
|
|
Maintainer: Microsoft Corporation <msrpack@microsoft.com>
|
|
|
|
Depends:
|
|
|
|
R (>= 3.2.2)
|
|
|
|
Imports:
|
2020-07-09 20:08:43 +03:00
|
|
|
odbc, tools, methods, utils
|
2018-11-06 23:36:55 +03:00
|
|
|
Description: sqlmlutils is a package designed to help users interact with SQL Server and execute R or Python code
|
|
|
|
from an R/Python client. It provides a series of functions for executing functions in SQL,
|
|
|
|
creating and running stored procedures, and managing packages on the database.
|
2018-09-24 21:59:34 +03:00
|
|
|
License: MIT + file LICENSE
|
|
|
|
Copyright: Copyright 2016 Microsoft Corporation
|
2022-07-11 19:24:18 +03:00
|
|
|
RoxygenNote: 7.1.2
|
2018-11-06 23:36:55 +03:00
|
|
|
Encoding: UTF-8
|
2019-01-31 22:52:19 +03:00
|
|
|
Suggests: testthat (>= 2.0.0),
|
2018-09-24 21:59:34 +03:00
|
|
|
roxygen2
|