diff --git a/DESCRIPTION b/DESCRIPTION index 0db298e..74521db 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: BoutrosLab.plotting.general Version: 7.1.1 Type: Package Title: Functions to Create Publication-Quality Plots -Date: 2023-11-20 +Date: 2024-01-08 Authors@R: c(person("Paul Boutros", role = c("aut", "cre"), email = "PBoutros@mednet.ucla.edu"), person("Christine P'ng", role = "ctb"), person("Jeff Green", role = "ctb"), diff --git a/NEWS b/NEWS index 631fa38..bf9f97c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ -BoutrosLab.plotting.general 7.1.1 2023-11-20 +BoutrosLab.plotting.general 7.1.1 2024-01-08 UPDATE * Improved documentation for type parameter in create.scatterplot +* Fix typo in README -------------------------------------------------------------------------- BoutrosLab.plotting.general 7.1.0 2023-10-26 diff --git a/README.md b/README.md index 67ce083..0e8b6fc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Multiplot example. BPG's create.multiplot function is able to combine multiple c To install the latest public release of BoutrosLab.plotting.general from CRAN: ``` -install.packages("Boutros.plotting.general") +install.packages("BoutrosLab.plotting.general") ``` Or to install the latest development version from GitHub: