We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9545fa1 commit efd3538Copy full SHA for efd3538
2 files changed
NAMESPACE
@@ -13,6 +13,7 @@ export(sNMB)
13
export(tDNB)
14
import(future)
15
import(magrittr)
16
+importFrom(Rcpp,sourceCpp)
17
importFrom(methods,is)
18
importFrom(stats,aggregate)
19
importFrom(stats,cor)
R/zzz.R
@@ -1,3 +1,7 @@
1
+#' @importFrom Rcpp sourceCpp
2
+#' @useDynLib BioTransition, .registration = TRUE
3
+NULL
4
+
5
# Global variables declaration for NSE (non-standard evaluation)
6
# This silences R CMD check NOTEs about undefined global variables
7
utils::globalVariables(c(
0 commit comments