From 0179fa5f3565159dd3400a89b5762f9a1ba63fd4 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 4 Apr 2018 13:34:47 -0400 Subject: Add importFrom statements --- R/gensvm.R | 3 +++ 1 file changed, 3 insertions(+) (limited to 'R/gensvm.R') diff --git a/R/gensvm.R b/R/gensvm.R index d59c7e0..6e73295 100644 --- a/R/gensvm.R +++ b/R/gensvm.R @@ -79,6 +79,9 @@ #' \code{\link{plot}}, \code{\link{gensvm.grid}}, \code{\link{gensvm-package}} #' #' @export +#' +#' @importFrom stats runif +#' #' @useDynLib gensvm_wrapper, .registration = TRUE #' #' @examples -- cgit v1.2.3