Other packages > Find by keyword >

commonmark  

High Performance CommonMark and Github Markdown Rendering in R
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("commonmark", "2.0.0")



Attach the package and use:
library("commonmark")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-05-28
Latest Update: 2025-07-07
Description:
The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.
How to cite:
Jeroen Ooms (2015). commonmark: High Performance CommonMark and Github Markdown Rendering in R. R package version 2.0.0, https://cran.r-project.org/web/packages/commonmark. Accessed 06 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:27), 0.2 (2015-05-28 00:52), 0.4 (2015-05-30 14:48), 0.5 (2015-09-01 20:46), 0.6 (2016-01-03 16:14), 0.7 (2016-01-20 15:38), 0.8 (2016-03-30 08:14), 0.9 (2016-07-23 23:57), 1.0 (2016-12-01 19:44), 1.1 (2016-12-13 15:33), 1.2 (2017-03-01 19:05), 1.4 (2017-09-01 11:47), 1.5 (2018-04-28 08:07), 1.6 (2018-09-30 15:50), 1.7 (2018-12-01 13:30), 1.8.0 (2022-03-09 16:40), 1.8.1 (2022-10-14 14:42), 1.9.0 (2023-03-17 19:40), 1.9.1 (2024-01-30 13:40), 1.9.2 (2024-10-04 14:40), 1.9.4 (2025-03-17 13:30), 1.9.5 (2025-03-17 17:30)
Other packages that cited commonmark R package
View commonmark citation profile
Other R packages that commonmark depends, imports, suggests or enhances
Complete documentation for commonmark
Functions, R codes and Examples using the commonmark R package
Some associated functions: commonmark . extensions . 
Some associated R codes: extensions.R . markdown.R .  Full commonmark package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

SAMBA  
Selection and Misclassification Bias Adjustment for Logistic Regression Models
Health research using data from electronic health records (EHR) has gained popularity, but miscla ...
Download / Learn more Package Citations See dependency  
RRedshiftSQL  
R Interface to the 'Redshift' Database
Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. ...
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  
lsmeans  
Least-Squares Means
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or l ...
Download / Learn more Package Citations See dependency  
TMDb  
Access to TMDb API
Provides an R-interface to the TMDb API (see TMDb API on < ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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