-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.51 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
Package: cowsay
Title: Messages, Warnings, Strings with Ascii Animals
Description: Allows printing of character strings as messages/warnings/etc.
with ASCII animals, including cats, cows, frogs, chickens, ghosts,
and more.
Version: 1.0.1.91
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]"),
person("Amanda", "Dobbyn", role = c("aut"),
email = "[email protected]"),
person("Tyler", "Rinker", role = "ctb"),
person("Thomas", "Leeper", role = "ctb"),
person("Noam", "Ross", role = "ctb"),
person("Rich", "FitzJohn", role = "ctb"),
person("Carson", "Sievert", role = "ctb"),
person("Kiyoko", "Gotanda", role = "ctb"),
person("Andy", "Teucher", role = "ctb"),
person("Karl", "Broman", role = "ctb"),
person("Franz-Sebastian", "Krah", role = "ctb"),
person("Lucy", "D'Agostino McGowan", role = "ctb"),
person("Guangchuang", "Yu", role = "ctb"),
person("Philipp", "Boersch-Supan", role = "ctb"),
person("Andreas", "Brandmaier", role="ctb"),
person("Marion", "Louveaux", role="ctb"),
person("David", "Schoch", role = "ctb")
)
URL: https://github.com/sckott/cowsay, https://sckott.github.io/cowsay/
BugReports: https://github.com/sckott/cowsay/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Imports:
crayon,
rlang
Suggests:
fortunes,
rmsfact,
jsonlite,
knitr,
rmarkdown,
testthat
RoxygenNote: 7.3.2