From 0fb5ff379375c11d3339937c2e56a60856917638 Mon Sep 17 00:00:00 2001 From: Mahony Date: Wed, 22 May 2024 15:47:25 -0700 Subject: [PATCH] update subscribe info. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9da6578..307e97b 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,16 @@ It provides downscaling of observational and simulated climate data using change `climr` is designed to be fast and to minimize local data storage requirements. To do so, it uses a remote PostGIS database, and optionally caches data locally. -### Mailing list +### Subscribe -If you would like to receive email updates when new versions of climr are released, send an email to with the subject line "climr subscribe". We will not use your email for any other purpose. Unsubscribe with "climr unsubscribe". If you like climr, let us know! If you have suggestions, add them as issues to . +We are actively developing `climr` and releasing minor versions every month or two. +If you would like to receive email updates when new versions of climr are released, +subscribe to the `climr` GitHub repo using the following steps: + +1. Navigate to [https://github.com/bcgov/climr](https://github.com/bcgov/climr). +2. Click the "Watch" button at the top right of the repository page. +3. Choose "Custom". +4. Select "Releases". ### Features @@ -71,7 +78,7 @@ For an overview of downscaling methods used in `climr` see `vignette("methods_do ## Known issues - Downloads of time series take a long time. We are looking into ways to speed this up, but until then we recommend users dedicate some time prior to analysis to cache their time series of interest for their areas of interest in a batch. Once the time series are cached, they don't need to be downloaded again. -- We are still working on the documentation, examples, and vignettes. Please let us know if something isn't clear, preferably as a github issue. +- We are still working on the documentation, examples, and vignettes. Please let us know if something isn't clear, preferably as a [GitHub](https://github.com/bcgov/climr) issue. ### License