No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
36a3e59
... +0 ...
791ca0f
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1761 | 1761 | #' @seealso \code{\link{PCMInfo}} \code{\link{PCMAbCdEf}} \code{\link{PCMLmr}} \code{\link{PCMSim}} \code{\link{PCMCond}} |
|
1762 | 1762 | #' @examples |
|
1763 | 1763 | #' N <- 10 |
|
1764 | - | #' L <- 100.0 |
|
1765 | - | #' tr <- ape::stree(N) |
|
1766 | - | #' tr$edge.length <- rep(L, N) |
|
1767 | - | #' for(epoch in seq(1, L, by = 1.0)) { |
|
1768 | - | #' tr <- PCMTreeInsertSingletonsAtEpoch(tr, epoch) |
|
1769 | - | #' } |
|
1764 | + | #' tr <- PCMTree(ape::rtree(N)) |
|
1770 | 1765 | #' |
|
1771 | 1766 | #' model <- PCMBaseTestObjects$model_MixedGaussian_ab |
|
1772 | 1767 | #' |
Files | Coverage |
---|---|
R | 35.71% |
Project Totals (16 files) | 35.71% |
791ca0f
36a3e59