-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 847 Bytes
/
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
Package: icecream
Title: Never use print() to debug again
Version: 0.0.0.9000
Authors@R:
person(given = "Dominik",
family = "Rafacz",
role = c("aut", "cre"),
email = "first.last@example.com",
comment = c(ORCID = "0000-0003-0925-1909"))
Description: Do you ever use print() or log() to debug your code?
Of course you do. IceCream, or ic for short, makes print debugging
a little sweeter. It provides a function that tells you where in your
code it was called or, if an expression is passed to it, what the value
of that expression is.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
rlang (>= 0.4.10),
cli (>= 2.3.1)
Suggests:
testthat (>= 3.0.0),
withr (>= 2.4.1)
Config/testthat/edition: 3