CRAN Package Check Results for Package astrochron

Last updated on 2024-03-29 06:56:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 34.08 162.42 196.50 ERROR
r-devel-linux-x86_64-debian-gcc 1.2 29.98 139.93 169.91 OK
r-devel-linux-x86_64-fedora-clang 1.2 237.23 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2 272.48 OK
r-devel-windows-x86_64 1.2 36.00 166.00 202.00 OK
r-patched-linux-x86_64 1.2 44.16 192.47 236.63 OK
r-release-linux-x86_64 1.2 31.05 189.25 220.30 OK
r-release-macos-arm64 1.2 80.00 OK
r-release-macos-x86_64 1.2 163.00 OK
r-release-windows-x86_64 1.2 43.00 203.00 246.00 OK
r-oldrel-macos-arm64 1.2 81.00 OK
r-oldrel-windows-x86_64 1.2 43.00 209.00 252.00 OK

Additional issues

clang17

Check Details

Version: 1.2
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: asm > ### Title: Average Spectral Misfit > ### Aliases: asm > > ### ** Examples > > ## These frequencies are from modelA (type '?astrochron' for more information). > ## They are for an 8 meter window, centered at 22 meters height. Units are cycles/m . > freq <- c(0.1599833,0.5332776,1.5998329,2.6797201,3.2796575,3.8795948,5.5194235,6.5459830) > freq <- data.frame(freq) > > ## Rayleigh frequency in cycles/m > rayleigh <- 0.1245274 > > ## Nyquist frequency in cycles/m > nyquist <- 6.66597 > > ## orbital target in 1/ky. Predicted periods for 94 Ma (see Meyers et al., 2012) > target <- c(1/405.47,1/126.98,1/96.91,1/37.66,1/22.42,1/18.33) > > ## percent uncertainty in orbital target > fper=c(0.023,0.046,0.042,0.008,0.035,0.004) > > asm(freq=freq,target=target,fper=fper,rayleigh=rayleigh,nyquist=nyquist,sedmin=0.5,sedmax=3, + numsed=100,linLog=1,iter=100000,output=FALSE) ----- PERFORMING AVERAGE SPECTRAL MISFIT ANALYSIS ----- *** caught segfault *** address 0x7ffcb5c13b50, cause 'memory not mapped' Traceback: 1: asm1.8(freq[, 1], numfreq, target[, 1], numtarg, fper[, 1], rayleigh, nyquist, sedmin, sedmax, numsed, linLog, ispecgen, irepl, isetfreq, iter) 2: asm(freq = freq, target = target, fper = fper, rayleigh = rayleigh, nyquist = nyquist, sedmin = 0.5, sedmax = 3, numsed = 100, linLog = 1, iter = 1e+05, output = FALSE) An irrecoverable exception occurred. R is aborting now ... Segmentation fault Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2
Check: examples
Result: ERROR Running examples in ‘astrochron-Ex.R’ failed The error most likely occurred in: > ### Name: asm > ### Title: Average Spectral Misfit > ### Aliases: asm > > ### ** Examples > > ## These frequencies are from modelA (type '?astrochron' for more information). > ## They are for an 8 meter window, centered at 22 meters height. Units are cycles/m . > freq <- c(0.1599833,0.5332776,1.5998329,2.6797201,3.2796575,3.8795948,5.5194235,6.5459830) > freq <- data.frame(freq) > > ## Rayleigh frequency in cycles/m > rayleigh <- 0.1245274 > > ## Nyquist frequency in cycles/m > nyquist <- 6.66597 > > ## orbital target in 1/ky. Predicted periods for 94 Ma (see Meyers et al., 2012) > target <- c(1/405.47,1/126.98,1/96.91,1/37.66,1/22.42,1/18.33) > > ## percent uncertainty in orbital target > fper=c(0.023,0.046,0.042,0.008,0.035,0.004) > > asm(freq=freq,target=target,fper=fper,rayleigh=rayleigh,nyquist=nyquist,sedmin=0.5,sedmax=3, + numsed=100,linLog=1,iter=100000,output=FALSE) ----- PERFORMING AVERAGE SPECTRAL MISFIT ANALYSIS ----- *** caught segfault *** address 0x7ffe177c98f0, cause 'memory not mapped' Traceback: 1: asm1.8(freq[, 1], numfreq, target[, 1], numtarg, fper[, 1], rayleigh, nyquist, sedmin, sedmax, numsed, linLog, ispecgen, irepl, isetfreq, iter) 2: asm(freq = freq, target = target, fper = fper, rayleigh = rayleigh, nyquist = nyquist, sedmin = 0.5, sedmax = 3, numsed = 100, linLog = 1, iter = 1e+05, output = FALSE) An irrecoverable exception occurred. R is aborting now ... Flavor: r-devel-linux-x86_64-fedora-clang