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/.