Skip to content

Commit

Permalink
try to get better sessionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeileis committed Oct 9, 2024
1 parent 32cd49a commit 444b9f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions vignettes/spatial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ vignette: >
library("gamlss2")
pkg <- c("sf", "spdep", "ggplot2", "raster", "exactextractr")
install.packages(pkg)
#for(p in pkg) {
# if(!(p %in% installed.packages())) install.packages(p)
#}
for(p in pkg) {
if(!(p %in% installed.packages())) install.packages(p)
}
systemInfo()
sessionInfo()
```

```{r}
Expand Down
2 changes: 2 additions & 0 deletions vignettes/topmodels.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ install.packages("gamlss.dist", repos = "https://gamlss-dev.R-universe.dev")
```

```{r}
library("gamlss2")
library("topmodels")
sessionInfo()
packageDescription("topmodels")
packageDescription("gamlss.dist")
Expand Down

0 comments on commit 444b9f6

Please sign in to comment.