Other packages > Find by keyword >

highlight  

Syntax Highlighter
View on CRAN: Click here


Download and install highlight package within the R console
Install from CRAN:
install.packages("highlight")

Install from Github:
library("remotes")
install_github("cran/highlight")

Install by package version:
library("remotes")
install_version("highlight", "0.5.1")



Attach the package and use:
library("highlight")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2009-11-22
Latest Update: 2023-01-18
Description:
Syntax highlighter for R code based on the results of the R parser. Rendering in HTML and latex markup. Custom Sweave driver performing syntax highlighting of R code chunks.
How to cite:
Hadley Wickham (2009). highlight: Syntax Highlighter. R package version 0.5.1, https://cran.r-project.org/web/packages/highlight. Accessed 03 Dec. 2024.
Previous versions and publish date:
0.1-3 (2009-11-22 17:20), 0.1-7 (2010-02-15 06:58), 0.1-8 (2010-05-22 07:23), 0.1-9 (2010-05-28 18:46), 0.2-0 (2010-06-01 08:51), 0.2-1 (2010-06-04 20:17), 0.2-2 (2010-08-01 18:53), 0.2-3 (2010-11-19 14:26), 0.2-5 (2010-12-07 09:20), 0.3.0 (2011-12-02 17:22), 0.3.1 (2011-12-05 19:56), 0.3.2 (2012-06-22 11:08), 0.4.0 (2013-04-08 18:12), 0.4.1 (2013-04-09 13:58), 0.4.2 (2013-06-19 13:52), 0.4.3 (2013-06-20 18:11), 0.4.4 (2013-12-16 13:04), 0.4.5 (2015-04-15 12:42), 0.4.7.1 (2017-03-21 07:07), 0.4.7.2 (2017-10-04 11:19), 0.4.7.3 (2019-12-01 09:24), 0.4.7.4 (2019-12-14 08:56), 0.4.7 (2015-04-20 07:26), 0.5.0 (2019-12-15 17:10)
Other packages that cited highlight R package
View highlight citation profile
Other R packages that highlight depends, imports, suggests or enhances
Complete documentation for highlight
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA