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
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
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

PCL  
Proximal Causal Learning
We fit causal models using proxies. We implement two stage proximal least squares estimator. E.J. Tc ...
Download / Learn more Package Citations See dependency  
DelayedEffect.Design  
Sample Size and Power Calculations using the APPLE, SEPPLE, APPLE+ and SEPPLE+ Methods
Provides sample size and power calculations when the treatment time-lag effect is present and the la ...
Download / Learn more Package Citations See dependency  
MPCI  
Multivariate Process Capability Indices (MPCI)
It performs the followings Multivariate Process Capability Indices: Shahriari et al. (1995) Multivar ...
Download / Learn more Package Citations See dependency  
interplex  
Coercion Methods for Simplicial Complex Data Structures
Computational topology, which enables topological data analysis (TDA), makes pervasive use of abstr ...
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  
largeList  
Serialization Interface for Large List Objects
Functions to write or append a R list to a file, as well as read, remove, modify elements from it wi ...
Download / Learn more Package Citations See dependency  

22,431

R Packages

191,269

Dependencies

56,139

Author Associations

22,432

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns