-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
21 lines (21 loc) · 851 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: restorepoint
Type: Package
Title: Debugging with Restore Points
Version: 0.2
Date: 2018-12-20
URL: https://github.com/skranz/restorepoint
Author: Sebastian Kranz [aut, cre], Roman Zenka [ctb]
Maintainer: Roman Zenka <[email protected]>
Description: Debugging with restore points instead of break points. A restore
point stores all local variables when called inside a function. The stored
values can later be retrieved and evaluated in a modified R console that
replicates the function's environment. To debug step by step, one can simply
copy & paste the function body from the R script. Particularly convenient
in combination with "RStudio". See the "Github" page inst/vignettes for a
tutorial.
License: GPL (>= 2)
Collate:
'restorepoint.R'
Suggests: testthat, knitr
VignetteBuilder: knitr
RoxygenNote: 6.0.1