Skip to content

Commit

Permalink
pak
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 5, 2024
1 parent 10e4c15 commit 7ee61cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Does not provide a good way to ensure that sf/terra/gdalcubes are installed from source while other packages can be binary
# Likewise, pak insists on installing old gdal from apt instead of respecting system library source builds
# install.packages("pak")
install.packages(c("rstac", "spData", "earthdatalogin", "quarto", "aws.s3", "tmap"))
install.packages(c("rstac", "spData", "earthdatalogin", "quarto", "aws.s3", "tmap", "pak"))
remotes::install_github('r-tmap/tmap')

pak::pkg_install("igraph")
Expand Down

0 comments on commit 7ee61cb

Please sign in to comment.