Skip to content

Commit

Permalink
check whether gamlss.ggplots is available at all
Browse files Browse the repository at this point in the history
  • Loading branch information
zeileis committed Oct 18, 2024
1 parent 10b3a92 commit 535e754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/quantiles.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ vignette: >
---

```{r preliminaries, echo=FALSE, message=FALSE, results="hide"}
if(packageVersion("gamlss.ggplots") < "2.1-15") {
if(!("gamlss.ggplots" %in% installed.packages()) || packageVersion("gamlss.ggplots") < "2.1-15") {
install.packages("gamlss.ggplots", repos = "https://gamlss-dev.R-universe.dev")
}
Expand Down

0 comments on commit 535e754

Please sign in to comment.