-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 756 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: rsqlserver
Type: Package
Title: SQL Server interface for R
Version: 1.0
Description: SQL Server database interface (DBI) driver for R.
This is a DBI-compliant SQL Server driver based on the
.NET Framework Data Provider for SQL Server; `System.Data.SqlClient`.
Authors@R: c(
person("Amine", "Gassem", , "contact@ag-study.com", c("cre", "aut")),
person("Ruaridh", "Williamson", , "ruaridh.williamson@gmail.com", role = "aut")
)
Depends:
rClr,
methods
Imports: DBI
Suggests:
testthat,
knitr,
xtable
License: GPL-2
Collate:
"zzz.R"
"dbObjectId.R"
"DBIDriver.R"
"DBIConnection.R"
"DBIResult.R"
"DBIConvenience.R"
"DBITransaction.R"
"DBIMetaInfo.R"
"rsqlImpl.R"
LazyLoad: true