-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from asieira/i11_error
Updates to autconf (resolves #11)
- Loading branch information
Showing
7 changed files
with
54 additions
and
1,090 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
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,24 @@ | ||
--- | ||
output: github_document | ||
--- | ||
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file --> | ||
```{r, echo = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "NEWS-", | ||
fig.retina = 2 | ||
) | ||
``` | ||
# SnakeCharmR 1.0.2 | ||
|
||
Fixed linking and building errors on some platforms (such as Amazon Linux) by updating the | ||
autoconf file to use the correct C++ compiler preferred by R. | ||
|
||
# SnakeCharmR 1.0.1 | ||
|
||
Fixed handling of NULL values in arguments, including a workaround for jeroenooms/jsonlite#130 which was causing inconsistencies. | ||
|
||
# SnakeCharmR 1.0.0 | ||
|
||
Initial release. |
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,16 @@ | ||
|
||
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file --> | ||
SnakeCharmR 1.0.2 | ||
================= | ||
|
||
Fixed linking and building errors on some platforms (such as Amazon Linux) by updating the autoconf file to use the correct C++ compiler preferred by R. | ||
|
||
SnakeCharmR 1.0.1 | ||
================= | ||
|
||
Fixed handling of NULL values in arguments, including a workaround for jeroenooms/jsonlite\#130 which was causing inconsistencies. | ||
|
||
SnakeCharmR 1.0.0 | ||
================= | ||
|
||
Initial release. |
Oops, something went wrong.