Title: Interface for hyperspectral data, i.e. spectra + meta info
(spatial, time, concentration, ...)
Diff between hyperSpec versions 0.98-20120224 dated 2012-02-24 and 0.98-20120713 dated 2012-07-14
Description: This package is an interface to handle hyperspectral data
sets in R. I.e. spatially or time-resolved spectra, or spectra
with any other kind of information associated with each of the
spectra. The spectra can be data as obtained in XRF, UV/VIS,
Fluorescence, AES, NIR, IR, Raman, NMR, MS, etc. More
generally, any data that is recorded over a discretized
variable, e.g. absorbance = f (wavelength), stored as a vector
of absorbance values for discrete wavelengths is suitable.
Author: Claudia Beleites
Maintainer: Claudia Beleites
hyperSpec-0.98-20120224/hyperSpec/colMeans.R |only
hyperSpec-0.98-20120713/hyperSpec/DESCRIPTION | 15
hyperSpec-0.98-20120713/hyperSpec/MD5 | 94
hyperSpec-0.98-20120713/hyperSpec/NAMESPACE | 9
hyperSpec-0.98-20120713/hyperSpec/R/apply.R | 29
hyperSpec-0.98-20120713/hyperSpec/R/barbiturates.R | 4
hyperSpec-0.98-20120713/hyperSpec/R/collapse.R | 17
hyperSpec-0.98-20120713/hyperSpec/R/cov.R |only
hyperSpec-0.98-20120713/hyperSpec/R/decomposition.R | 16
hyperSpec-0.98-20120713/hyperSpec/R/initialize.R | 7
hyperSpec-0.98-20120713/hyperSpec/R/makeraster.R |only
hyperSpec-0.98-20120713/hyperSpec/R/mean_sd.R | 4
hyperSpec-0.98-20120713/hyperSpec/R/plot.R | 7
hyperSpec-0.98-20120713/hyperSpec/R/plotmap.R | 7
hyperSpec-0.98-20120713/hyperSpec/R/plotmat.R |only
hyperSpec-0.98-20120713/hyperSpec/R/read.spc.R | 57
hyperSpec-0.98-20120713/hyperSpec/R/spc.fit.poly.R | 2
hyperSpec-0.98-20120713/hyperSpec/R/sysdata.rda |binary
hyperSpec-0.98-20120713/hyperSpec/R/vandermonde.R |only
hyperSpec-0.98-20120713/hyperSpec/R/write.txt.long.R | 4
hyperSpec-0.98-20120713/hyperSpec/R/write.txt.wide.R | 8
hyperSpec-0.98-20120713/hyperSpec/data/barbiturates.rda |binary
hyperSpec-0.98-20120713/hyperSpec/data/flu.rda |binary
hyperSpec-0.98-20120713/hyperSpec/data/laser.rda |binary
hyperSpec-0.98-20120713/hyperSpec/data/paracetamol.rda |binary
hyperSpec-0.98-20120713/hyperSpec/inst/NEWS.Rd | 21
hyperSpec-0.98-20120713/hyperSpec/inst/doc/baseline.pdf |binary
hyperSpec-0.98-20120713/hyperSpec/inst/doc/chondro.pdf | 2383 ++++------
hyperSpec-0.98-20120713/hyperSpec/inst/doc/fileio.pdf |binary
hyperSpec-0.98-20120713/hyperSpec/inst/doc/flu.pdf |binary
hyperSpec-0.98-20120713/hyperSpec/inst/doc/introduction.Rnw | 7
hyperSpec-0.98-20120713/hyperSpec/inst/doc/introduction.pdf |binary
hyperSpec-0.98-20120713/hyperSpec/inst/doc/laser.Rnw | 2
hyperSpec-0.98-20120713/hyperSpec/inst/doc/laser.pdf |binary
hyperSpec-0.98-20120713/hyperSpec/inst/doc/plotting.Rnw | 61
hyperSpec-0.98-20120713/hyperSpec/inst/doc/plotting.pdf |binary
hyperSpec-0.98-20120713/hyperSpec/man/barbiturates.Rd | 4
hyperSpec-0.98-20120713/hyperSpec/man/cov.Rd |only
hyperSpec-0.98-20120713/hyperSpec/man/levelplot.Rd | 7
hyperSpec-0.98-20120713/hyperSpec/man/makeraster.Rd |only
hyperSpec-0.98-20120713/hyperSpec/man/normalize01.Rd |only
hyperSpec-0.98-20120713/hyperSpec/man/plotmat.Rd |only
hyperSpec-0.98-20120713/hyperSpec/man/textio.Rd | 8
hyperSpec-0.98-20120713/hyperSpec/man/vanderMonde.Rd |only
hyperSpec-0.98-20120713/hyperSpec/man/wl.eval.Rd |only
hyperSpec-0.98-20120713/hyperSpec/tests/unittests.R |only
hyperSpec-0.98-20120713/hyperSpec/vignettes/baseline-pkg.bib | 6
hyperSpec-0.98-20120713/hyperSpec/vignettes/fig-3D.png |binary
hyperSpec-0.98-20120713/hyperSpec/vignettes/introduction-pkg.bib | 12
hyperSpec-0.98-20120713/hyperSpec/vignettes/introduction.Rnw | 7
hyperSpec-0.98-20120713/hyperSpec/vignettes/laser-pkg.bib | 126
hyperSpec-0.98-20120713/hyperSpec/vignettes/laser.Rnw | 2
hyperSpec-0.98-20120713/hyperSpec/vignettes/plotting-pkg.bib | 8
hyperSpec-0.98-20120713/hyperSpec/vignettes/plotting.Rnw | 61
54 files changed, 1568 insertions(+), 1427 deletions(-)
Title: Extension of data.frame for fast indexing, fast ordered joins,
fast assignment, fast grouping and list columns.
Diff between data.table versions 1.8.0 dated 2012-03-26 and 1.8.2 dated 2012-07-14
Description: Enhanced data.frame. Fast indexing, fast ordered joins,
fast assignment, fast grouping and list columns in a short and
flexible syntax. i and j may be expressions of column names
directly, for faster development. Example: X[Y] is a fast join
for large data.
Author: M Dowle, T Short, S Lianoglou
Maintainer: M Dowle
DESCRIPTION | 13
MD5 | 84 +-
NAMESPACE | 9
NEWS | 264 ++++++++
R/IDateTime.R | 22
R/data.table.R | 1230 +++++++++++++++++++++-----------------
R/duplist.R | 6
R/merge.R | 28
R/onAttach.R | 40 -
R/onLoad.R |only
R/read.R | 2
R/setkey.R | 75 +-
R/test.data.table.R | 8
inst/doc/datatable-faq.Rnw | 34 -
inst/doc/datatable-faq.pdf |binary
inst/doc/datatable-intro.Rnw | 19
inst/doc/datatable-intro.pdf |binary
inst/doc/datatable-timings.Rnw | 3
inst/doc/datatable-timings.pdf |binary
inst/tests/test-data.frame-like.R | 4
inst/tests/tests.Rraw | 744 +++++++++++++++++-----
man/J.Rd | 18
man/all.equal.data.table.Rd | 1
man/assign.Rd | 48 +
man/data.table.Rd | 55 +
man/duplicated.Rd | 2
man/merge.Rd | 15
man/rbindlist.Rd |only
man/setkey.Rd | 24
man/subset.data.table.Rd | 17
man/test.data.table.Rd | 4
man/transform.data.table.Rd | 8
man/truelength.Rd | 10
src/Makevars |only
src/assign.c | 208 +++---
src/countingcharacter.c | 31
src/dogroups.c | 591 +++++++++---------
src/duplist.c | 25
src/fastmean.c |only
src/init.c |only
src/rbindlist.c |only
src/readfile.c | 10
src/reorder.c | 14
src/sortedmatch.c | 57 +
src/wrappers.c | 6
tests/tests.R | 2
46 files changed, 2393 insertions(+), 1338 deletions(-)