-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 983 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
27
28
29
30
31
32
33
Type: Package
Package: instrumentr
Title: Instrumentation Framework for R
Version: 0.1
Authors@R:
person(given = "Aviral",
family = "Goel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0814-5015"))
Description: instrumentr is an instrumentation framework for R that
helps you address common dynamic analysis problems.
It exposes hooks for key program execution events.
Callbacks can be attached to these hooks to extract
information about the state of the running program.
License: MIT + file LICENSE
URL: https://prl-prg.github.io/instrumentr/
BugReports: https://github.com/PRL-PRG/instrumentr/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
Imports:
injectr
Remotes:
PRL-PRG/injectr
Suggests:
covr,
knitr,
rmarkdown,
dplyr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr