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
c95463e
... +1 ...
e72141a
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
171 | 171 | data = INLA::inla.stack.data(in_stack, spde = spde), |
|
172 | 172 | control.predictor = list(A = INLA::inla.stack.A(in_stack), |
|
173 | 173 | compute = TRUE), |
|
174 | - | control.fixed = list(expand.factor.strategy = "inla") |
|
174 | + | control.fixed = list(expand.factor.strategy = "inla"), |
|
175 | + | ... |
|
175 | 176 | ) |
|
176 | 177 | ||
177 | 178 | rmse <- |
268 | 269 | data = INLA::inla.stack.data(in_stack, spde = spde), |
|
269 | 270 | control.predictor = list(A = INLA::inla.stack.A(in_stack), |
|
270 | 271 | compute = TRUE), |
|
271 | - | control.fixed = list(expand.factor.strategy = "inla") |
|
272 | + | control.fixed = list(expand.factor.strategy = "inla"), |
|
273 | + | ... |
|
272 | 274 | ) |
|
273 | 275 | ||
274 | 276 |
Files | Coverage |
---|---|
R/INLAsdm.R | 100.00% |
R/INLAstep.R | 93.92% |
R/autoplot_inla.R | 87.41% |
R/autoplot_mesh.R | 96.97% |
R/ggplot_projection_shapefile.R | 85.25% |
R/inlasloo.R | 85.81% |
R/makeGAM.R | 100.00% |
R/plot_inla_residuals.R | 77.27% |
R/plotmethods.R | 0.00% |
R/printmethods.R | 55.56% |
R/slooplot.R | 100.00% |
R/slooplotfun.R | 100.00% |
R/sloopoint.R | 100.00% |
R/sloopoint.fun.R | 0.00% |
Project Totals (14 files) | 90.49% |
e72141a
e34b1bd
c95463e