[Dplr-commits] r1126 - pkg/dplR
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 3 19:25:03 CET 2018
Author: mvkorpel
Date: 2018-11-03 19:25:03 +0100 (Sat, 03 Nov 2018)
New Revision: 1126
Modified:
pkg/dplR/ChangeLog
Log:
Tiny typos
Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog 2018-11-03 18:19:04 UTC (rev 1125)
+++ pkg/dplR/ChangeLog 2018-11-03 18:25:03 UTC (rev 1126)
@@ -28,7 +28,7 @@
File: pass.filt.R and .Rd
----------------
-- Adding a wrapper function for signal:butter and signal:filtfilt to get low-pass, high-pass, band-pass filtering implemented as per a user request.
+- Adding a wrapper function for signal::butter and signal::filtfilt to get low-pass, high-pass, band-pass filtering implemented as per a user request.
File: rwl.stats.R and .Rd
@@ -41,7 +41,7 @@
- The function will now return the curves used for detrending the series if return.info is TRUE. Help file amended.
-- Added the Hughershoff curve as an method for detrending. It's done along the lines of ModNegExp with straight line if the nls call fails.
+- Added the Hugershoff curve as an method for detrending. It's done along the lines of ModNegExp with straight line if the nls call fails.
- Added option to compute differences via subtraction rather than division.
More information about the Dplr-commits
mailing list