-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
28 lines (28 loc) · 848 Bytes
/
DESCRIPTION
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
Package: RODBCext
Version: 0.3.1
Authors@R: c(
person("Mateusz", "Zoltak", role = c("aut", "cre"), email = "[email protected]"),
person("Brian", "Ripley", role = "aut"),
person("Michael", "Lapsley", role = "aut"),
person("Will", "Beasley", role = "ctb", email = "[email protected]"),
person("Juergen", "Altfeld", role = "ctb")
)
Title: Parameterized Queries Extension for RODBC
Description: An extension for RODBC package adding support for parameterized
queries.
URL: https://github.com/zozlak/RODBCext
SystemRequirements: An ODBC3 driver manager and drivers.
Depends:
R (>= 3.0.0),
RODBC (>= 1.3.0)
Suggests:
knitr,
rmarkdown,
testthat
LazyLoad: yes
Biarch: yes
License: GPL-2 | GPL-3
Maintainer: Mateusz Zoltak <[email protected]>
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 6.0.1