r params$repo_name

htmlwidgets wrapper for highlight.js
This package is an htmlwidget wrapper for an excelent highlight.js library. You can learn more about javascript library https://highlightjs.org/. For now it only support R code chunks.

Source code {.darkslide}

This library source code can be found on Appsilon Data Science's Github:
r params$repo_url

How to install?

Note! This library is still in its infancy. Api might change in the future.

At the moment it's possible to install this library through devtools.

devtools::install_github("Appsilon/`r params$repo_name`")

To install previous version you can run:

devtools::install_github("Appsilon/`r params$repo_name`", ref = "0.1.0")

Example {.firebrick}

highlighter::highlight("
  delays <- flights %>% 
    group_by(dest) %>% 
    summarise(
      count = n(),
      dist = mean(distance, na.rm = TRUE),
      delay = mean(arr_delay, na.rm = TRUE)
    ) %>% 
    filter(count > 20, dest != 'HNL')
", width = "400px", height = "200px")

How to contribute?

If you want to contribute to this project please submit a regular PR, once you're done with new feature or bug fix.

Changes in documentation

Both repository README.md file and an official documentation page are generated with Rmarkdown, so if there is a need to update them, please modify accordingly a README.Rmd file and run a build_readme.R script to compile it.

Troubleshooting {.darkorange}

We used the latest versions of dependencies for this library, so please update your R environment before installation.

However, if you encounter any problems, try the following:

  1. Up-to-date R language environment

Future enhacements

Appsilon Data Science {.footer}

Get in touch dev@appsilondatascience.com



Appsilon/highlighter documentation built on May 5, 2019, 7:04 a.m.