We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984ab6b commit ab2a893Copy full SHA for ab2a893
1 file changed
install.R
@@ -33,9 +33,10 @@ list.of.packages <- c(
33
"readHAC",
34
"parsedate",
35
"tigris",
36
- "mirai" #, "zarr" # add when upgrade to R. Came out in Feb 2026
+ "mirai"
37
)
38
install.packages(list.of.packages, repos = repo)
39
+# "zarr" add when upgrade to R. Came out in Feb 2026
40
41
# ------------------------------------------------------------
42
# 2) Geospatial + mapping + earth/ocean data utilities
0 commit comments