-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
8 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: wrapr | |
Type: Package | ||
Title: Wrap R Functions for Debugging and Ease of Use | ||
Version: 0.1.2 | ||
Date: 2017-03-24 | ||
Date: 2017-04-13 | ||
Author: John Mount, Nina Zumel | ||
Maintainer: John Mount <[email protected]> | ||
URL: https://github.com/WinVector/wrapr | ||
|
@@ -15,8 +15,7 @@ Description: Provides 'DebugFnW()' to capture function context on error for | |
the classic 'options(error=dump.frames)' form captures at the | ||
moment of the exception | ||
itself (thus function arguments may not be at their starting values). | ||
'let()' rebinds (possibly unbound) names to names, which is different than | ||
'with()' rebinds names to values. | ||
'let()' rebinds (possibly unbound) names to names. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
`wrapr` 0.1.2 2017-03-17 | ||
`wrapr` 0.1.2 2017-04-13 | ||
|
||
* add `ateval()` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters