CRAN Package Check Results for Package magicaxis

Last updated on 2023-11-28 05:51:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.14 11.07 68.01 79.08 ERROR
r-devel-linux-x86_64-debian-gcc 2.2.14 7.63 50.81 58.44 ERROR
r-devel-linux-x86_64-fedora-clang 2.2.14 94.39 ERROR
r-devel-linux-x86_64-fedora-gcc 2.2.14 98.70 ERROR
r-devel-windows-x86_64 2.2.14 9.00 73.00 82.00 ERROR
r-patched-linux-x86_64 2.2.14 12.85 66.51 79.36 OK
r-release-linux-x86_64 2.2.14 9.15 64.89 74.04 OK
r-release-macos-arm64 2.2.14 29.00 OK
r-release-macos-x86_64 2.2.14 45.00 NOTE
r-release-windows-x86_64 2.2.14 11.00 81.00 92.00 OK
r-oldrel-macos-arm64 2.2.14 33.00 OK
r-oldrel-macos-x86_64 2.2.14 40.00 OK
r-oldrel-windows-x86_64 2.2.14 12.00 84.00 96.00 OK

Check Details

Version: 2.2.14
Check: examples
Result: ERROR Running examples in ‘magicaxis-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: magplot > ### Title: Magically pretty plots > ### Aliases: magplot > ### Keywords: plot axis log > > ### ** Examples > > x=10^{1:9} > y=1:9 > magplot(log10(x),y,unlog='x') > magplot(x,y,log='x') > > #Not ideal to have two decades between major labels: > > magplot(x,y,log='x',majorn=c(10,5)) > magplot(x,y,log='xy',majorn=c(10,5,5,5),side=1:4) > > #Sometimes it is helpful to focus on where most of the data actually is. > #Using a single value for xlim and ylim sigma clips the data to that range. > #Here a value of 2 means we only show the inner 2-sigma (2% to 98%) range. > #The 'auto' option allows magclip to dynamically estimate a clip value. > > temp=cbind(rt(1e3,1.5),rt(1e3,1.5)) > magplot(temp) > magplot(temp, xlim=2, ylim=2) > magplot(temp, xlim='auto', ylim='auto') > > #Some astronomy related examples (and how to display the solar symbol): > > 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') Error in mtext(text = expression(M["ʘ"]), side = 1L, line = 2) : conversion failure on 'ʘ' in 'mbcsToSbcs': for ʘ (U+0298) Calls: magplot ... plot -> plot.default -> magaxis -> do.call -> mtext Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.2.14
Check: examples
Result: ERROR Running examples in ‘magicaxis-Ex.R’ failed The error most likely occurred in: > ### Name: magplot > ### Title: Magically pretty plots > ### Aliases: magplot > ### Keywords: plot axis log > > ### ** Examples > > x=10^{1:9} > y=1:9 > magplot(log10(x),y,unlog='x') > magplot(x,y,log='x') > > #Not ideal to have two decades between major labels: > > magplot(x,y,log='x',majorn=c(10,5)) > magplot(x,y,log='xy',majorn=c(10,5,5,5),side=1:4) > > #Sometimes it is helpful to focus on where most of the data actually is. > #Using a single value for xlim and ylim sigma clips the data to that range. > #Here a value of 2 means we only show the inner 2-sigma (2% to 98%) range. > #The 'auto' option allows magclip to dynamically estimate a clip value. > > temp=cbind(rt(1e3,1.5),rt(1e3,1.5)) > magplot(temp) > magplot(temp, xlim=2, ylim=2) > magplot(temp, xlim='auto', ylim='auto') > > #Some astronomy related examples (and how to display the solar symbol): > > 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') Error in mtext(text = expression(M["ʘ"]), side = 1L, line = 2) : conversion failure on 'ʘ' in 'mbcsToSbcs': for ʘ (U+0298) Calls: magplot ... plot -> plot.default -> magaxis -> do.call -> mtext Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 2.2.14
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘imager’ Flavor: r-release-macos-x86_64