-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 997 Bytes
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 997 Bytes
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
Package: mzR
Version: 1.1.5.1
Date: 2026-03-09
Title: mzR - Tools to Compute Estimates and Errors for Austrian Microcensus Data
Authors@R:
c(
person("Gregor", "de Cillia", role = "aut"),
person("Alexander", "Kowarik", role = "aut"),
person("Angelika", "Meraner", role = c("aut", "cre"),
email = "angelika.meraner@statistik.gv.at")
)
Depends:
R (>= 4.4.0)
Imports:
methods,
survey,
plyr,
Hmisc,
readr,
XLConnect,
openxlsx,
lubridate,
tidyr,
data.table,
ggplot2,
dplyr
Suggests:
knitr,
mountSTAT,
laeken,
rmarkdown
Description: Provides tools to import and process Austrian Microcensus datasets,
compute estimates and associated standard errors, and create formatted
output tables including Excel exports.
URL: https://github.com/statistikat/mzR
License: GPL-3
LazyData: TRUE
ByteCompile: yes
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)