Skip to content

Releases: cbeleites/hyperSpec

v0.99-20180627

28 Jun 17:11
Compare
Choose a tag to compare
  • maintenance: adapt to changes in ggplot2
  • internal change: special wavelength evaluation now by lazyeval

v0.99-20180528

28 May 14:33
Compare
Choose a tag to compare

This release is mainly a maintenance release.

  • ensures hyperSpec will be working with the upcoming ggplot2 v2.3.0 (internal representation of mappings changed)
  • Thanks to @ximeg, .spe v3 files can now be imported.
  • Additional minor fixes (mostly internally), and additional documentation example

0.99-20171005

05 Oct 17:25
Compare
Choose a tag to compare

NEWS

Important user visible bug fixes

  • .DollarNames, i.e. tab completion after $ works again in RStudio (issue #34)
  • issues #1 and #58 for baseline fitting
  • spc.NA.approx now correcly usesneighbours (issue #28)

User visible improvements are

  • as.hyperSpec converts a matrix (taken as spectra matrix) into a hyperSpec object
  • consistent treatment of imported files adding a column $filename.
  • In addition, all import functions now have names beginning with read. scan.* have been renamed and deprecated.

Deprecated functions

  • scan.* have been renamed and deprecated (see above)
  • read.Cytomat is now defunct. Use read.mat.Cytospec instead.
  • read.jdx.Shimadzu was removed. Use read.jdx.

Behind the scenes

  • unit testing is now done with testthat in a way that combines the ease of assigning tests as attribute (directly after the function definition) while still allowing execution of the tests automatically and from RStudio.
  • unit tests for file import functions are now possible. The test file collection is not shipped via CRAN (as it is several 100 MB in size) nor in the .zip or .tar.gz packages but is available via git-lfs. Unit tests check whether those files are available and skip tests if not.
  • A thoroughly overhauled system of Makefiles takes care of building. This includes setting up a fresh clone of the repo in a way that is suitable for working with RStudio.

v0.98-20170327

28 Mar 09:22
Compare
Choose a tag to compare

Mainly fixes in vignettes

v0.98-20170223

23 Feb 16:41
Compare
Choose a tag to compare
Updated build instructions in the Readme.md

hyperSpec with revised build system

20 Feb 15:36
Compare
Choose a tag to compare

This version of hyperSpec contains all vignettes and the most recent functionality (as of 2017-02-20).

CRAN submission

18 Nov 20:34
Compare
Choose a tag to compare
v0.98-20161118

version bump - CRAN submission