Skip to content

Commit

Permalink
Bump version for 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed May 28, 2015
1 parent e2aab86 commit e1b4304
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: IgorR
Type: Package
Title: Read Binary Files Saved by 'Igor Pro' (Including 'Neuromatic' Data)
Version: 0.7.2.99
Version: 0.8
Author: Greg Jefferis with contributions from Thomas Braun
Maintainer: Greg Jefferis <[email protected]>
Description: Provides function to read data from the 'Igor Pro' data analysis
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
IgorR 0.8
=========
* fix bug in reading igor waves with embedded non-null terminated strings (#3)
* fix bug in reading igor pxp files with names that are not valid R names e.g.
begining with an underscore. (#2)
* Thanks to Troy Margrie, Mateo Velez and Charly Rousseau for the reports/test
data
* Minor description fixes for R 3.2.0
* dev: switch to tests in tests/testthat (making them an optional install) but
keeping some igor waves required for examples in inst/igor
* dev: switch to new style travis config
* dev: upgrade to roxygen2 4.1.1

IgorR 0.7.2
===========
* minor doc fixes

IgorR 0.7.1
===========
* Fix encoding issue of Igor pxp files containing high bytes.
Expand Down

0 comments on commit e1b4304

Please sign in to comment.