-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1014 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
Package: pivot
Title: 'SQL' PIVOT and UNPIVOT
Version: 19.4.24
Authors@R: person("Andrew", "Redd", role = c("aut", "cre")
, email = "[email protected]"
, comment = c(ORCID = "https://orcid.org/000-0002-6149-2438")
)
Maintainer: Andrew Redd <[email protected]>
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.
URL: https://github.com/halpo/pivot
BugReports: https://github.com/halpo/pivot/issues
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.1.1
Collate: 'pivot.R' 'unpivot.R' 'tidyr.R' 'utils.R' 'testing-utils.R'
NeedsCompilation: no
Language: en-US