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

Bodi  
Boosting Diversity in Regression Ensembles
A gradient boosting-based algorithm by incorporating a diversity term to guide the gradient boosting ...
Download / Learn more Package Citations See dependency  
robustX  
'eXtra' / 'eXperimental' Functionality for Robust Statistics
Robustness -- 'eXperimental', 'eXtraneous', or 'eXtraordinary' Functionality for Robust Statistics. ...
Download / Learn more Package Citations See dependency  
BetterReg  
Better Statistics for OLS and Binomial Logistic Regression
Provides squared semi partial correlations, tolerance, Mahalanobis, Likelihood Ratio Chi Square, and ...
Download / Learn more Package Citations See dependency  
lmmpar  
Parallel Linear Mixed Model
Embarrassingly Parallel Linear Mixed Model calculations spread across local cores which repeat until ...
Download / Learn more Package Citations See dependency  
risksetROC  
Riskset ROC Curve Estimation from Censored Survival Data
Compute time-dependent Incident/dynamic accuracy measures (ROC curve, AUC, integrated AUC )from cen ...
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  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

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