Changelog
Source:NEWS.md
MsCoreUtils 1.17
MsCoreUtils 1.17.3
- Use
R_Calloc
andR_Free
instead ofCalloc
andFree
insrc/lowerConvexHull.c
, respectively, to reflect changes in the R API and fullfil STRICT_R_HEADERS check.
MsCoreUtils 1.17.1
- Fix
common_path()
to not return also the file name if the input parameter contains only identical character strings.
MsCoreUtils 1.15
MsCoreUtils 1.15.7
- Add
common_path()
function.
MsCoreUtils 1.15.5
- Add function
force_sorted()
to adjust a numeric vector to ensure increasing/sorted values.
MsCoreUtils 1.15.4
- Fix partial argument match (see issue #125).
MsCoreUtils 1.15.3
- Add function
breaks_ppm
to create a sequence of numbers with increasing difference between elements (defined by parameterppm
).
MsCoreUtils 1.15.2
- Porting baseline estimation function (see issue 119).
MsCoreUtils 1.15.1
- Remove
impute_mle2()
since norm2 has been removed from CRAN (see issue 117).
MsCoreUtils 1.11
MsCoreUtils 1.11.6
- Fix bug in
impute_MinDet(MARGIN = 1)
and add unit test. - Check that package is available and namespace is loaded adding
stopifnot()
when callingrequireNamespace()
.
MsCoreUtils 1.11.5
- Add function
maxi
to determine the maximal intensity value. This function returnsNA_real_
instead of-Inf
if all values are missing or if the length of the input parameter is 0.
MsCoreUtils 1.11.2
- Reimplement
between
in C (see issue #105). - Use symbols to call registered C methods for faster lookup (see PR #106 and Writing R extensions: Converting a package to use registration).
- Documentation improvement: explicitly mention
impute_mle2()
in the MLE imputation paragraph.
MsCoreUtils 1.11.1
- Add a
MARGIN
argument to (relevant) imputation functions to support (and make it explicit) along which dimensions (row or columns) imputation is performed. - New
impute_mle2()
function that usesnorm2
(see issue #100).
MsCoreUtils 1.9
MsCoreUtils 1.9.2
- feat: imputation is compatible with HDF5Matrix objects
- feat: normalization is compatible with HDF5Matrix objects
- feat: matrix aggregation is compatible with HDF5Matrix objects
- fix+feat: aggregate_by_matrix now correctly handles missing data and implements ‘na.rm’
- Fix
rla
/rowRla
man page.
MsCoreUtils 1.7
MsCoreUtils 1.7.5
- Function
bin
gains parameterreturnMids
to choose whether or not bin mid-points should be returned in the resultlist
.
MsCoreUtils 1.7.4
- Fix
ppm
to always return a positive value (issue #94).
MsCoreUtils 1.7.2
- Use
Matrix::colSums()
by default to handle sparce ‘Matrix’ and ‘matrix’ adjacency matrices.
MsCoreUtils 1.7.1
- New
aggregate_by_matrix()
that uses an adjacency matrix to aggregate quantitative features. - Set colnames to the outputs of
aggregate_by_matrix()
andaggregate_by_vector()
to make sure that these are always set and not reply on the underlying function.
MsCoreUtils 1.3
Changes in 1.3.2
- Add
rt2numeric()
,rt2character()
andformatRt()
. - New
impute_fun()
function for user-provide imputation function.
MsCoreUtils 1.1
Changes in 1.1.5
- Add
...
to functions to join and compare peaks; see also #131.
Changes in 1.1.3
- For an empty
table
closest
andcommon
return a vector of lengthx
withNA
orFALSE
, respectively (instead of1
andTRUE
). Fixes #55 <2020-06-18 Thu>. -
closest
andcommon
ignoreNA
intable
<2020-06-19 Fri>. - Fix
rbindFill
for singledata.frame
orDataFrame
as input <2020-06-23 Tue>.
Changes in 1.1.2
- New
colCounts()
aggregation function <2020-05-27 Wed>.
MsCoreUtils 0.99
MsCoreUtils 0.99.1
- Additional functions, and using Author@R to specify (unique) RforMassSpectrometry Package Maintainer.