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.5")



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.5, https://cran.r-project.org/web/packages/commonmark. Accessed 22 Apr. 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
03/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/21Downloads for commonmark80001000012000140001600018000200002200024000260002800030000TrendBars

Today's Hot Picks in Authors and Packages

GWPR.light  
Geographically Weighted Panel Regression
Geographically weighted panel regression is grounded in a branch of spatial statistics. Using geogra ...
Download / Learn more Package Citations See dependency  
Qest  
Quantile-Based Estimator
Quantile-based estimators (Q-estimators) can be used to fit any parametric distribution, using its q ...
Download / Learn more Package Citations See dependency  
ino  
Initialization of Numerical Optimization
Analysis of the initialization for numerical optimization of real-valued functions, including likel ...
Download / Learn more Package Citations See dependency  
phylosamp  
Sample Size Calculations for Molecular and Phylogenetic Studies
Implements novel tools for estimating sample sizes needed for phylogenetic studies, including studi ...
Download / Learn more Package Citations See dependency  
optimStrat  
Choosing the Sample Strategy
Intended to assist in the choice of the sampling strategy to implement in a survey. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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