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
5ed7467
... +2 ...
9fca7c3
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
34 | 34 | #' that \code{yhat[[1]]} left multiplies \code{yhat[[2]]}. |
|
35 | 35 | #' |
|
36 | 36 | #' @note |
|
37 | + | #' On some Linux systems, setting \code{threads} greater than 1 for parallelism |
|
38 | + | #' may introduce some imprecision in the calculation. As of this writing, the |
|
39 | + | #' cause is still under investigation. In the meantime setting \code{threads = 1} |
|
40 | + | #' should fix the issue. |
|
41 | + | #' |
|
37 | 42 | #' Setting \code{return_ss_only} to \code{TRUE} is useful for parallel or |
|
38 | 43 | #' distributed computing for large data sets, particularly when \code{y} is |
|
39 | 44 | #' a large matrix. However if you do parallel execution you MUST pre-calculate |
Files | Coverage |
---|---|
R/calc_rsquared.R | 97.87% |
src/calc_sum_squares_latent.cpp | 100.00% |
Project Totals (2 files) | 98.29% |
9fca7c3
d7c36b1
ff9f229
5ed7467