CRAN Package Check Results for Package RSEIS

Last updated on 2024-11-01 18:49:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.2-4 28.40 165.28 193.68 OK
r-devel-linux-x86_64-debian-gcc 4.2-4 18.29 106.95 125.24 OK
r-devel-linux-x86_64-fedora-clang 4.2-4 314.23 OK
r-devel-linux-x86_64-fedora-gcc 4.2-4 296.36 OK
r-devel-windows-x86_64 4.2-4 30.00 224.00 254.00 OK
r-patched-linux-x86_64 4.2-4 30.08 154.97 185.05 OK
r-release-linux-x86_64 4.2-4 29.39 154.40 183.79 OK
r-release-macos-arm64 4.2-4 85.00 OK
r-release-macos-x86_64 4.2-4 169.00 OK
r-release-windows-x86_64 4.2-4 29.00 218.00 247.00 OK
r-oldrel-macos-arm64 4.2-4 89.00 OK
r-oldrel-macos-x86_64 4.2-4 194.00 OK
r-oldrel-windows-x86_64 4.2-4 31.00 221.00 252.00 ERROR

Check Details

Version: 4.2-4
Check: examples
Result: ERROR Running examples in 'RSEIS-Ex.R' failed The error most likely occurred in: > ### Name: editDB > ### Title: Edit Data Base > ### Aliases: editDB pathDB > ### Keywords: misc > > ### ** Examples > > > ########## create a data set and a DB > tdir = tempdir() > data(GH) > > DD = data.frame(GH$info) > WV = which(GH$COMPS=='V') > > L1 = length(WV) > > ###### > GIVE = vector(mode='list') > > for(j in 1:L1) + { + i = WV[j] + AA = DD[i,] + + GIVE[[j]] = list(fn = AA$fn, sta =GH$STNS[i] , comp = GH$COMP[i], + dt = AA$dt, DATTIM = AA, N = AA$n1, units = NA, + coords = NA, amp = GH$JSTR[[i]] ) + + } > > ####### save files in the tempdir > for(i in 1:length(GIVE) ) + { + + sig = GIVE[[i]] + d1 = dateStamp(sig$DATTIM) + nam1 = paste(d1,sig$sta, sig$comp, sep='_') + nam2 = paste0(nam1, '.RDS') + nam3 = paste(tdir, nam2, sep='/') + saveRDS(file=nam3, sig) + } > LF = list.files(path=tdir,pattern='.RDS', full.names=TRUE) > > ####### make the database > cosoDB = FmakeDB(LF, kind=-1) > > ###### change the DB path: > path1<-tdir > path2<-"." > > ####### change the path name of the trace files > newDB <- pathDB(cosoDB, path1, path2 ) Warning in sub(path1, path2, fns, perl = TRUE) : PCRE pattern compilation error 'PCRE2 does not support \F, \L, \l, \N{name}, \U, or \u' at 'sers\CRAN\Documents\Rtmp2vjEoI' Error in sub(path1, path2, fns, perl = TRUE) : invalid regular expression 'C:\Users\CRAN\Documents\Rtmp2vjEoI' Calls: pathDB -> sub Execution halted Flavor: r-oldrel-windows-x86_64