Skip to content

Commit

Permalink
Merge pull request #55 from aberHRML/devel
Browse files Browse the repository at this point in the history
v2.6.2
  • Loading branch information
Jasen Finch authored Nov 11, 2021
2 parents 06c63db + b50e212 commit 05b375e
Show file tree
Hide file tree
Showing 34 changed files with 203 additions and 152 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: binneR
Title: Spectral Processing for High Resolution Flow Infusion Mass Spectrometry
Version: 2.6.1
Version: 2.6.2
Authors@R: person("Jasen", "Finch", email = "[email protected]", role = c("aut", "cre"))
Description: A spectral binning approach for high resolution flow infusion mass spectrometry data.
biocViews: MassSpectrometry, Metabolomics
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ importFrom(dplyr,vars)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
Expand All @@ -69,6 +72,7 @@ importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# binneR 2.6.2

* Improved themes of all plotting functions.

* Reduced the object size returned by all plotting functions.

# binneR 2.6.1

* Fixed performance loss during bin metric calculation caused by the binning width retrieval.
Expand Down
Loading

0 comments on commit 05b375e

Please sign in to comment.