-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
45 lines (45 loc) · 1.21 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: srvyr
Type: Package
Title: 'dplyr'-Like Syntax for Summary Statistics of Survey Data
Description: Use piping, verbs like 'group_by' and 'summarize', and other
'dplyr' inspired syntactic style when calculating summary statistics on survey
data using functions from the 'survey' package.
Version: 1.3.0.9000
Date: 2024-08-19
Authors@R: c(person("Greg", "Freedman Ellis", email = "greg.freedman@gmail.com", role = c("aut", "cre")),
person("Thomas", "Lumley", role = "ctb"),
person("Tomasz", "\u017b\u00F3\u0142tak", role = "ctb"),
person("Ben", "Schneider", role = c("aut", "ctb")),
person("Pavel N.", "Krivitsky", email = "pavel@statnet.org", role = c("ctb")))
URL: http://gdfe.co/srvyr/, https://github.com/gergness/srvyr/
BugReports: https://github.com/gergness/srvyr/issues
Imports:
dplyr (>= 1.1.0),
magrittr,
methods,
rlang,
survey (>= 4.1),
tibble,
tidyr,
tidyselect,
vctrs (>= 0.3.0)
License: GPL-2 | GPL-3
Suggests:
spelling,
convey,
DBI,
dbplyr,
ggplot2,
knitr,
laeken,
Matrix,
rmarkdown (>= 2.2.2),
pander,
RSQLite,
survival,
testthat,
covr
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Language: en-US