Skip to content

Commit

Permalink
improves style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Dec 2, 2024
1 parent a5b7a88 commit 7c2f961
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ These can be installed using the [**remotes**](https://github.com/r-lib/remotes)

```{r index-3, message=FALSE, eval=FALSE, echo=is_html, results='hide'}
install.packages("remotes")
install.packages('geocompkg', repos = c('https://geocompr.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE, force = TRUE)
install.packages("geocompkg",
repos = c("https://geocompr.r-universe.dev",
"https://cloud.r-project.org"),
dependencies = TRUE, force = TRUE)
```

```{asis index-3-1a, echo=is_html}
Expand Down

0 comments on commit 7c2f961

Please sign in to comment.