Skip to content

Commit

Permalink
Merge pull request #253 from schalkdaniel/update_description
Browse files Browse the repository at this point in the history
move rcpp(armadillo) to suggests
  • Loading branch information
Daniel Schalk committed Sep 15, 2018
2 parents 05a7515 + 0d754b8 commit 415003a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ LazyData: true
RoxygenNote: 6.1.0
Imports:
Rcpp (>= 0.11.2),
RcppArmadillo (>= 0.8.500.0.0),
methods,
glue,
R6,
Expand All @@ -27,6 +26,7 @@ LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
RcppArmadillo (>= 0.8.500.0.0),
ggplot2,
testthat,
rpart,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ export(boostLinear)
export(boostSplines)
export(getCustomCppExample)
import(Rcpp)
import(RcppArmadillo)
useDynLib(compboost, .registration = TRUE)
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
NULL

#' @import Rcpp
#' @import RcppArmadillo
NULL

0 comments on commit 415003a

Please sign in to comment.