Skip to content

Commit

Permalink
update readme for migration to boettiger-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jul 24, 2017
1 parent e2afcec commit 71efa75
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
Binary file modified README-fig1-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README-fig2-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions README.Rmd
Expand Up @@ -12,20 +12,20 @@ knitr::opts_chunk$set(
)
```

[![Travis-CI Build Status](https://travis-ci.org/cboettig/mdplearning.svg?branch=master)](https://travis-ci.org/cboettig/mdplearning)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/cboettig/mdplearning?branch=master&svg=true)](https://ci.appveyor.com/project/cboettig/mdplearning)
[![Coverage Status](https://img.shields.io/codecov/c/github/cboettig/mdplearning/master.svg)](https://codecov.io/github/cboettig/mdplearning?branch=master)
[![Travis-CI Build Status](https://travis-ci.org/boettiger-lab/mdplearning.svg?branch=master)](https://travis-ci.org/boettiger-lab/mdplearning)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/boettiger-lab/mdplearning?branch=master&svg=true)](https://ci.appveyor.com/project/boettiger-lab/mdplearning)
[![Coverage Status](https://img.shields.io/codecov/c/github/boettiger-lab/mdplearning/master.svg)](https://codecov.io/github/boettiger-lab/mdplearning?branch=master)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/mdplearning)](https://cran.r-project.org/package=mdplearning)

<!-- [![](http://www.r-pkg.org/badges/version/mdplearning)](http://www.r-pkg.org/pkg/mdplearning) -->


# mdplearning

## Install

```{r eval=FALSE}
devtools::install_github("cboettig/mdplearning")
devtools::install_github("boettiger-lab/mdplearning")
```

## Basic Use
Expand Down
7 changes: 3 additions & 4 deletions README.md
@@ -1,16 +1,15 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
[![Travis-CI Build Status](https://travis-ci.org/cboettig/mdplearning.svg?branch=master)](https://travis-ci.org/cboettig/mdplearning) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/cboettig/mdplearning?branch=master&svg=true)](https://ci.appveyor.com/project/cboettig/mdplearning) [![Coverage Status](https://img.shields.io/codecov/c/github/cboettig/mdplearning/master.svg)](https://codecov.io/github/cboettig/mdplearning?branch=master) [![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Travis-CI Build Status](https://travis-ci.org/boettiger-lab/mdplearning.svg?branch=master)](https://travis-ci.org/boettiger-lab/mdplearning) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/boettiger-lab/mdplearning?branch=master&svg=true)](https://ci.appveyor.com/project/boettiger-lab/mdplearning) [![Coverage Status](https://img.shields.io/codecov/c/github/boettiger-lab/mdplearning/master.svg)](https://codecov.io/github/boettiger-lab/mdplearning?branch=master) [![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/mdplearning)](https://cran.r-project.org/package=mdplearning)

<!-- [![](http://www.r-pkg.org/badges/version/mdplearning)](http://www.r-pkg.org/pkg/mdplearning) -->
mdplearning
===========

Install
-------

``` r
devtools::install_github("cboettig/mdplearning")
devtools::install_github("boettiger-lab/mdplearning")
```

Basic Use
Expand Down Expand Up @@ -90,5 +89,5 @@ The final belief shows a strong convergence to model 1, which was used as the tr
``` r
out$posterior[20,]
#> V1 V2
#> 20 1 2.123306e-12
#> 20 1 1.587274e-14
```

0 comments on commit 71efa75

Please sign in to comment.