Skip to content

Commit

Permalink
Linked "aborting ..." message to Issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed May 13, 2015
1 parent 5637142 commit 25bf561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Comment: The `R.utils::dimNA()` function implements this.

### Exception handling and core dumps

* Use `An exceptional error occurred that R could not recover from. The R session is now aborting ...` instead of just [`aborting ...`](https://github.com/wch/r-source/blob/1d00fef90e4a1026ccc62776c8805cc20129ce88/src/main/main.c#L594), because from the latter it is [not always clear](https://github.com/HenrikBengtsson/R.devices/issues/7) where that messages comes from, i.e. it could have been outputted by something else.
* [**[Issue #3](https://github.com/HenrikBengtsson/Wishlist-for-R/issues/3)**] Use `An exceptional error occurred that R could not recover from. The R session is now aborting ...` instead of just [`aborting ...`](https://github.com/wch/r-source/blob/1d00fef90e4a1026ccc62776c8805cc20129ce88/src/main/main.c#L594), because from the latter it is [not always clear](https://github.com/HenrikBengtsson/R.devices/issues/7) where that messages comes from, i.e. it could have been outputted by something else.

### Packages, libraries and repositories

Expand Down

0 comments on commit 25bf561

Please sign in to comment.