update news

This commit is contained in:
Tom Elliott 2025-02-24 15:55:32 +13:00
parent 676db102e4
commit 606b6e195a

13
NEWS.md
View File

@ -1,3 +1,14 @@
# ts 0.1.0 - Initial release # 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/.