CRAN Package Check Results for Package ETAS

Last updated on 2022-11-23 07:54:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.9 34.89 104.31 139.20 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.9 28.90 80.38 109.28 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.9 195.15 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.9 197.77 ERROR
r-devel-windows-x86_64 0.4.9 41.00 174.00 215.00 OK
r-patched-linux-x86_64 0.4.9 34.29 109.16 143.45 OK
r-release-linux-x86_64 0.4.9 28.61 108.20 136.81 OK
r-release-macos-arm64 0.4.9 60.00 OK
r-release-macos-x86_64 0.4.9 118.00 OK
r-release-windows-x86_64 0.4.9 39.00 177.00 216.00 OK
r-oldrel-macos-arm64 0.4.9 50.00 OK
r-oldrel-macos-x86_64 0.4.9 75.00 OK
r-oldrel-windows-ix86+x86_64 0.4.9 83.00 185.00 268.00 OK

Check Details

Version: 0.4.9
Check: examples
Result: ERROR
    Running examples in 'ETAS-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: catalog
    > ### Title: Create an Earthquake Catalog
    > ### Aliases: catalog
    > ### Keywords: spatial math earthquake modeling
    >
    > ### ** Examples
    >
    > summary(iran.quakes)
     date time long lat
     2014-08-18: 44 00:04:50.70: 2 Min. :40.01 Min. :22.13
     2011-10-23: 42 04:46:33.00: 2 1st Qu.:48.34 1st Qu.:28.32
     2013-04-09: 31 07:02:27.00: 2 Median :51.88 Median :32.13
     2013-05-11: 27 00:00:19.42: 1 Mean :52.20 Mean :32.80
     2011-10-24: 19 00:00:41.44: 1 3rd Qu.:56.39 3rd Qu.:37.52
     1990-06-21: 18 00:00:46.52: 1 Max. :65.00 Max. :41.98
     (Other) :5789 (Other) :5961
     mag
     Min. :4.000
     1st Qu.:4.200
     Median :4.400
     Mean :4.468
     3rd Qu.:4.700
     Max. :6.200
    
    >
    > # creating a catalog with rectangular study region
    > iran.cat <- catalog(iran.quakes, time.begin="1973/01/01",
    + study.start="1985/01/01", study.end="2016/01/01",
    + lat.range=c(25, 42), long.range=c(42, 63),
    + mag.threshold=4.5)
    Error in catalog(iran.quakes, time.begin = "1973/01/01", study.start = "1985/01/01", :
     no more than one event can occur simultaneously! check events
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.4.9
Check: examples
Result: ERROR
    Running examples in ‘ETAS-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: catalog
    > ### Title: Create an Earthquake Catalog
    > ### Aliases: catalog
    > ### Keywords: spatial math earthquake modeling
    >
    > ### ** Examples
    >
    > summary(iran.quakes)
     date time long lat
     2014-08-18: 44 00:04:50.70: 2 Min. :40.01 Min. :22.13
     2011-10-23: 42 04:46:33.00: 2 1st Qu.:48.34 1st Qu.:28.32
     2013-04-09: 31 07:02:27.00: 2 Median :51.88 Median :32.13
     2013-05-11: 27 00:00:19.42: 1 Mean :52.20 Mean :32.80
     2011-10-24: 19 00:00:41.44: 1 3rd Qu.:56.39 3rd Qu.:37.52
     1990-06-21: 18 00:00:46.52: 1 Max. :65.00 Max. :41.98
     (Other) :5789 (Other) :5961
     mag
     Min. :4.000
     1st Qu.:4.200
     Median :4.400
     Mean :4.468
     3rd Qu.:4.700
     Max. :6.200
    
    >
    > # creating a catalog with rectangular study region
    > iran.cat <- catalog(iran.quakes, time.begin="1973/01/01",
    + study.start="1985/01/01", study.end="2016/01/01",
    + lat.range=c(25, 42), long.range=c(42, 63),
    + mag.threshold=4.5)
    Error in catalog(iran.quakes, time.begin = "1973/01/01", study.start = "1985/01/01", :
     no more than one event can occur simultaneously! check events
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc