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 06 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ROI.plugin.deoptim  
'DEoptim' and 'DEoptimR' Plugin for the 'R' Optimization Interface
Enhances the R Optimization Infrastructure ('ROI') package with the 'DEoptim' and 'DEoptimR' packag ...
Download / Learn more Package Citations See dependency  
NetSwan  
Network Strengths and Weaknesses Analysis
A set of functions for studying network robustness, resilience and vulnerability. ...
Download / Learn more Package Citations See dependency  
TBFmultinomial  
TBF Methodology Extension for Multinomial Outcomes
Extends the test-based Bayes factor (TBF) methodology to multinomial regression models and discrete ...
Download / Learn more Package Citations See dependency  
lmds  
Landmark Multi-Dimensional Scaling
A fast dimensionality reduction method scaleable to large numbers of samples. Landmark Multi-Dime ...
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  
mlr3fairness  
Fairness Auditing and Debiasing for 'mlr3'
Integrates fairness auditing and bias mitigation methods for the 'mlr3' ecosystem. This includes ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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