Releases: jefferis/IgorR
Releases · jefferis/IgorR
v0.10.0
v0.9.0
- fix: handling of Igor dates using timechange library (#6)
- remove warnings due to recent changes in how readChar handles strings
containing embedded nulls - fix URLs for CRAN
- dev: switch to github actions for R CMD check and pkgdown (and remove travis)
Full Changelog: v0.8.2...v0.9.0
v0.8.2
- minor: package docs, spelling, author formatting
Full Changelog: v0.8.1...v0.8.2
v0.8.1
- Fix namespace and canonical URL issues for CRAN
Full Changelog: v0.8...v0.8.1
v0.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
-
Full Changelog: v0.7.2...v0.8