Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jobonaf committed Jun 12, 2017
1 parent bb3dcf4 commit 651c919
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ License: MIT License + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: stats, dplyr, RcppRoll, data.table
38 changes: 35 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
exportPattern("^[[:alpha:]]+")
importFrom("stats", "sd")
importFrom("stats", "na.omit")
# Generated by roxygen2: do not edit by hand

export(.roll_meanr_time)
export(BIAS)
export(CRMSE)
export(MPI_bias)
export(MPI_corr_space)
export(MPI_corr_time)
export(MPI_perc)
export(MPI_sdev_space)
export(MPI_sdev_time)
export(MQI_ts)
export(MQI_ts_synth)
export(MQI_year)
export(NMB)
export(NMSD)
export(R)
export(RMSE)
export(RMS_U_mod)
export(RMS_U_obs)
export(U_mod_year)
export(U_obs_95)
export(U_obs_95_year)
export(dMaxAvg8h)
export(dMean)
export(params_U)
export(perc)
export(threshold)
import(data.table)
importFrom(RcppRoll,roll_meanr)
importFrom(RcppRoll,roll_sumr)
importFrom(dplyr,full_join)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
1 change: 1 addition & 0 deletions dartle.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit 651c919

Please sign in to comment.