Skip to content

Commit 36d21fb

Browse files
committed
update readme
[ci skip]
1 parent bca6d51 commit 36d21fb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
language: r
2-
r:
1+
language: R
2+
R:
33
- release
44
- devel
55

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
<a href="http://mc-stan.org">
2+
<img src="https://raw.githubusercontent.com/stan-dev/logos/master/logo.png" width=200 alt="Stan Logo"/>
3+
</a>
4+
15
# bayesplot
26

37
[![Travis-CI Build Status](https://travis-ci.org/stan-dev/bayesplot.svg?branch=master)](https://travis-ci.org/stan-dev/bayesplot)
48
[![codecov](https://codecov.io/gh/stan-dev/bayesplot/branch/master/graph/badge.svg)](https://codecov.io/gh/stan-dev/bayesplot)
9+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/bayesplot?color=blue)](http://cran.r-project.org/web/packages/bayesplot)
510

611
An R package providing a library of plotting functions for use after fitting
712
Bayesian models (typically with MCMC). The idea is not only to provide

0 commit comments

Comments
 (0)