-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
executable file
·31 lines (24 loc) · 1.11 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
output: github_document
---
```{r, echo = FALSE}
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
version <- gsub('-', '.', version)
```
# tsmethods <img src="man/figures/logo.png" align="right" height="139" alt="" />
[![R-CMD-check](https://github.com/tsmodels/tsmethods/workflows/R-CMD-check/badge.svg)](https://github.com/tsmodels/tsmethods/actions)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-`r version`-orange.svg?style=flat-square)](commits/master)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/tsmethods)](https://cran.r-project.org/package=tsmethods)
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# tsmethods
Foundational package with general methods/classes used by other **tsmodels** packages
as well as plotting for prediction and distribution classes conforming to the
current probabilistic framework. Also includes functions for ensembling using
a copula methodology.