-
Notifications
You must be signed in to change notification settings - Fork 0
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
23 changed files
with
145 additions
and
853 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# mutr 0.0.2 | ||
|
||
* added `TEST_NOT_ERROR` to check that the expression doesn't throw error | ||
* fixed incorrect assignment of `call` within `TEST` and `TEST_ERROR` | ||
* enhanced self-testing `TEST__PASS` and `TEST__FAIL` to preserve the expression | ||
* `TEST__PASS` and `TEST__FAIL` now can accept optional arguments | ||
* added more self-tests. | ||
* added versioning and `NEWS.md` | ||
* removed old files (some functionality now in the [mpd](https://github.com/J-Moravec/mpd/) package | ||
* a simple makefile for self-testing and to copy `mutr.r` into examples | ||
|
||
# mutr 0.0.1 | ||
|
||
* initial version |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.RECIPEPREFIX = + | ||
|
||
all: test copy | ||
|
||
test: | ||
+ Rscript -e 'source("mutr.r"); source("test-mutr.r")' | ||
|
||
copy: test | ||
+ cp mutr.r test-mutr.r examples/helpers/ | ||
|
||
.PHONY: all test copy |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.