CRAN Package Check Results for Package astrochron

Last updated on 2024-04-18 22:52:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 35.63 163.25 198.88 ERROR
r-devel-linux-x86_64-debian-gcc 1.2 24.05 137.89 161.94 OK
r-devel-linux-x86_64-fedora-clang 1.2 242.86 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2 268.91 OK
r-prerel-macos-arm64 1.2 74.00 OK
r-prerel-windows-x86_64 1.2 36.00 164.00 200.00 OK
r-patched-linux-x86_64 1.2 34.11 188.14 222.25 OK
r-release-linux-x86_64 1.2 36.75 192.45 229.20 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 44.00 196.00 240.00 OK
r-oldrel-macos-arm64 1.2 81.00 OK
r-oldrel-windows-x86_64 1.2 44.00 204.00 248.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 0x7fff3b658940, 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 0x7fff67930540, 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