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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 3 18:55:39 CET 2018


Author: mvkorpel
Date: 2018-11-03 18:55:39 +0100 (Sat, 03 Nov 2018)
New Revision: 1124

Modified:
   pkg/dplR/ChangeLog
   pkg/dplR/DESCRIPTION
   pkg/dplR/man/detrend.Rd
Log:
A few minor typos


Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog	2018-10-23 15:54:56 UTC (rev 1123)
+++ pkg/dplR/ChangeLog	2018-11-03 17:55:39 UTC (rev 1124)
@@ -39,7 +39,7 @@
 File: detrend.series.R and .Rd
 ----------------
 
-- The function will now return the curves used for detrnding the series if return.info is TRUE.  Help file ammended.
+- 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. 
 

Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION	2018-10-23 15:54:56 UTC (rev 1123)
+++ pkg/dplR/DESCRIPTION	2018-11-03 17:55:39 UTC (rev 1124)
@@ -3,7 +3,7 @@
 Type: Package
 Title: Dendrochronology Program Library in R
 Version: 1.6.9
-Date: 2018-06-13
+Date: 2018-11-03
 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", "cph", "trl")), person("Franco", "Biondi",

Modified: pkg/dplR/man/detrend.Rd
===================================================================
--- pkg/dplR/man/detrend.Rd	2018-10-23 15:54:56 UTC (rev 1123)
+++ pkg/dplR/man/detrend.Rd	2018-11-03 17:55:39 UTC (rev 1124)
@@ -86,7 +86,7 @@
   \item{series}{ the main result described above (\code{data.frame} or
     list of data.frames) }
 
-  \item{curves}{ the curve or line used to detrend \code{series}. Either a \code{data.frame} or a list of  list of data.frames. }
+  \item{curves}{ the curve or line used to detrend \code{series}. Either a \code{data.frame} or a list of data.frames. }
 
   \item{model.info}{ Information about the models corresponding to each
     output series.  A \code{list} with one element for each column of



More information about the Dplr-commits mailing list