Skip to content

Commit

Permalink
deal with some CRAN checks notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adw96 committed Aug 6, 2018
1 parent 4f4af61 commit dcf6099
Show file tree
Hide file tree
Showing 66 changed files with 77 additions and 1,250 deletions.
23 changes: 23 additions & 0 deletions NAMESPACE
Expand Up @@ -60,6 +60,7 @@ export(wlrm_untransformed)
import(ggplot2)
import(magrittr)
import(phyloseq)
import(stats)
import(tibble)
importFrom(graphics,hist)
importFrom(graphics,legend)
Expand All @@ -70,5 +71,27 @@ importFrom(mvtnorm,rmvnorm)
importFrom(phyloseq,get_variable)
importFrom(phyloseq,sample_data)
importFrom(stats,acf)
importFrom(stats,coef)
importFrom(stats,dexp)
importFrom(stats,dgeom)
importFrom(stats,dnbinom)
importFrom(stats,dpois)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,nls)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,head)
importFrom(utils,read.table)

0 comments on commit dcf6099

Please sign in to comment.