Skip to content

Commit ab2a893

Browse files
authored
Update package list in install.R
Removed comment about adding 'zarr' package in future R upgrade.
1 parent 984ab6b commit ab2a893

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ list.of.packages <- c(
3333
"readHAC",
3434
"parsedate",
3535
"tigris",
36-
"mirai" #, "zarr" # add when upgrade to R. Came out in Feb 2026
36+
"mirai"
3737
)
3838
install.packages(list.of.packages, repos = repo)
39+
# "zarr" add when upgrade to R. Came out in Feb 2026
3940

4041
# ------------------------------------------------------------
4142
# 2) Geospatial + mapping + earth/ocean data utilities

0 commit comments

Comments
 (0)