Skip to content

Commit

Permalink
Merge pull request #165 from uclahs-cds/shipit-auto-axis
Browse files Browse the repository at this point in the history
Auto axis scaling
  • Loading branch information
dan-knight authored Oct 26, 2023
2 parents d7630c7 + 02df664 commit 348a561
Show file tree
Hide file tree
Showing 18 changed files with 961 additions and 480 deletions.
13 changes: 8 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BoutrosLab.plotting.general
Version: 7.0.10
Version: 7.1.0
Type: Package
Title: Functions to Create Publication-Quality Plots
Date: 2023-10-09
Date: 2023-10-26
Authors@R: c(person("Paul Boutros", role = c("aut", "cre"), email = "[email protected]"),
person("Christine P'ng", role = "ctb"),
person("Jeff Green", role = "ctb"),
Expand All @@ -15,18 +15,21 @@ Authors@R: c(person("Paul Boutros", role = c("aut", "cre"), email = "PBoutros@me
person("Caden Bugh", role = "ctb"),
person("Dan Knight", role = "ctb"),
person("Stefan Eng", role = "ctb"),
person("Mohammed Faizal Eeman Mootor", role = "ctb"))
person("Mohammed Faizal Eeman Mootor", role = "ctb"),
person("Rachel Dang", role = "ctb"),
person("John Sahrmann", role = "ctb"))
Maintainer: Paul Boutros <[email protected]>
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:
Suggests:
Cairo (>= 1.5-1),
knitr,
testthat
testthat (>= 3.0.0)
Description: Contains several plotting functions such as barplots, scatterplots, heatmaps, as well as functions to combine plots and assist in the creation of these plots. These functions will give users great ease of use and customization options in broad use for biomedical applications, as well as general purpose plotting. Each of the functions also provides valid default settings to make plotting data more efficient and producing high quality plots with standard colour schemes simpler. All functions within this package are capable of producing plots that are of the quality to be presented in scientific publications and journals. P'ng et al.; BPG: Seamless, automated and interactive visualization of scientific data; BMC Bioinformatics 2019 <doi:10.1186/s12859-019-2610-2>.
License: GPL-2
URL: https://github.com/uclahs-cds/package-BoutrosLab-plotting-general
BugReports: https://github.com/uclahs-cds/package-BoutrosLab-plotting-general/issues
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
Config/testthat/edition: 3
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
BoutrosLab.plotting.general 7.1.0 2023-10-26

ADDED
* Add testthat framework for package tests
* Use mockr for unit testing
* Improve documentation for automatic axis scaling in:
- create.scatterplot
- create.boxplot
- create.manhattanplot
- create.hexbinplot

--------------------------------------------------------------------------
BoutrosLab.plotting.general 7.0.10 2023-10-09

UPDATE
Expand Down
Loading

0 comments on commit 348a561

Please sign in to comment.