Skip to content

Commit

Permalink
MNT: Update exports to remove warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgerlanc committed Sep 17, 2015
1 parent e041ef0 commit 4468f73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*-Ex.R
*.Rproj
.Rbuildignore
.Rproj.user
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeff@kanecap.com> and David Kane <dave@kanecap.com>,
with contributions from Kyle Campbell
<kyle.w.campbell@williams.edu>, Daniel Gerlanc
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4468f73

Please sign in to comment.