-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1.09 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
Package: godmode
Title: God-mode for more fun and less annoyance
Version: 0.0.1
Authors@R: c(person("Roland", "Schmid", role = c("aut", "cre"),
email = "roland.schmid@mirai-solutions.com"),
person("Martin", "Studer", role = "ctb",
email = "martin.studer@mirai-solutions.com"),
person("Mirai Solutions GmbH", role = "cph",
email = "info@mirai-solutions.com"))
Description: Implements god-mode utility functions to override functions from other packages (namespaces). Provides functions to switch god-mode on or off for testing with the testthat package. Stores collections of proverbs and custom phrases to praise people one way or another.
License: GPL-3
LazyData: true
NeedsCompilation: no
Imports:
utils,
stats
Suggests:
roxygen2,
assertthat,
testthat (>= 2.0.0),
praise,
audio,
knitr,
rmarkdown,
devtools
URL: http://www.mirai-solutions.com, https://github.com/miraisolutions/godmode
BugReports: https://github.com/miraisolutions/godmode/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr