CRAN Package Check Results for Package astrochron

Last updated on 2025-08-07 18:49:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5 33.34 151.15 184.49 OK
r-devel-linux-x86_64-debian-gcc 1.5 19.40 93.89 113.29 ERROR
r-devel-linux-x86_64-fedora-clang 1.5 289.95 OK
r-devel-linux-x86_64-fedora-gcc 1.5 285.80 OK
r-devel-windows-x86_64 1.5 37.00 169.00 206.00 OK
r-patched-linux-x86_64 1.5 31.13 126.41 157.54 ERROR
r-release-linux-x86_64 1.5 31.05 139.89 170.94 OK
r-release-macos-arm64 1.5 79.00 OK
r-release-macos-x86_64 1.5 143.00 OK
r-release-windows-x86_64 1.5 37.00 171.00 208.00 OK
r-oldrel-macos-arm64 1.5 82.00 OK
r-oldrel-macos-x86_64 1.5 172.00 OK
r-oldrel-windows-x86_64 1.5 49.00 205.00 254.00 OK

Check Details

Version: 1.5
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="Rplots46.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 'http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2' Content type 'application/x-bzip2' length 2140194 bytes (2.0 MB) ========= downloaded 409 KB Warning in download.file("http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2", : downloaded length 419674 != reported length 2140194 Warning in download.file("http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2", : URL 'http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2': Timeout of 60 seconds was reached Error in download.file("http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2", : download from 'http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2' failed Calls: etp -> download.file Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed integratePower 2.446 0.091 35.538 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5
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: integratePower > ### Title: Determine the total power within a given bandwidth > ### Aliases: integratePower > > ### ** Examples > > # generate etp signal over past 10 Ma > ex=etp(tmax=10000) ----- GENERATING ECCENTRICITY-TILT-PRECESSION MODEL ----- * Downloading Laskar et al. (2004) astronomical solution trying URL 'http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2' Content type 'application/x-bzip2' length 2140194 bytes (2.0 MB) =================== downloaded 800 KB Warning in download.file("http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2", : downloaded length 819322 != reported length 2140194 Warning in download.file("http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2", : URL 'http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2': Timeout of 60 seconds was reached Error in download.file("http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2", : download from 'http://www.geology.wisc.edu/~smeyers/astrochron/la04.txt.bz2' failed Calls: etp -> download.file Execution halted Flavor: r-patched-linux-x86_64