From 1e670846911c98e910761810bad634b41d7b31e8 Mon Sep 17 00:00:00 2001 From: Aaron Robotham Date: Tue, 14 Nov 2023 17:12:02 +0800 Subject: [PATCH] To appease the CRAN overlords... --- DESCRIPTION | 4 ++-- man/magicaxis-package.Rd | 4 ++-- man/magplot.Rd | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dafce65..2123c4c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: magicaxis Type: Package Title: Pretty Scientific Plotting with Minor-Tick and Log Minor-Tick Support -Version: 2.4.2 -Date: 2023-10-20 +Version: 2.4.3 +Date: 2023-11-214 Author: Aaron Robotham Maintainer: Aaron Robotham Description: Functions to make useful (and pretty) plots for scientific plotting. Additional plotting features are added for base plotting, with particular emphasis on making attractive log axis plots. diff --git a/man/magicaxis-package.Rd b/man/magicaxis-package.Rd index 06e7eff..dc0ba9c 100644 --- a/man/magicaxis-package.Rd +++ b/man/magicaxis-package.Rd @@ -12,8 +12,8 @@ Functions to make pretty axes (major and minor) on scientific plots. Particularl \tabular{ll}{ Package: \tab magicaxis\cr Type: \tab Package\cr -Version: \tab 2.4.2\cr -Date: \tab 2023-10-20\cr +Version: \tab 2.4.3\cr +Date: \tab 2023-11-14\cr License: \tab GPL-3 \cr Depends: \tab R (>= 2.13)\cr Suggests: \tab imager, fst\cr diff --git a/man/magplot.Rd b/man/magplot.Rd index a2ac727..0041144 100644 --- a/man/magplot.Rd +++ b/man/magplot.Rd @@ -179,9 +179,11 @@ magplot(temp, xlim='auto', ylim='auto') #Some astronomy related examples (and how to display the solar symbol): +\dontrun{ temp=cbind(runif(10,8,12),runif(10,0,5)) magplot(temp[,1:2], xlab=expression(M['\u0298']), ylab=expression(M['\u0298']/Yr), unlog='xy') +} #With z scaling