Package: pivot
Title: 'SQL' PIVOT and UNPIVOT
Version: 18.4.17
Authors@R: person("Andrew", "Redd", role = c("aut", "cre")
                 , email = "Andrew.Redd@hsc.utah.edu"
                 , comment = c(ORCID = "https://orcid.org/000-0002-6149-2438")
                 )
Maintainer: Andrew Redd <Andrew.Redd@hsc.utah.edu>
Description: 
    Extends the 'tidyverse' packages 'dbplyr' and 'tidyr' functionality 
    with pivot(), i.e. spread(), and unpivot(), i.e. gather(), for 
    reshaping remote tables. 
    Currently only 'Microsoft SQL Server' is supported. 
Depends: R (>= 3.4.0)
Imports: assertthat, dplyr, dbplyr (>= 1.2.1), DBI, magrittr, purrr,
        rlang, tidyselect, tidyr, lubridate, colorspace
Enhances: odbc
Suggests: testthat, covr
License: Unlimited
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Collate: 'pivot.R' 'unpivot.R' 'tidyr.R' 'utils.R' 'testing-utils.R'
NeedsCompilation: no
Language: en-US
Packaged: 2018-04-30 20:59:38 UTC; aredd
Author: Andrew Redd [aut, cre] (<https://orcid.org/000-0002-6149-2438>)
Repository: CRAN
Date/Publication: 2018-05-01 09:49:18 UTC
