Skip to content
Snippets Groups Projects
Commit 266def85 authored by Isabelle Sanchez's avatar Isabelle Sanchez
Browse files

add badge in README

parent 7155c6b5
No related branches found
No related tags found
No related merge requests found
Pipeline #53930 passed
......@@ -510,7 +510,7 @@ kafino_fit<-function(datain,Tvar,Yvar,
# useful for the kafino_plot() function
#--------------------------------
if (is.null(resultat)){
dt.out<-datain
dt.out<-datain %>% mutate(flag=.data$flag1)
dt.pred<-NULL
resultat<-NULL
......
[![pipeline status](https://forgemia.inra.fr/isabelle.sanchez/kafino/badges/main/pipeline.svg)](https://forgemia.inra.fr/isabelle.sanchez/kafino/-/commits/main)
# kafino
Kalman Filter for Impulse Noised Outliers
......@@ -16,7 +18,8 @@ To install the kafino package, the easiest is to install it directly from GitLab
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_gitlab("isabelle.sanchez/kafino",host = "forgemia.inra.fr")
remotes::install_gitlab("isabelle.sanchez/kafino",host = "forgemia.inra.fr",
build_vignettes=TRUE)
```
## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment