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]
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 05 May. 2025.
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
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/03Downloads for highlight1520253035404550556065TrendBars

Today's Hot Picks in Authors and Packages

BINCOR  
Estimate the Correlation Between Two Irregular Time Series
Estimate the correlation between two irregular time series that are not necessarily sampled on ident ...
Download / Learn more Package Citations See dependency  
pdqr  
Work with Custom Distribution Functions
Create, transform, and summarize custom random variables with distribution functions (analogues of ...
Download / Learn more Package Citations See dependency  
lifecourse  
Quantification of Lifecourse Fluidity
Provides in built datasets and three functions. These functions are mobility_index, nonStanTest and ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
rsvd  
Randomized Singular Value Decomposition
Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension r ...
Download / Learn more Package Citations See dependency  
cape  
Combined Analysis of Pleiotropy and Epistasis for Diversity Outbred Mice
Combined Analysis of Pleiotropy and Epistasis infers predictive networks between genetic variants a ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

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