Last data update: 2014.03.03

ETAS

Package: ETAS
Type: Package
Title: Modeling Earthquake Data Using ETAS Model
Version: 0.2
Date: 2016-02-04
Author: Abdollah Jalilian [aut, cre], Jiancang Zhuang [ctb]
Maintainer: Abdollah Jalilian <jalilian@razi.ac.ir>
Description: Fitting the space-time Epidemic Type
Aftershock Sequence (ETAS) model to earthquake catalogs
using a stochastic declustering approach.
The ETAS model is a spatio-temporal marked point process
model and a special case of the Hawcks process.
The package is based on Fortran code by Jiancang Zhuang
(available at http://bemlar.ism.ac.jp/zhuang/software.html),
which is translated into C such that it can be called from R.
Depends: R (>= 3.1.0), maps
Imports: spatstat
License: GPL (>= 2)
LazyData: true
LazyLoad: true
NeedsCompilation: yes
Packaged: 2016-02-06 15:16:15 UTC; aj
Repository: CRAN
Date/Publication: 2016-02-07 09:35:44

● 0 images, 7 functions, 2 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ETAS' ...
** package 'ETAS' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c declust.c -o declust.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dist.c -o dist.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c fit.c -o fit.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lambda.c -o lambda.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c poly.c -o poly.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ETAS.so declust.o dist.o fit.o lambda.o poly.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ETAS/libs
** R
** data
*** moving datasets to lazyload DB
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ETAS'
    finding HTML links ... done
    ETAS-internal                           html  
    catalog                                 html  
    finding level-2 HTML links ... done

    date2day                                html  
    etas                                    html  
    etas.object                             html  
    iran.quakes                             html  
    jap.quakes                              html  
    lambda                                  html  
    rates                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (ETAS)
Making 'packages.html' ... done