Skip to content

Commit

Permalink
DESCRIPTION and NAMESPACE for target plot
Browse files Browse the repository at this point in the history
  • Loading branch information
jobonaf committed Jun 20, 2017
1 parent 13dbc9b commit 70228e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends: R (>= 2.10)
Imports: stats, dplyr, RcppRoll, data.table, ggplot2
Imports: stats, dplyr, RcppRoll, data.table, ggplot2, tidyr
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ export(U_obs_95)
export(U_obs_95_year)
export(dMaxAvg8h)
export(dMean)
export(multiplot)
export(params_U)
export(perc)
export(summary_plot)
export(summary_report)
export(target_plot)
export(target_report)
export(threshold)
Expand All @@ -37,3 +40,4 @@ importFrom(dplyr,full_join)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidyr,gather)

0 comments on commit 70228e6

Please sign in to comment.