kitagawa | R Documentation |
CI is handled via Github Actions (replaces Travis-CI)
3.1.2: Fixed error in vignette engine specification
3.1.1: added a ticks.only
option to logticks
3.1: Added the model of Wang et al (2018; 10.1029/2018WR022793), to the model toolbox and to the ResponseModels toolbox. Thanks to @jkennel for contributing this.
New test validating Wang model against Hsieh model (they are equivalent when specific leakage is zero). Thanks to @jkennel for contributing this.
Previous build on CRAN broke because sapa/ifultools were removed; hence, the specifics of
cross_spectrum
have changed. The code now uses new functionality from the CRAN package.
(sapa/ifultools were unreliablely maintained for a while.)
One benefit is this new approach allows for adaptive refinement of the (sine-multitaper) cross spectrum rather
than uniform tapering across all frequencies. But, one unfortunate consequence is
that any codes/scripts using the Welch option (i.e., k=NULL
) will break.
Fixes a sign error in the Liu solution. Thanks to @jkennel for catching this.
Removed the need for pandoc-citeproc in Tohoku vignette because of a presently unfixed bug.
NA values stop execution of cross_spectrum
; and, added tests.
NEW FUNCTION: logsmoo
which can be used to smooth hdr signals in log-space
UPDATED: Tohoku cross-spectrum vignette
Added DOIs for references
Added optional switch to cross_spectrum
to switch from multitaper to Welch overlapping estimation
Tohoku cross-spectrum vignette
Function for cross-spectrum computation
Includes Windows CI via AppVeyor
unit-testing framework (testthat, CRAN), with some tests
Mostly a maintenance release.
Travis-CI is now used to track builds; see also the github page.
New capability to model open well response: open_well_response
well_response
now returns complex frequency response only, rather than
returnin amplitude and phase as separate vectors.
Substantial documentation improvements (and shuffling around).
Response functions now add attributes and class to output: 'wrsp' and 'owrsp' for sealed and open well response, respectively.
New methods for 'wrsp' and 'owrsp', including plot.wrsp
, for example.
kitplot
is simply a link to plot.wrsp
Changed variable names in well_response
and added defaults in case some
are missing.
Added a vignette highlighting model differences.
New utility function .in0to1
to test for existence between zero to one;
this is useful to check if a parameter is valid (e.g. Skemptons ratio).
New utility constants
to access stored physical constants.
Removed empty .Last.lib
function.
Added missing closures in 'NEWS.Rd'.
Added .onAttach
message into 'zzz.R' file.
NEWS is now in Rd format in the inst/ directory.
This marks the first release to CRAN.
added a demo
bug fix: when given a single frequency (omega), the calculation failed
documentation improved
First version, checks ok.
Documentation complete, thanks to roxygen2 (CRAN).