File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed
Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 99 - linux
1010 - osx
1111after_success :
12- - Rscript -e 'covr::codecov ()'
12+ - Rscript -e 'covr::coveralls ()'
1313 - Rscript -e 'pkgdown::build_site()'
1414deploy :
1515 provider : pages
Original file line number Diff line number Diff line change 11# The Fast Kalman Filer Toolbox
22
3+ <!-- badges: start -->
4+ [ ![ Travis build status] ( https://travis-ci.org/waternumbers/FKF.svg?branch=master )] ( https://travis-ci.org/waternumbers/FKF )
5+ [ ![ Coveralls test coverage] ( https://coveralls.io/repos/github/waternumbers/FKF/badge.svg )] ( https://coveralls.io/r/waternumbers/FKF?branch=master )
6+ [ ![ AppVeyor build status] ( https://ci.appveyor.com/api/projects/status/github/waternumbers/FKF?branch=master&svg=true )] ( https://ci.appveyor.com/project/waternumbers/FKF )
7+ <!-- badges: end -->
8+
39The Fast Kalman Fileter Toolbox for R allows the implimentation of
410multivariate time series filtering with external time varying inputs using the
511linear Kalman fileter in R.
612
7- This repository contains the existing and developmental source code for the
8- package starting with version 0.1.5.
13+ The canonical link to the package on CRAN which includes examples and
14+ documentation is [ https://CRAN.R-project.org/package=FKF ] ( https://CRAN.R-project.org/package=FKF ) .
15+
16+ Development can be tracked via the [ github repository] ( https://github.com/waternumbers/FKF )
17+ which contains source code for the package starting with version 0.1.5.
918
10- The canonical lin to the package on CRAN whcih includes examples and
11- documentation is https://CRAN.R-project.org/package=FKF
19+ The latest developmental release canbe installed with
1220
21+ ```
22+ devtools::install_github("waternumbers/FKF")
23+ ```
1324
25+ Prebuild packages (usually including the latest
26+ version) are available from the waternumbers drat repository [ here] ( https://waternumbers.github.io/drat ) .
1427
1528
You can’t perform that action at this time.
0 commit comments