knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

oidnChaRts

CRAN_Status_Badge Travis-CI Build Status license codecov

A collection of functions for building generic interactive htmlwidget visualisations, primarily to compare library "A" vs "B" but also usable in their own right.

Functions are in general called as follows:

library(oidnChaRts)
geo_lines_plot(data_geo_lines_plot, 
              library = "leaflet")

Installing

This library is unlikely to be submitted to CRAN, it must be installed as follows:

devtools::install_github("ox-it/oidnChaRts", build_vignettes = TRUE)

License

Please note that the examples within this package use JavaScript libraries that have restrictive licensing conditions.

The highcharter library is dependent on highcharts.com which is free for non-commercial use only. Please review the licensing options and terms before using this software, as the oidnChaRts license neither provides nor implies a license for Highcharts.

All code within this library is made available under the MIT License.

Credits

The logo for this library uses the "ALL OF THE X" meme inspired by the wonderful work of Hyperbole and a Half - http://hyperboleandahalf.blogspot.com/2010/06/this-is-why-ill-never-be-adult.html

The majority of the credit for this library belongs to the htmlwidget library developers, including:



martinjhnhadley/oidnChaRts documentation built on May 21, 2019, 12:38 p.m.