Last data update: 2014.03.03

IRISSeismic

Type: Package
Package: IRISSeismic
Version: 1.0.7-1
Title: Classes and Methods for Seismic Data Analysis
Authors@R: c(
person("Jonathan", "Callahan", email="jonathan.s.callahan@gmail.com", role=c("aut","cre")),
person("Rob", "Casey", email="rob@iris.washington.edu", role=c("aut")),
person("Mary", "Templeton", email="met@iris.washington.edu", role=c("aut"))
)
Author: Jonathan Callahan [aut, cre],
Rob Casey [aut],
Mary Templeton [aut]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>
Depends: R (>= 3.1.0)
Imports: methods, pracma, RCurl, seismicRoll (>= 1.0.1), signal,
stringr, XML
Suggests: mapdata, maps
Description: Provides classes and methods for seismic data analysis. The
base classes and methods are inspired by the python code found in
the 'ObsPy' python toolbox <http://github.com/obsypy/obspy>. Additional classes and
methods support data returned by web services provided by the 'IRIS DMC'
<http://service.iris.edu/>.
Collate: Class-Trace.R Class-Stream.R Class-IrisClient.R
mseedWrappers.R Utils.R spectralUtils.R
License: GPL (>= 2)
Repository: CRAN
NeedsCompilation: yes
Packaged: 2016-04-20 11:32:51 UTC; ligges
Date/Publication: 2016-04-20 13:33:46


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'IRISSeismic' ...
** package 'IRISSeismic' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -Ilibmseed -I/usr/local/include    -fpic  -g -O2  -c parseMiniSEED.c -o parseMiniSEED.o
make[1]: Entering directory '/tmp/RtmpMxsZ1r/R.INSTALL339962c2fd5e/IRISSeismic/src/libmseed'
gcc -g -O2  -fPIC -c fileutils.c -o fileutils.o
gcc -g -O2  -fPIC -c genutils.c -o genutils.o
gcc -g -O2  -fPIC -c gswap.c -o gswap.o
gcc -g -O2  -fPIC -c lmplatform.c -o lmplatform.o
gcc -g -O2  -fPIC -c lookup.c -o lookup.o
gcc -g -O2  -fPIC -c msrutils.c -o msrutils.o
gcc -g -O2  -fPIC -c pack.c -o pack.o
gcc -g -O2  -fPIC -c packdata.c -o packdata.o
gcc -g -O2  -fPIC -c traceutils.c -o traceutils.o
gcc -g -O2  -fPIC -c tracelist.c -o tracelist.o
gcc -g -O2  -fPIC -c parseutils.c -o parseutils.o
gcc -g -O2  -fPIC -c unpack.c -o unpack.o
gcc -g -O2  -fPIC -c unpackdata.c -o unpackdata.o
gcc -g -O2  -fPIC -c selection.c -o selection.o
gcc -g -O2  -fPIC -c logging.c -o logging.o
rm -f libmseed.a
ar -crs libmseed.a fileutils.o genutils.o gswap.o lmplatform.o lookup.o msrutils.o pack.o packdata.o traceutils.o tracelist.o parseutils.o unpack.o unpackdata.o selection.o logging.o
make[1]: Leaving directory '/tmp/RtmpMxsZ1r/R.INSTALL339962c2fd5e/IRISSeismic/src/libmseed'
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o IRISSeismic.so parseMiniSEED.o -Llibmseed -lmseed -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/IRISSeismic/libs
** R
** inst
** preparing package for lazy loading
Creating a generic function for 'mean' from package 'base' in package 'IRISSeismic'
Creating a generic function for 'median' from package 'stats' in package 'IRISSeismic'
Creating a generic function for 'sd' from package 'stats' in package 'IRISSeismic'
Creating a generic function for 'plot' from package 'graphics' in package 'IRISSeismic'
** help
*** installing help indices
  converting help for package 'IRISSeismic'
    finding HTML links ... done
    DDT                                     html  
    IRISSeismic-package                     html  
    IrisClient-class                        html  
    McNamaraBins                            html  
    McNamaraPSD                             html  
    STALTA                                  html  
    Stream-class                            html  
    Trace-class                             html  
    TraceHeader-class                       html  
    basicStats                              html  
    butterworth                             html  
    crossSpectrum                           html  
    envelope                                html  
    eventWindow                             html  
    getAvailability                         html  
    getChannel                              html  
    getDataselect                           html  
    getDistaz                               html  
    getEvalresp                             html  
    getEvent                                html  
    getGaps                                 html  
    getNetwork                              html  
    getRotation                             html  
    getSNCL                                 html  
    getStation                              html  
    getTraveltime                           html  
    getUnavailability                       html  
    getUpDownTimes                          html  
    hilbert                                 html  
    hilbertFFT                              html  
    mergeTraces                             html  
    mergeUpDownTimes                        html  
    miniseed2Stream                         html  
    multiplyBy                              html  
    noiseMatrix2PdfMatrix                   html  
    noiseModels                             html  
    psdDF2NoiseMatrix                       html  
    psdList                                 html  
    psdList2NoiseMatrix                     html  
    psdPlot                                 html  
    psdStatistics                           html  
    readMiniseedFile                        html  
    rmsVariance                             html  
    rotate2D                                html  
    slice                                   html  
    surfaceDistance                         html  
    triggerOnset                            html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (IRISSeismic)
Making 'packages.html' ... done