Skip to content

Commit

Permalink
added imports suggested by check
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddmorey committed Sep 19, 2015
1 parent 1f969cb commit adf9837
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/BayesFactor/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ VignetteBuilder: knitr
Depends:
R (>= 3.0.2),
coda,
methods,
Matrix (>= 1.1-1)
Imports:
pbapply,
Expand All @@ -26,7 +25,8 @@ Imports:
graphics,
gtools,
MatrixModels,
Rcpp (>= 0.11.2)
Rcpp (>= 0.11.2),
methods
Suggests:
doMC,
foreach,
Expand Down
10 changes: 10 additions & 0 deletions pkg/BayesFactor/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ importFrom(gtools, rdirichlet)
importFrom(MatrixModels, model.Matrix)
import(mvtnorm, pbapply, stringr, coda, Matrix)

importFrom("graphics", "abline", "axis", "barplot", "par", "segments",
"text")
importFrom("methods", ".hasSlot", "S3Part", "S3Part<-", "as", "is",
"new", "slot", "slot<-", "slotNames")
importFrom("stats", "aov", "dbinom", "dnorm", "dt", "formula",
"integrate", "lm", "nlm", "optim", "pcauchy", "plogis",
"pt", "qlogis", "rgamma", "sd", "t.test", "terms", "var")
importFrom("utils", "combn", "setTxtProgressBar", "txtProgressBar",
"vignette")


exportClasses("BFmodel", "BFBayesFactor","BFlinearModel", "BFodds")
exportClasses("BFBayesFactorList", "BFoneSample","BFindepSample","BFcontingencyTable")
Expand Down

0 comments on commit adf9837

Please sign in to comment.