Skip to content

Commit

Permalink
docs: bump version and export breaks_ppm
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Jan 24, 2024
1 parent 8d3e22e commit b563040
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MsCoreUtils
Title: Core Utils for Mass Spectrometry Data
Version: 1.15.2
Version: 1.15.3
Description: MsCoreUtils defines low-level functions for mass
spectrometry data and is independent of any high-level data
structures. These functions include mass spectra processing
Expand Down Expand Up @@ -76,4 +76,4 @@ BugReports: https://github.com/RforMassSpectrometry/MsCoreUtils/issues
URL: https://github.com/RforMassSpectrometry/MsCoreUtils
biocViews: Infrastructure, Proteomics, MassSpectrometry, Metabolomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(aggregate_by_vector)
export(asInteger)
export(between)
export(bin)
export(breaks_ppm)
export(closest)
export(coefMA)
export(coefSG)
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# MsCoreUtils 1.15

## MsCoreUtils 1.15.3

- Add function `breaks_ppm` to create a sequence of numbers with increasing
difference between elements (defined by parameter `ppm`).

## MsCoreUtils 1.15.2

- Porting baseline baseline estimation function (see [issue
- Porting baseline estimation function (see [issue
119](https://github.com/rformassspectrometry/MsCoreUtils/issues/119)).

## MsCoreUtils 1.15.1
Expand Down
2 changes: 2 additions & 0 deletions R/binning.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ bin <- function(x, y, size = 1,
#' @return `numeric` with the sequence of values with increasing differences.
#' The returned values include `from` and `to`.
#'
#' @export
#'
#' @author Johannes Rainer
#'
#' @examples
Expand Down
3 changes: 2 additions & 1 deletion man/binning.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions man/breaks_ppm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b563040

Please sign in to comment.