[Dplr-commits] r1072 - pkg/dplR
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 20 23:44:53 CET 2017
Author: andybunn
Date: 2017-11-20 23:44:53 +0100 (Mon, 20 Nov 2017)
New Revision: 1072
Modified:
pkg/dplR/ChangeLog
pkg/dplR/DESCRIPTION
pkg/dplR/NAMESPACE
Log:
New function plotRings
Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog 2017-05-18 16:37:39 UTC (rev 1071)
+++ pkg/dplR/ChangeLog 2017-11-20 22:44:53 UTC (rev 1072)
@@ -1,7 +1,21 @@
* CHANGES IN dplR VERSION 1.6.7
-Nothing yet.
+File: plotRings.R
+----------------
+- New function to plot a cross section. Contributed by Darwin Pucha-Cofrep and Jakob Wernicke
+
+File: DESCRIPTION
+----------------
+
+- Added in new authors (Darwin Pucha-Cofrep and Jakob Wernicke),
+- Added animation to Imports list
+- Added gmp to Suggests
+
+File: NAMESPACE
+----------------
+
+- Added plotRings to export and importFrom(animation, saveGIF) to support it.
* CHANGES IN dplR VERSION 1.6.6
File: helpers.R
Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION 2017-05-18 16:37:39 UTC (rev 1071)
+++ pkg/dplR/DESCRIPTION 2017-11-20 22:44:53 UTC (rev 1072)
@@ -3,7 +3,7 @@
Type: Package
Title: Dendrochronology Program Library in R
Version: 1.6.7
-Date: 2017-05-18
+Date: 2017-11-20
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",
@@ -13,15 +13,18 @@
person("Christian", "Zang", role = c("aut", "cph")),
person("Allan", "Buras", role = "ctb"), person("Jacob",
"Cecile", role = "ctb"), person("Manfred", "Mudelsee", role =
- "ctb"), person("Michael", "Schulz", role = "ctb"))
-Author: Andy Bunn [aut, cph, cre, trl], Mikko Korpela [aut, trl], Franco Biondi [aut, cph], Filipe Campelo [aut, cph], Pierre Mérian [aut, cph], Fares Qeadan [aut, cph], Christian Zang [aut, cph], Allan Buras [ctb], Jacob Cecile [ctb], Manfred Mudelsee [ctb], Michael Schulz [ctb]
+ "ctb"), person("Michael", "Schulz", role = "ctb"),
+ person("Darwin", "Pucha-Cofrep", role = c("aut", "cph")),
+ person("Jakob", "Wernicke", role = c("aut", "cph")))
+Author: Andy Bunn [aut, cph, cre, trl], Mikko Korpela [aut, trl], Franco Biondi [aut, cph], Filipe Campelo [aut, cph], Pierre Mérian [aut, cph], Fares Qeadan [aut, cph], Christian Zang [aut, cph], Allan Buras [ctb], Jacob Cecile [ctb], Manfred Mudelsee [ctb], Michael Schulz [ctb], Darwin Pucha-Cofrep [aut, cph], Jakob Wernicke [aut, cph]
Copyright: Authors and file inst/COPYRIGHTS
Maintainer: Andy Bunn <andy.bunn at wwu.edu>
Depends: R (>= 2.15.2)
Imports: graphics, grDevices, grid, stats, utils, lattice (>= 0.13-6),
Matrix (>= 1.0-3), digest (>= 0.2.3), matrixStats (>= 0.50.2),
png (>= 0.1-2), R.utils (>= 1.32.0), stringi (>= 0.2-3),
- stringr (>= 0.4), XML (>= 2.1-0), plyr (>= 1.8)
+ stringr (>= 0.4), XML (>= 2.1-0), plyr (>= 1.8),
+ animation (>= 1.8)
Suggests: Biobase, Cairo (>= 1.5-0), dichromat (>= 1.2-3), foreach,
forecast, gmp (>= 0.5-5), iterators, knitr, RColorBrewer,
testthat (>= 0.8), tikzDevice, waveslim
Modified: pkg/dplR/NAMESPACE
===================================================================
--- pkg/dplR/NAMESPACE 2017-05-18 16:37:39 UTC (rev 1071)
+++ pkg/dplR/NAMESPACE 2017-11-20 22:44:53 UTC (rev 1072)
@@ -36,6 +36,8 @@
importFrom(plyr, alply)
+importFrom(animation, saveGIF)
+
export(autoread.ids, bai.in, bai.out, ccf.series.rwl, chron, cms,
combine.rwl, common.interval, corr.rwl.seg, corr.series.seg,
crn.plot, detrend, detrend.series, ffcsaps, fill.internal.NA,
@@ -49,7 +51,8 @@
write.compact, write.crn, write.rwl, write.tridas,
write.tucson, plot.rwl, interseries.cor, summary.rwl, plot.crn,
insert.ring, delete.ring, xskel.ccf.plot, xskel.plot, latexify,
- latexDate, rasterPlot, treeMean, rwl.report, print.rwl.report)
+ latexDate, rasterPlot, treeMean, rwl.report, print.rwl.report,
+ plotRings)
S3method(print, redfit)
S3method(plot, rwl)
More information about the Dplr-commits
mailing list