Releases: vertesy/ggExpress
Releases · vertesy/ggExpress
ggExpress 0.9.7 - Yearly update, many fixes and new features.
What's Changed
- Add AGENTS guide for contributors by @vertesy in #43
- Fix typos in function documentation by @vertesy in #44
- Fix typos and function names in documentation by @vertesy in #45
- Fix spelling mistakes across codebase by @vertesy in #47
- Namespace logtick/grid helpers and fix stripchart filenames by @vertesy in #46
- Add concise input validation by @vertesy in #49
- Remove debug prints and unsafe checks by @vertesy in #48
- fix: hide bar labels with many categories by @vertesy in #50
- Fixes from CODEX, from dev branch by @vertesy in #51
- Fix ggplot2 namespace usage by @vertesy in #52
- Simplify qqqTbl.2.Vec implementation by @vertesy in #53
- merge from Dev by @vertesy in #55
- List heatmaply as a package imported by ggExpress by @ChristopherBottomsOMRF in #56
- Dev by @vertesy in #59
New Contributors
- @ChristopherBottomsOMRF made their first contribution in #56
Full Changelog: v0.9.5...v0.9.7
ggExpress 0.9.5 - Major update
Numerous Bug Fixes, New features, Consistency, Robustness, Documentation
Full Changelog: v0.9.0...v0.9.5
v0.9.0
Major code cleanup, dependency cleanup, many new features.
Full Changelog: v0.7.3...v0.9.0
v0.7.3
ggExpress v0.6.1
BF & NF
Full Changelog: v0.4.8...v0.6.1
ggExpress v0.4.8
ggExpress v0.3.7
Various bug fixes, compatibility with other @vertesy packages and small new features.
Major ggExpress update
ggExpress is the fastest way to create, annotate and and save plots in R.
Full Changelog: 0.0.1...v0.2.7
First ggExpressDev release
ggExpress
ggExpress is the fastest way to create, annotate and export plots in R.
Current main functions
-
qhistogram() -
qdensity() -
qbarplot() -
qpie() -
qscatter()
Usage
require(ggpubr)
require(cowplot)
require(MarkdownReports) # https://github.com/vertesy/MarkdownReportsDev
source("https://raw.githubusercontent.com/vertesy/ggExpressDev/main/ggExpress.functions.R")
weight <- rnorm(1000);
qhistogram(weight, vline = 3)
qdensity(weight)
weight3 <- runif (12)
qbarplot(weight3)
xvec <- c("A"=12, "B"=29)
qpie(vec = xvec)
dfx <- as.data.frame(cbind("AA"=rnorm(12), "BB"=rnorm(12)))
qscatter(dfx, suffix = "2D.gaussian")
Output
Saved as pdf by default.
ggExpressDev first pre-release
ggExpress is the fastest way to create, annotate and export plots in R using ggpubr, cowplot, and MarkdownReports.
