From 4468f730d9e13d4edd34bcfa53104d31f4570453 Mon Sep 17 00:00:00 2001 From: dgerlanc Date: Thu, 17 Sep 2015 09:38:31 -0400 Subject: [PATCH] MNT: Update exports to remove warnings. --- .gitignore | 1 + DESCRIPTION | 2 +- NAMESPACE | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b2390e1..cbcb198 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ *-Ex.R *.Rproj .Rbuildignore +.Rproj.user diff --git a/DESCRIPTION b/DESCRIPTION index a8c531b..765e35d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Exploring Portfolio-Based Conjectures About Financial Instruments Version: 0.3-4 -Date: 2015-08-14 +Date: 2015-09-17 Author: Jeff Enos and David Kane , with contributions from Kyle Campbell , Daniel Gerlanc diff --git a/NAMESPACE b/NAMESPACE index 3cdf294..cadee8d 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -2,7 +2,7 @@ importFrom("graphics", plot) importFrom("grid", pushViewport, viewport, grid.text, gpar, popViewport) importFrom("lattice", barchart, panel.lines, panel.superpose, panel.xyplot, xyplot) -importFrom("methods", "new") +importFrom("methods", "new", "show") importFrom("stats", "as.formula", "formula", "median", "quantile", "reshape", "sd", "weighted.mean") importFrom("utils", "tail")