diff --git a/README.md b/README.md index c0c8a7a8a88a6854a49c00ad7d8836285061657f..27278aa45b0d8be9034f33b9ce2d5f7539c513a4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,20 @@ To get started please proceed [here](./articles/ClimDatDownloadR.html). +_This R-package was developed as a student project for the masters programm Geography at the Universität Hamburg, Germany._ +## Update 09.03.2021 +As of today a new alpha version is released. +If you want to test the ClimDatDownloadR-package please feel free to install the package via -_This R-package was developed as a student project for the masters programm Geography at the Universität Hamburg, Germany._ +`install.packages("https://gitlab.rrz.uni-hamburg.de/helgejentsch/climdatdownloadr/-/archive/master/climdatdownloadr-master.tar.gz", repos = NULL, type = "source")` + +and if you need the dependencies via + +`install.packages(c("gdalUtils", "httr", "ncdf4", "qpdf", "raster", "RCurl", "RefManageR", "rgdal", "stringr", "sf", "sp", "svMisc", "utils"), dependencies = TRUE)` + + +I would appreciate your feedback and possible bug reports. +If you find anything, please send an email to [helge.marc.ole.jentsch@uni-hamburg.de](<mailto:helge.marc.ole.jentsch@uni-hamburg.de>) + +Thank you very much for using ClimDatDownloadR!