Skip to content

Commit

Permalink
Merge pull request #12 from asieira/i11_error
Browse files Browse the repository at this point in the history
Updates to autconf (resolves #11)
  • Loading branch information
asieira committed May 23, 2016
2 parents 9082fdc + 4e82ccb commit aae5304
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 1,090 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: SnakeCharmR
Version: 1.0.1
Version: 1.0.2
Date: 2016-05-20
Title: R and Python Integration
Author: Alexandre Sieira, forked off of rPython by Carlos J. Gil Bellosta
Expand Down
24 changes: 24 additions & 0 deletions NEWS.Rmd
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.
16 changes: 16 additions & 0 deletions NEWS.md
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.
Loading

0 comments on commit aae5304

Please sign in to comment.