Skip to content

Commit

Permalink
More documentation updates
Browse files Browse the repository at this point in the history
to be in compliance with CRAN...
  • Loading branch information
Nick Rittler authored Oct 11, 2018
1 parent d9b257d commit ba8d438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Imports:
ggplot2,
MASS,
methods,
Rcpp (>= 0.11.3)
Rcpp (>= 0.11.3),
stats
Suggests:
bigmemory,
glmnet,
Expand All @@ -35,4 +36,4 @@ LinkingTo:
RcppArmadillo
LazyData: yes
VignetteBuilder: R.rsp
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0.9000
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ export(sgd)
import(MASS)
importFrom(Rcpp,evalCpp)
importFrom(methods,new)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,is.empty.model)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,predict)
importFrom(stats,rnorm)
useDynLib(sgd)

0 comments on commit ba8d438

Please sign in to comment.