-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.31 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
Package: SSBtools
Type: Package
Title: Statistics Norway's Miscellaneous Tools
Version: 1.7.1
Date: 2025-02-10
Authors@R: c(person("Øyvind", "Langsrud", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1380-4396")),
person("Daniel", "Lupp", role = c("aut"),
comment = c(ORCID = "0000-0003-3575-1691")),
person("Bjørn-Helge", "Mevik", role = c("ctb")),
person("Vidar Norstein", "Klungre", role = "rev",
comment = c(ORCID = "0000-0003-1925-5911")),
person("Statistics Norway", role = "cph"))
Imports: stringr, methods, MASS, Matrix
Description: Functions used by other packages from Statistics Norway are gathered. General data manipulation functions, algorithms for statistical disclosure control (Langsrud, 2024) <doi:10.1007/978-3-031-69651-0_6> and functions for hierarchical computations by sparse model matrices are included (Langsrud, 2023) <doi:10.32614/RJ-2023-088>.
License: MIT + file LICENSE
URL: https://github.com/statisticsnorway/ssb-ssbtools, https://statisticsnorway.github.io/ssb-ssbtools/
BugReports: https://github.com/statisticsnorway/ssb-ssbtools/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
testthat,
data.table