Last updated on 2021-02-05 15:54:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 27.38 | 159.96 | 187.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 22.57 | 104.55 | 127.12 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 230.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 221.79 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9 | 58.00 | 250.00 | 308.00 | OK | |
r-patched-linux-x86_64 | 0.9 | 27.17 | 147.32 | 174.49 | OK | |
r-patched-solaris-x86 | 0.9 | 258.80 | OK | |||
r-release-linux-x86_64 | 0.9 | 26.60 | 145.92 | 172.52 | OK | |
r-release-macos-x86_64 | 0.9 | OK | ||||
r-release-windows-ix86+x86_64 | 0.9 | 43.00 | 255.00 | 298.00 | OK | |
r-oldrel-macos-x86_64 | 0.9 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 37.00 | 205.00 | 242.00 | OK |
Version: 0.9
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: mwCor
> ### Title: Calculate moving window correlation coefficient for two
> ### stratigraphic series, using a 'dynamic window'
> ### Aliases: mwCor
>
> ### ** Examples
>
> # generate example series
> ex <- cycles(freqs=c(1/40,1/20),noisevar=.2)
----- GENERATING A TIME SERIES WITH SPECIFIED HARMONIC COMPONENTS AND NOISE -----
* phase not specified, will use 0.
* amplitude not specified, will use 1.
Frequency Amplitude Phase
1 0.025 1 0
2 0.050 1 0
>
> # add second variable
> ex[3] <- cycles(freqs=c(1/40,1/20),noisevar=0.2)[2]
----- GENERATING A TIME SERIES WITH SPECIFIED HARMONIC COMPONENTS AND NOISE -----
* phase not specified, will use 0.
* amplitude not specified, will use 1.
Frequency Amplitude Phase
1 0.025 1 0
2 0.050 1 0
>
> # jitter sampling times
> ex[1]=ex[1]+rnorm(500,sd=5)
> # sort
> ex = ex[order(ex[1],na.last=NA,decreasing=FALSE),]
Error in xtfrm.data.frame(x) : cannot xtfrm data frames
Calls: [ ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc