Package: readwritesqlite
Title: Enhanced Reading and Writing for 'SQLite' Databases
Version: 0.1.1
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")),
    person("Sebastian", "Dalgarno", , "seb@poissonconsulting.ca", "ctb", comment = c(ORCID = "0000-0002-3658-4517")),
    person("Poisson Consulting", role = c("cph", "fnd"))
    )
Description: Reads and writes data frames to 'SQLite'
    databases while preserving time zones (for POSIXct columns),
    projections (for 'sfc' columns), units (for 'units' columns), levels
    (for factors and ordered factors) and classes for logical, Date and
    'hms' columns.  It also logs changes to tables and provides more
    informative error messages.
License: MIT + file LICENSE
Depends: R (>= 3.4)
Imports: chk, hms, DBI, RSQLite, lifecycle, tibble
Suggests: covr, testthat, knitr, rmarkdown, units, sf
URL: https://github.com/poissonconsulting/readwritesqlite
BugReports: https://github.com/poissonconsulting/readwritesqlite/issues
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-07 14:50:56 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Sebastian Dalgarno [ctb] (<https://orcid.org/0000-0002-3658-4517>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-04-07 15:40:07 UTC
