Skip to content

Commit b834580

Browse files
committed
fix pkg no suggest
1 parent 4819311 commit b834580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/simulate_residuals.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The above three functions internally call `simulate_residuals()` for more comple
9797

9898
Finally, you can even perform a visual check for the entire model, either by passing the model object directly, or the object returned from `simulate_residuals()`.
9999

100-
```{r, eval=packageVersion("see") > "0.8.2"}
100+
```{r, eval=can_evaluate && packageVersion("see") > "0.8.2"}
101101
check_model(simulated_residuals)
102102
```
103103

0 commit comments

Comments
 (0)