From 606b6e195aa8117df684609891b515069b6ecbc9 Mon Sep 17 00:00:00 2001 From: Tom Elliott Date: Mon, 24 Feb 2025 15:55:32 +1300 Subject: [PATCH] update news --- NEWS.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d7601e2..a8247af 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ # ts 0.1.0 - Initial release -The initial developmental release of ts. +The initial developmental release of `ts`. + +API expected to change in future releases as it is tested in various example +applications, so if you happen to use this in a project I suggest you +pin the version: + +```r +# install.packages("remotes") +remotes::install_github("ws1/ts@0.1.0") +``` + +To get started, check the docs site at https://tomelliott.co.nz/ts/.