CRAN Package Check Results for Package astrochron

Last updated on 2026-08-18 01:51:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.8 36.73 167.38 204.11 OK
r-devel-linux-x86_64-debian-gcc 1.8 21.78 107.65 129.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.8 25.00 105.12 130.12 OK
r-devel-linux-x86_64-fedora-gcc 1.8 25.00 110.90 135.90 OK
r-devel-windows-x86_64 1.8 45.00 234.00 279.00 OK
r-patched-linux-x86_64 1.8 31.54 154.44 185.98 OK
r-release-linux-x86_64 1.8 33.51 164.58 198.09 OK
r-release-macos-arm64 1.8 9.00 32.00 41.00 OK
r-release-macos-x86_64 1.8 27.00 162.00 189.00 OK
r-release-windows-x86_64 1.8 42.00 0.00 42.00 OK
r-oldrel-macos-arm64 1.8 8.00 36.00 44.00 OK
r-oldrel-macos-x86_64 1.8 26.00 152.00 178.00 OK
r-oldrel-windows-x86_64 1.8 54.00 224.00 278.00 OK

Check Details

Version: 1.8
Check: examples
Result: ERROR Running examples in ‘astrochron-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: slideCor > ### Title: Identify optimal spatial/temporal shift to maximize correlation > ### between two stratigraphic/time series. > ### Aliases: slideCor > > ### ** Examples > > # Example 1: generate AR1 noise > ex1 <- ar1(npts=1000,dt=1) ----- GENERATING AR1 SURROGATES ----- * Estimated AR1 coefficient= 0.8686868 * Unbiased AR1 = 0.8723074 > # isolate a section > ex2 <- iso(ex1,xmin=200,500) ----- ISOLATE STRATIGRAPHIC DATA BY LOCATION ----- * Number of data points= 1000 * Number of columns= 2 * Minimum= 0 , Maximum= 999 * Isolating data between 200 and 500 * Number of data points following culling= 301 > ex2[1] <- ex2[1]-200 > > res=slideCor(ex1,ex2) ----- IDENTIFY OPTIMAL TEMPORAL OR SPATIAL SHIFT NECESSARY ----- TO MAXIMIZE CORRELATION BETWEEN TWO DATA SERIES * Number of data points in stratigraphic series 1: 1000 * Stratigraphic series length (space or time): 999 * Sampling interval (space or time): 1 * Number of data points in stratigraphic series 2: 301 * Stratigraphic series length (space or time): 300 * Sampling interval (space or time): 1 * NOTE: Using the default minpts value of 150 Allowable values are from 2 to 301 * Optimal shift identified using r-value maximum ( r= 1 ): 200 * Optimal shift identified using r2-value maximum ( r2= 1 ): 200 dev.new(): using pdf(file="Rplots45.pdf") > > # Example 2: an astronomical signal > ex1=etp(tmin=0,tmax=1000) ----- GENERATING ECCENTRICITY-TILT-PRECESSION MODEL ----- * Downloading Laskar et al. (2004) astronomical solution trying URL 'https://raw.githubusercontent.com/srmeyers2/getData/main/la04.txt.bz2' Error: Unable to download required file Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed bioturb 5.545 0.01 6.864 Flavor: r-devel-linux-x86_64-debian-gcc