forked from DominikRafacz/icecream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.08 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
Type: Package
Package: icecream
Title: Print Debugging Made Sweeter
Version: 0.1.1.9000
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")))
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://lewinfox.github.io/icecream/,
https://github.com/lewinfox/icecream
BugReports: https://github.com/lewinfox/icecream/issues
Imports:
cli,
glue,
rlang
Suggests:
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1