diff --git a/index.html b/index.html index c2c84b17..4af8fc43 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,10 @@
Or the development version with:
-install.packages("metR", repos = c("https://eliocamp.github.io/metR", getOption("repos")))
if (!requireNamespace("pak", quietly = TRUE)) {
+ install.packages("pak")
+}
+pak::pak("metR")
If you need to read netcdf files, you might need to install the netcdf and udunits2 libraries. On Ubuntu and it’s derivatives this can be done by typing
@@ -122,7 +125,7 @@