-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.11 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
Package: metodebiblioteket
Type: Package
Title: SSBs library for method functions
Version: 0.1.1
Author: Authors@R:
c(person(given = "Susie",
family = "Jentoft",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Øyvind",
family = "Langsrud",
role = "ctb"),
person(given = "SSB",
role = "chp"))
Maintainer: Susie Jentoft <[email protected]>
Description: This is a package for presenting and testing R and python functions useful for official statistics.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports:
CalibrateSSB,
dcmodify,
easySdcTable,
GaussSuppression,
GISSB,
Kostra,
SdcForetakPerson,
simputation,
SmallCountRounding,
SSBtools,
SSBpris,
stats,
struktuR,
validate
Remotes:
statisticsnorway/SdcForetakPerson,
statisticsnorway/Kostra,
statisticsnorway/struktuR,
statisticsnorway/SSBpris
Suggests:
testthat (>= 3.0.0),
base64enc,
devtools,
httr,
stringr,
stringi,
tools,
rmarkdown,
knitr
Config/testthat/edition: 3