[Dplr-commits] r1025 - in pkg/dplR: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 16 23:01:26 CET 2016


Author: andybunn
Date: 2016-03-16 23:01:26 +0100 (Wed, 16 Mar 2016)
New Revision: 1025

Modified:
   pkg/dplR/ChangeLog
   pkg/dplR/DESCRIPTION
   pkg/dplR/man/detrend.Rd
   pkg/dplR/man/detrend.series.Rd
Log:
New version number in DESCRIPTION and small change in detrend(.series) help files.

Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog	2016-03-16 21:56:54 UTC (rev 1024)
+++ pkg/dplR/ChangeLog	2016-03-16 22:01:26 UTC (rev 1025)
@@ -1,3 +1,10 @@
+* CHANGES IN dplR VERSION 1.6.5
+
+File: detrend and detrend.series.Rd
+-----------------
+
+- Added Friedman under method argument in the help file. It was ommitted by mistake. 
+
 * CHANGES IN dplR VERSION 1.6.4
 
 File: DESCRIPTION

Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION	2016-03-16 21:56:54 UTC (rev 1024)
+++ pkg/dplR/DESCRIPTION	2016-03-16 22:01:26 UTC (rev 1025)
@@ -2,8 +2,8 @@
 Package: dplR
 Type: Package
 Title: Dendrochronology Program Library in R
-Version: 1.6.4
-Date: 2016-03-07
+Version: 1.6.5
+Date: 2016-03-16
 Authors at R: c(person("Andy", "Bunn", role = c("aut", "cph",
         "cre", "trl"), email = "andy.bunn at wwu.edu"), person("Mikko",
         "Korpela", role = c("aut", "trl")), person("Franco", "Biondi",

Modified: pkg/dplR/man/detrend.Rd
===================================================================
--- pkg/dplR/man/detrend.Rd	2016-03-16 21:56:54 UTC (rev 1024)
+++ pkg/dplR/man/detrend.Rd	2016-03-16 22:01:26 UTC (rev 1025)
@@ -28,8 +28,8 @@
   
   \item{method}{ a \code{character} vector to determine the detrending
     methods.  See details below.  Possible values are all subsets of
-    \code{c("Spline", "ModNegExp", "Mean", "Ar")}.  Defaults to using all the
-    available methods.}
+    \code{c("Spline", "ModNegExp", "Mean", "Ar", "Friedman")}.  Defaults to 
+    using all the available methods.}
   
   \item{nyrs}{ a number giving the rigidity of the smoothing spline,
     defaults to 0.67 of series length if \code{\var{nyrs}} is

Modified: pkg/dplR/man/detrend.series.Rd
===================================================================
--- pkg/dplR/man/detrend.series.Rd	2016-03-16 21:56:54 UTC (rev 1024)
+++ pkg/dplR/man/detrend.series.Rd	2016-03-16 22:01:26 UTC (rev 1025)
@@ -26,8 +26,8 @@
 
   \item{method}{ a \code{character} vector to determine the detrending
     methods.  See details below.  Possible values are all subsets of
-    \code{c("Spline", "ModNegExp", "Mean", "Ar")}.  Defaults to using all the
-    available methods.}
+    \code{c("Spline", "ModNegExp", "Mean", "Ar", "Friedman")}.  Defa
+    ults to using all the available methods.}
 
   \item{nyrs}{ a number controlling the smoothness of the
     fitted curve in method \code{"Spline"},



More information about the Dplr-commits mailing list