Releases: cbeleites/hyperSpec
Releases · cbeleites/hyperSpec
v0.99-20180627
- maintenance: adapt to changes in
ggplot2
- internal change: special wavelength evaluation now by
lazyeval
v0.99-20180528
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
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. Useread.mat.Cytospec
instead.read.jdx.Shimadzu
was removed. Useread.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
Mainly fixes in vignettes
v0.98-20170223
Updated build instructions in the Readme.md
hyperSpec with revised build system
This version of hyperSpec contains all vignettes and the most recent functionality (as of 2017-02-20).
CRAN submission
v0.98-20161118 version bump - CRAN submission