Package: RSQLServer
Type: Package
Title: SQL Server R Database Interface (DBI) and 'dplyr' SQL Backend
Version: 0.3.0
Authors@R: c(person("Imanuel", "Costigan", role = c("aut", "cre"),
                    email = "i.costigan@me.com"),
             person("The jTDS Project (for MSSQL Server driver)",
                    role = "aut"),
             person("Simon", "Urbanek", role = "ctb",
                    email = "Simon.Urbanek@r-project.org"),
             person("Hadley", "Wickham", email = "hadley@rstudio.com",
                    role = "ctb"),
             person("Hong", "Ooi", email = "hongooi@microsoft.com", 
                    role = "ctb"),
             person("Romain", "Francois", email = "romain@r-enthusiasts.com",
                    role = "ctb"),
             person("Bill", "Evans", email = "bill@8pawsexpress.com",
                    role = "ctb"),
             person("RStudio", role = "cph"),
             person("The Legion Of The Bouncy Castle", role = c("cph", "ctb")))
Description: Utilises The 'jTDS' project's 'JDBC' 3.0 'SQL Server'
  driver to extend 'DBI' classes and methods. The package also
  implements a 'SQL' backend to the 'dplyr' package.
License: GPL-2
Depends: R (>= 3.2.0)
Imports: methods (>= 3.2.0), DBI (>= 0.5.0), rJava (>= 0.9.6), dplyr
        (>= 0.7.0), dbplyr (>= 1.0.0), assertthat (>= 0.1), yaml (>=
        2.1.13), purrr (>= 0.2.1)
Suggests: testthat, DBItest (>= 1.4), covr
SystemRequirements: Java (>= 1.3)
URL: https://github.com/imanuelcostigan/RSQLServer
BugReports: https://github.com/imanuelcostigan/RSQLServer/issues
Collate: 'RSQLServer.R' 'Utils.R' 'dbi-classes.R' 'dbi-methods.R'
        'dbi-shims.R' 'dbi-tables.R' 'dplyr-imports.R' 'java-shims.R'
        'jdbc-methods.R' 'onLoad.R' 'sql-backends.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-16 21:47:46 UTC; imanuel
Author: Imanuel Costigan [aut, cre],
  The jTDS Project (for MSSQL Server driver) [aut],
  Simon Urbanek [ctb],
  Hadley Wickham [ctb],
  Hong Ooi [ctb],
  Romain Francois [ctb],
  Bill Evans [ctb],
  RStudio [cph],
  The Legion Of The Bouncy Castle [cph, ctb]
Maintainer: Imanuel Costigan <i.costigan@me.com>
Repository: CRAN
Date/Publication: 2017-06-17 14:33:29 UTC
