[Genabel-commits] r1969 - pkg/MixABEL/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 11 17:03:59 CEST 2015
Author: lckarssen
Date: 2015-05-11 17:03:59 +0200 (Mon, 11 May 2015)
New Revision: 1969
Modified:
pkg/MixABEL/R/MixABEL-package.R
Log:
Add importFrom line for Rcpp to MixABEL's roxygen2 documentation.
Now running devtools::document() creates the correct NAMESPACE file. This was a leftover from r1955 (see its commit message).
Modified: pkg/MixABEL/R/MixABEL-package.R
===================================================================
--- pkg/MixABEL/R/MixABEL-package.R 2015-05-11 14:42:27 UTC (rev 1968)
+++ pkg/MixABEL/R/MixABEL-package.R 2015-05-11 15:03:59 UTC (rev 1969)
@@ -11,5 +11,6 @@
#' @aliases "MixABEL"
#' @useDynLib MixABEL
#' @import DatABEL GenABEL MASS mvtnorm
+#' @importFrom Rcpp evalCpp
"MixABEL-package" <- function() {}
More information about the Genabel-commits
mailing list