Skip to content
Snippets Groups Projects
Commit e547736e authored by Jean-Marie Lepioufle's avatar Jean-Marie Lepioufle
Browse files

update readme

parent afe5b7bb
No related branches found
No related tags found
No related merge requests found
# Cipred
# cipred
CI prediction.
Methods: Lu2019, Wager2014, Eaamm2010.
## Installation of Cipred v0.0.5 in base R
## Installation of cipred v0.0.5 in base R.
```r
setwd("~")
......@@ -16,3 +16,12 @@ install.packages(file.path("~","cipred-0.0.5.tar.gz"), repos=NULL, type='source'
unlink(file.path("~/cipred-0.0.5"),recursive=TRUE)
file.remove(file.path("~/cipred-0.0.5.tar.gz"))
```
## docker cipred 0.0.5 for reproducing experiments from paper.
Docker with cipred and all dependencies to reproduce the experiments from the paper located [here](https://hub.docker.com/repository/docker/jmll/cipred_paper).
```bash
docker run -ti --rm jmll/cipred_paper:0.0.1 bash
```
Code for running the experiments are located [here](https://git.nilu.no/rqcr/cipred/-/tree/master/inst/paper).
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