Skip to content

Commit 366cfcd

Browse files
committed
Added logo
1 parent fd857ca commit 366cfcd

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ cleanup
1010
^codecov\.yml$
1111
^\.github$
1212
README.md
13+
^logo\.png$

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# tsmethods 1.0.2
22

33
* Added a distribution_list function to validate and return
4-
an object of class `tsmodel.distribution_list` which hold a
4+
an object of class `tsmodel.distribution_list` which holds a
55
validated list of `tsmodel.distribution` objects for use in
66
multivariate models.
77
* Added method to convert tsmodel.distribution and tsmodel.distribution_list

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
77
version <- gsub('-', '.', version)
88
```
99

10+
# tsmethods <img src="man/figures/logo.png" align="right" height="139" alt="" />
1011
[![R-CMD-check](https://github.com/tsmodels/tsmethods/workflows/R-CMD-check/badge.svg)](https://github.com/tsmodels/tsmethods/actions)
1112
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)
1213
[![packageversion](https://img.shields.io/badge/Package%20version-`r version`-orange.svg?style=flat-square)](commits/master)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2+
# tsmethods <img src="man/figures/logo.png" align="right" height="139" alt="" />
3+
24
[![R-CMD-check](https://github.com/tsmodels/tsmethods/workflows/R-CMD-check/badge.svg)](https://github.com/tsmodels/tsmethods/actions)
3-
[![Last-changedate](https://img.shields.io/badge/last%20change-2024--08--23-yellowgreen.svg)](/commits/master)
5+
[![Last-changedate](https://img.shields.io/badge/last%20change-2024--11--14-yellowgreen.svg)](/commits/master)
46
[![packageversion](https://img.shields.io/badge/Package%20version-1.0.2-orange.svg?style=flat-square)](commits/master)
57
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/tsmethods)](https://cran.r-project.org/package=tsmethods)
68

man/figures/logo.png

27.9 KB
Loading

0 commit comments

Comments
 (0)