Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timelyportfolio/timelineR
R htmlwidget for interactive d3.js timelines using d3.layout.timeline
https://github.com/timelyportfolio/timelineR
Last synced: 3 months ago
JSON representation
R htmlwidget for interactive d3.js timelines using d3.layout.timeline
- Host: GitHub
- URL: https://github.com/timelyportfolio/timelineR
- Owner: timelyportfolio
- License: other
- Created: 2015-09-30T21:34:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T18:46:10.000Z (over 7 years ago)
- Last Synced: 2024-05-21T02:53:56.746Z (6 months ago)
- Language: R
- Homepage: http://www.buildingwidgets.com/blog/2015/12/30/week-52-d3kittimeline
- Size: 197 KB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.height = 8)
```# timelineR
> Interactive Timelines
[![Linux Build Status](https://travis-ci.org//timelineR.svg?branch=master)](https://travis-ci.org//timelineR)
[![](http://www.r-pkg.org/badges/version/timelineR)](http://www.r-pkg.org/pkg/timelineR)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/timelineR)](http://www.r-pkg.org/pkg/timelineR)Create interactive d3.js timelines from R using d3.layout.timeline.
## Installation
```{r eval = FALSE}
devtools::install_github("timelyportfolio/timelineR")
```## Usage
```{r}
library(timelineR)
```## License
MIT + file LICENSE © [Kenton Russell](https://github.com/).