-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
77 lines (77 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: rtauargus
Type: Package
Title: Using Tau-Argus from R
Language: fr
Version: 1.2.999
Depends: R (>= 3.5.0)
Imports:
purrr (>= 0.2),
dplyr (>= 0.7),
tidyr,
data.table,
gdata,
stringr,
rlang,
zoo,
sdcHierarchies,
igraph,
lifecycle
Suggests:
testthat,
knitr,
rmarkdown,
visNetwork
Authors@R: c(
person(
"Pierre-Yves", "Berrard",
email = "pierre-yves.berrard@insee.fr",
role = c("aut")
),
person(
"Julien", "Jamme",
email = "julien.jamme@insee.fr",
role = c("aut","cre")
),
person(
"Nathanaël", "Rastout",
email = "nathanael.rastout@insee.fr",
role = c("aut")
),
person(
"Jeanne", "Pointet",
role = c("aut")
),
person(
"Félix", "Beroud",
role = c("aut")
),
person(
"André-Raymond", "Socard",
role = c("aut")
),
person(
"Wistan", "Pomel",
role = c("aut")
),
person(
"Clara", "Baudry",
email = "clara.baudry@insee.fr",
role = c("aut")
),
person(
family = "Institut National de la Statistique et des Études Économiques",
role = "cph"
)
)
Description: Protects tables by calling the Tau-Argus software from R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://inseefrlab.github.io/rtauargus,
https://github.com/inseefrlab/rtauargus,
https://inseefrlab.github.io/rtauargus/
BugReports: https://github.com/inseefrlab/rtauargus/issues
Roxygen: list(markdown = TRUE)
StagedInstall: no