-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 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
35
36
37
Package: noah
Title: Create Unique Pseudonymous Animal Names
Version: 0.1.0
Authors@R:
person(given = "Tobias",
family = "Busch",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-8390-7892"))
Description: Generate pseudonymous animal names that are delightful and easy to
remember like the Likable Leech and the Proud Chickadee. A unique pseudonym
can be created for every unique element in a vector or row in a data frame.
Pseudonyms can be customized and tracked over time, so that the same input
is always assigned the same pseudonym.
License: MIT + file LICENSE
Suggests:
testthat,
covr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/Teebusch/noah
BugReports: https://github.com/Teebusch/noah/issues
Imports:
R6,
hash,
digest,
assertthat,
purrr,
dplyr,
magrittr,
crayon,
rlang,
stringr
Depends:
R (>= 3.1.0)