... | ... |
@@ -55,7 +55,7 @@ |
55 | 55 |
#' @importFrom doParallel registerDoParallel |
56 | 56 |
#' @importFrom methods is |
57 | 57 |
#' @examples |
58 |
-#' \donttest{ |
|
58 |
+#' \dontrun{ |
|
59 | 59 |
#' data(celdaCGSim) |
60 | 60 |
#' ## Run various combinations of parameters with 'celdaGridSearch' |
61 | 61 |
#' celdaCGGridSearchRes <- celdaGridSearch(celdaCGSim$counts, |
... | ... |
@@ -124,7 +124,7 @@ Run Celda with different combinations of parameters and |
124 | 124 |
but not be displayed in \code{stdout}. |
125 | 125 |
} |
126 | 126 |
\examples{ |
127 |
-\donttest{ |
|
127 |
+\dontrun{ |
|
128 | 128 |
data(celdaCGSim) |
129 | 129 |
## Run various combinations of parameters with 'celdaGridSearch' |
130 | 130 |
celdaCGGridSearchRes <- celdaGridSearch(celdaCGSim$counts, |