This repository was archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.34 KB
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
46
47
48
49
50
Package: statbot
Title: Package for statbot.swiss project
Version: 3.2.0.1
Authors@R: c(
person(given = "Thomas",
family = "Knecht",
role = c("aut", "cre"),
comment="Statistisches Amt Kanton Zürich"),
person(given = "Thomas",
family = "Lo Russo",
role = c("aut", "cre"),
comment="Statistisches Amt Kanton Zürich"),
person(given = "Pauline",
family = "Maury Laribière",
role = c("aut", "cre"),
comment="Federal Statistical Office"),
person(given = "Hester",
family = "Pieters",
role = c("aut"),
comment="Statistisches Amt Kanton Basel-Stadt"),
person(given = "Christian",
family = "Ruiz",
role = c("aut", "cre"),
comment="Statistisches Amt Kanton Zürich"),
person(given = "Jorin",
family = "Steiger",
role = c("aut"),
comment="Statistisches Amt Kanton Zürich")
)
Description: Package for the statbot.swiss project
License: MIT
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
xlsx,
janitor,
dplyr,
tidyr,
stringr,
lubridate,
pxR,
purrr,
whisker,
devtools,
glue
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3