Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Package: BoutrosLab.plotting.general
Version: 7.1.4
Version: 7.1.5
Type: Package
Title: Functions to Create Publication-Quality Plots
Date: 2025-06-25
Authors@R: c(person("Paul Boutros", role = c("aut", "cre"), email = "PBoutros@mednet.ucla.edu"),
Authors@R: c(person("Paul Boutros", role = c("aut", "cre"), email = "PBoutros@sbpdiscovery.org"),
person("Christine P'ng", role = "ctb"),
person("Jeff Green", role = "ctb"),
person("Stephenie Prokopec", role = "ctb"),
Expand All @@ -21,7 +20,7 @@ Authors@R: c(person("Paul Boutros", role = c("aut", "cre"), email = "PBoutros@me
person("Jaron Arbet", role = "ctb"),
person("Yash Patel", role = "ctb"),
person("Raag Agrawal", role = "ctb"))
Maintainer: Paul Boutros <PBoutros@mednet.ucla.edu>
Maintainer: Paul Boutros <PBoutros@sbpdiscovery.org>
Depends: R (>= 3.5.0), lattice (>= 0.20-35), latticeExtra (>= 0.6-27), cluster (>= 2.0.0), hexbin (>= 1.27.0), grid
Imports: gridExtra, tools, methods, gtable, e1071, MASS(>= 7.3-29)
Suggests:
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# BoutrosLab.plotting.general 7.1.5 (2026-01-20)

## Changed
- Updated maintainer contact info
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment:

I generally prefer present tense here but I know it's not consistent in this file.


# BoutrosLab.plotting.general 7.1.4 (2025-06-25)

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Dependencies:
- knitr
- testthat
References: https://doi.org/10.1186/s12859-019-2610-2
Version: 7.0.5
Version: 7.1.5
Loading