Skip to content

Commit 2c86c31

Browse files
committed
Reduce example running time
1 parent 9ef1818 commit 2c86c31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/LEAV.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
#' # Get data from EvaluateCore
105105
#' data("cassava_EC", package = "EvaluateCore")
106106
#'
107-
#' cassava_EC[sample(1:nrow(cassava_EC), 500), ]
107+
#' cassava_EC <- cassava_EC[sample(1:nrow(cassava_EC), 500), ]
108108
#'
109109
#' cassava_EC <- cbind(genotypes = rownames(cassava_EC), cassava_EC)
110110
#'

man/LEAV.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)