-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 902 Bytes
/
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
Package: simplanonym
Type: Package
Title: Consistent Anonymisation Across Datasets
Version: 0.1.0
Authors@R: person("Douglas", "Kiarelly Godoy de Araujo",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8070-6828"),
email = "[email protected]")
Description: A simple function that anonymises a list of variables
in a consistent way: anonymised factors are not recycled and
the same original levels receive the same anonymised factor
even if located in different datasets.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/dkgaraujo/simplanonym
BugReports: https://github.com/dkgaraujo/simplanonym/issues
Imports:
dplyr (>= 1.0.10),
forcats (>= 0.5.1),
tidyselect (>= 1.2.0)
Suggests:
testthat (>= 3.0.0),
vroom (>= 1.5.7)
Config/testthat/edition: 3