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", "1.9.2")



Attach the package and use:
library("commonmark")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
First Published: 2015-05-28
Latest Update: 2023-03-17
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 1.9.2, https://cran.r-project.org/web/packages/commonmark. Accessed 26 Mar. 2025.
Previous versions and publish date:
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)
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
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for commonmark100001500020000250003000035000TrendBars

Today's Hot Picks in Authors and Packages

MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
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  
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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