20 строки
755 B
Plaintext
20 строки
755 B
Plaintext
Package: sqlmlutils
|
|
Type: Package
|
|
Title: Wraps R code into executable SQL Server stored procedures
|
|
Version: 1.0.0
|
|
Author: Microsoft Corporation
|
|
Maintainer: Microsoft Corporation <msrpack@microsoft.com>
|
|
Depends:
|
|
R (>= 3.2.2)
|
|
Imports:
|
|
odbc, tools, methods, utils
|
|
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.
|
|
License: MIT + file LICENSE
|
|
Copyright: Copyright 2016 Microsoft Corporation
|
|
RoxygenNote: 7.1.0
|
|
Encoding: UTF-8
|
|
Suggests: testthat (>= 2.0.0),
|
|
roxygen2
|