Skip to content

Commit

Permalink
Reduced runtime of test.latrend() example
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdt committed Oct 26, 2022
1 parent 89f33f9 commit ea74cf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/test.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @note This is an experimental function that is subject to large changes in the future.
#' The default dataset used for testing is subject to change.
#' @examples
#' test.latrend("lcMethodRandom", clusterRecovery = "skip")
#' test.latrend("lcMethodRandom", tests = c("method", "basic"), clusterRecovery = "skip")
test.latrend = function(
class = 'lcMethodKML',
instantiator = NULL,
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v1.4.3
* Removed usage of soon-to-be deprecated ggplot functions
* Reduced runtime of example

# v1.4.2
* Fixed minor bug in `evaluate.lcMethod()`
Expand Down
2 changes: 1 addition & 1 deletion man/test.latrend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea74cf0

Please sign in to comment.