-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.02 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
Package: sanityzeR
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jonah",
family = "Hamilton",
email = "jonah.hamilton@alumni.ubc.ca",
role = c("aut")),
person(given = "Caesar",
family = "Wong",
email = "caesar.wongw@gmail.com",
role = c("aut")),
person(given = "Tony",
family = "Zoght",
email = "tony@zoght.com",
role = c("cre"))
)
Description: Data scientists often need to remove or redact Personal Identifiable
Information (PII) from their data. This package provides utilities
to spot and redact PII from R data frames/ tibbles.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
openssl,
stringr
VignetteBuilder: knitr
URL: https://ubc-mds.github.io/sanityzeR/