-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
59 lines (59 loc) · 1.56 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
Package: hetu
Type: Package
Title: Structural Handling of Finnish Personal Identity Codes
Version: 1.0.7
Date: 2022-05-20
Authors@R:
c(
person(given = "Pyry",
family = "Kantanen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2853-2765")),
person(given = "Mans",
family = "Magnusson",
role = "aut"),
person(given = "Jussi",
family = "Paananen",
role = "aut"),
person(given = "Juho",
family = "Kopra",
role = "ctb"),
person(given = "Oskari",
family = "Luomala",
role = "ctb"),
person(given = "Tuomo",
family = "Nieminen",
role = "ctb"),
person(given = "Leo",
family = "Lahti",
role = "aut",
comment = c(ORCID = "0000-0001-5537-637X"))
)
MailingList: rOpenGov <[email protected]>
Description: Structural handling of Finnish identity codes (natural persons and
organizations); extract information, check ID validity and diagnostics.
License: BSD_2_clause + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
BugReports: https://github.com/ropengov/hetu/issues
URL: https://ropengov.github.io/hetu/, https://github.com/ropengov/hetu
Depends:
R (>= 3.6.0)
Imports:
lubridate,
checkmate,
parallel
Suggests:
Cairo,
knitr,
testthat,
rmarkdown,
covr,
dplyr
RoxygenNote: 7.2.0
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov
Config/Needs/website:
magick,
ropengov/rogtemplate