-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.26 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
Type: Package
Package: icecream
Title: Print Debugging Made Sweeter
Version: 0.2.2
Authors@R:
c(person(given = "Lewin",
family = "Appleton-Fox",
role = c("aut", "cre"),
email = "lewin.a.f@gmail.com"),
person(given = "Dominik",
family = "Rafacz",
role = "aut",
email = "dominikrafacz@gmail.com",
comment = c(ORCID = "0000-0003-0925-1909")),
person(given = "Ben",
family = "Stiles",
role = "ctb"))
Description: Provides user-friendly and configurable print debugging via a
single function, ic(). Wrap an expression in ic() to print the
expression, its value and (where available) its source location.
Debugging output can be toggled globally without modifying code.
License: MIT + file LICENSE
URL: https://www.lewinfox.com/icecream/,
https://github.com/lewinfox/icecream,
http://www.lewinfox.com/icecream/
BugReports: https://github.com/lewinfox/icecream/issues
Imports:
cli,
glue,
pillar (>= 1.6.1),
purrr (>= 0.3.4),
rlang
Suggests:
checkmate (>= 2.0.0),
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3