Last updated on 2024-10-31 10:50:26 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
ClamR | 13 | ||
GEOmap | 13 | ||
geomapdata | 13 | ||
PEIP | 13 | ||
ProfessR | 13 | ||
RFOC | 10 | 3 | |
RPMG | 13 | ||
Rquake | 13 | ||
RSEIS | 1 | 12 | |
Rwave | 13 | ||
zoeppritz | 13 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 10, OK: 3
Version: 3.4-10
Check: Rd files
Result: NOTE
checkRd: (-1) PKAM.Rd:19: Lost braces
19 | item{Paz}{P-axis azimuth angle}
| ^
checkRd: (-1) PKAM.Rd:19: Lost braces
19 | item{Paz}{P-axis azimuth angle}
| ^
checkRd: (-1) PKAM.Rd:20: Lost braces
20 | item{Pdip}{P-axis dip angle}
| ^
checkRd: (-1) PKAM.Rd:20: Lost braces
20 | item{Pdip}{P-axis dip angle}
| ^
checkRd: (-1) PKAM.Rd:21: Lost braces
21 | item{Taz}{T-axis azimuth angle}
| ^
checkRd: (-1) PKAM.Rd:21: Lost braces
21 | item{Taz}{T-axis azimuth angle}
| ^
checkRd: (-1) PKAM.Rd:22: Lost braces
22 | item{Tdip}{T-axis dip angle}
| ^
checkRd: (-1) PKAM.Rd:22: Lost braces
22 | item{Tdip}{T-axis dip angle}
| ^
checkRd: (-1) PKAM.Rd:23: Lost braces
23 | item{h}{horizontal point to plot on ternary plot }
| ^
checkRd: (-1) PKAM.Rd:23: Lost braces
23 | item{h}{horizontal point to plot on ternary plot }
| ^
checkRd: (-1) PKAM.Rd:24: Lost braces
24 | item{v}{vertical point to plot on ternary plot }
| ^
checkRd: (-1) PKAM.Rd:24: Lost braces
24 | item{v}{vertical point to plot on ternary plot }
| ^
checkRd: (-1) PKAM.Rd:25: Lost braces
25 | item{fcols}{colors, not used}
| ^
checkRd: (-1) PKAM.Rd:25: Lost braces
25 | item{fcols}{colors, not used}
| ^
checkRd: (-1) PKAM.Rd:26: Lost braces
26 | item{LATS}{Latitude}
| ^
checkRd: (-1) PKAM.Rd:26: Lost braces
26 | item{LATS}{Latitude}
| ^
checkRd: (-1) PKAM.Rd:27: Lost braces
27 | item{LONS}{Longitude}
| ^
checkRd: (-1) PKAM.Rd:27: Lost braces
27 | item{LONS}{Longitude}
| ^
checkRd: (-1) PKAM.Rd:28: Lost braces
28 | item{IFcol}{integer pointer to internal color}
| ^
checkRd: (-1) PKAM.Rd:28: Lost braces
28 | item{IFcol}{integer pointer to internal color}
| ^
checkRd: (-1) PKAM.Rd:29: Lost braces
29 | item{yr}{year, not used}
| ^
checkRd: (-1) PKAM.Rd:29: Lost braces
29 | item{yr}{year, not used}
| ^
checkRd: (-1) PKAM.Rd:30: Lost braces
30 | item{JDHM}{Julian Day, hour, minute, not used}
| ^
checkRd: (-1) PKAM.Rd:30: Lost braces
30 | item{JDHM}{Julian Day, hour, minute, not used}
| ^
checkRd: (-1) PKAM.Rd:31: Lost braces
31 | item{JDHMS}{Julian Day, hour, minute, seconds}
| ^
checkRd: (-1) PKAM.Rd:31: Lost braces
31 | item{JDHMS}{Julian Day, hour, minute, seconds}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13