Skip to content

Commit

Permalink
version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillian Sharer authored and cran-robot committed Oct 7, 2021
1 parent 7263724 commit 7e6847c
Show file tree
Hide file tree
Showing 12 changed files with 224 additions and 426 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Type: Package
Package: IRISSeismic
Version: 1.6.2
Version: 1.6.3
Title: Classes and Methods for Seismic Data Analysis
Authors@R: c(
person("Jonathan", "Callahan", email="jonathan@mazamascience.com", role=c("aut")),
Expand All @@ -24,11 +24,11 @@ Collate: Class-Trace.R Class-Stream.R Class-IrisClient.R
License: GPL (>= 2)
Repository: CRAN
NeedsCompilation: yes
Packaged: 2021-03-22 16:24:17 UTC; gilliansharer
Packaged: 2021-10-07 01:01:53 UTC; gilliansharer
Author: Jonathan Callahan [aut],
Rob Casey [aut],
Gillian Sharer [aut, cre],
Mary Templeton [aut],
Chad Trabant [ctb]
Maintainer: Gillian Sharer <gillian@iris.washington.edu>
Date/Publication: 2021-03-23 01:20:04 UTC
Date/Publication: 2021-10-07 07:30:02 UTC
22 changes: 11 additions & 11 deletions MD5
@@ -1,27 +1,27 @@
f49749b5ed12118832582afae7405e08 *DESCRIPTION
1944d96027fec2745c65ffae075f60c8 *DESCRIPTION
53386287e1d1e79ae5c6af60296e0636 *NAMESPACE
54d42650d06366375674b1d473c2708c *R/Class-IrisClient.R
add32763a630d724d98e9997dc9b949d *R/Class-Stream.R
8739893ef6fbbf71f92779549a85bf04 *R/Class-Trace.R
884619e7253c3037340ec0b725eaca04 *R/Utils.R
17258addfe8d9ef274ac38a1964572af *R/mseedWrappers.R
36366e041f5981f475f317576f9dfe82 *R/spectralUtils.R
5c783aa2cc5e4881f3b8a3c7fd27f32d *build/vignette.rds
bc34382879e402bfcb8607004f1e5e1a *R/mseedWrappers.R
fb8314b5724a8ec5c8bc9e18fb899e3d *R/spectralUtils.R
3d3a02fe569b145c395ab52e84e3db7a *build/vignette.rds
fef1cc7e8fe6b99af1f9cbfe8f52edc2 *inst/doc/IRISSeismic-intro.R
55bc7cd1e0fd74a3b209cc2d44f2f404 *inst/doc/IRISSeismic-intro.Rmd
a4b820746ee2f283725681dbfc5ac420 *inst/doc/IRISSeismic-intro.html
70be6b9a25091b03818737efc6c2013a *inst/doc/IRISSeismic-intro.Rmd
dddada853fff5bfe2447af14e9e8d803 *inst/doc/IRISSeismic-intro.html
b1346e5656dd2a3cb6996891b8e3c487 *man/DDT.Rd
4b5a55bf3f7e1a2696db46083760a245 *man/IRISSeismic-package.Rd
bfab9e1bb466ad0d970fbfcd49963280 *man/IRISSeismic-package.Rd
0286938591fb8d8fe60b31a35db1dd29 *man/IrisClient-class.Rd
7017b6bb847e8fe56768c5ccd8fcc042 *man/McNamaraBins.Rd
e2a904b2e92a17e376ae3d73a72b29e6 *man/McNamaraPSD.Rd
862726d65bab0588450ba57bb76ed2ca *man/STALTA.Rd
6170102296f56014a54e00c674149eb7 *man/STALTA.Rd
b60369fed60b09e8fa0d518aa1f5b076 *man/Stream-class.Rd
ec34fd9305ac1d9ee2c3147c3bb2e77e *man/Trace-class.Rd
3d6071066913914b81b4efdbcb5a0c55 *man/TraceHeader-class.Rd
2e5cc96857019cfb98fac62304944231 *man/basicStats.Rd
00382bcd083ec432df1ac87437ffa292 *man/butterworth.Rd
11521a6994302f796b21a9e6cd20e4e4 *man/crossSpectrum.Rd
44e7c7e12f0458fefa1006b1faff8b2e *man/crossSpectrum.Rd
b2f77fe7483b0e1d3db066f2be3849b8 *man/envelope.Rd
950ed50c7e36304f828d319a76064ca4 *man/eventWindow.Rd
5b252b34bef034fefcbb357094696b2e *man/getAvailability.Rd
Expand Down Expand Up @@ -202,7 +202,7 @@ bb6cd0416ecf84d69e4d9bc0cf137bfe *src/libmseed/selection.c
a4b49353b5038a3c7824df585450a65b *src/libmseed/unpack.c
44494f7cd97a44702900777c56cb3fbf *src/libmseed/unpackdata.c
a2e3c3038b58a98c7865e3e839532077 *src/libmseed/unpackdata.h
cf675a1443ae88914c0b2b8b3111d0d6 *src/parseMiniSEED.c
55bc7cd1e0fd74a3b209cc2d44f2f404 *vignettes/IRISSeismic-intro.Rmd
9dec31be92bfdaa49e66e5424cf667c5 *src/parseMiniSEED.c
70be6b9a25091b03818737efc6c2013a *vignettes/IRISSeismic-intro.Rmd
7c30695653c4728536070dbf0099f699 *vignettes/rstudio-IRISSeismic.png
236b60893fcdcc65318ace39d042c44f *vignettes/rstudio-windows.png
2 changes: 1 addition & 1 deletion R/mseedWrappers.R
@@ -1,6 +1,6 @@
# Functions to wrap C code that uses libmseed.
#
# See http://mazamascience.com/WorkingWithData/?p=1099
# See https://web.archive.org/web/20121117072251/http://mazamascience.com/WorkingWithData/?p=1099
#

# See seismic/src/parseMiniSEED.c for code comments
Expand Down
2 changes: 1 addition & 1 deletion R/spectralUtils.R
Expand Up @@ -25,7 +25,7 @@

# "Spectral Analysis -- Smoothed Periodogram Method"
#
# http://www.ltrr.arizona.edu/~dmeko/notes_6.pdf
# https://web.archive.org/web/20030917133457/http://www.ltrr.arizona.edu/~dmeko/notes_6.pdf
#
# Simple explanation of DFT and smoothed periodogram with an explanation of
# Daniell smoothers:
Expand Down
Binary file modified build/vignette.rds
Binary file not shown.
4 changes: 2 additions & 2 deletions inst/doc/IRISSeismic-intro.Rmd
Expand Up @@ -36,14 +36,14 @@ the source code.

## Getting Started

For those who are not used to working with `R`, the [Using R](http://mazamascience.com/WorkingWithData/?series=using-r) series of
For those who are not used to working with `R`, the [Using R](https://web.archive.org/web/20120409050248/http://mazamascience.com/WorkingWithData/?series=using-r) series of
blog posts offers tips on how to get started and includes links to other introductory
documentation.

### RStudio

Users of the `IRISSeismic` package are encouraged to first download and install
the [RStudio](https://rstudio.com/) integrated development environment for
the [RStudio](https://www.rstudio.com/) integrated development environment for
**R**. Newcomers to `R` will find **RStudio** a much friendlier
environment in which to work.

Expand Down

0 comments on commit 7e6847c

Please sign in to comment.