Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv authored Nov 1, 2023
1 parent f577cc1 commit 2c92dd6
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
[![R-CMD-check](https://github.com/hafen/rbokeh/workflows/R-CMD-check/badge.svg)](https://github.com/hafen/rbokeh/actions)
<!-- [![Build Status](https://travis-ci.org/bokeh/rbokeh.svg?branch=master)](https://travis-ci.org/bokeh/rbokeh) -->
[![codecov.io](https://codecov.io/github/hafen/rbokeh/coverage.svg?branch=master)](https://codecov.io/github/hafen/rbokeh?branch=master)
[![CRAN](https://www.r-pkg.org/badges/version/rbokeh)](https://cran.r-project.org/package=rbokeh)
[![](https://cranlogs.r-pkg.org/badges/rbokeh)](https://cran.r-project.org/package=rbokeh)
# rbokeh <img src="man/figures/logo.png" align="right" alt="" width="120" />
# RBokeh is no longer actively maintained

A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library.

### Install

```r
# from CRAN:
install.packages("rbokeh")

# from github:
remotes::install_github("bokeh/rbokeh")
```

### Use

Please see [here](https://hafen.github.io/rbokeh/articles/rbokeh.html).

0 comments on commit 2c92dd6

Please sign in to comment.