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



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: 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.1, https://cran.r-project.org/web/packages/commonmark
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)
Other packages that cited commonmark R package
View commonmark citation profile
Other R packages that commonmark depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

wordpiece.data  
Data for Wordpiece-Style Tokenization
Provides data to be used by the wordpiece algorithm in order to tokenize text into somewhat meaning ...
Download / Learn more Package Citations See dependency  
coro  
'Coroutines' for R
Provides 'coroutines' for R, a family of functions that can be suspended and resumed later on. This ...
Download / Learn more Package Citations See dependency  
ids  
Generate Random Identifiers
Generate random or human readable and pronounceable identifiers. ...
Download / Learn more Package Citations See dependency  
foghorn  
Summarize CRAN Check Results in the Terminal
The CRAN check results and where your package stands in the CRAN submission queue in your R termina ...
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  
baguette  
Efficient Model Functions for Bagging
Tree- and rule-based models can be bagged () using this package and their p ...
Download / Learn more Package Citations See dependency  

22,187

R Packages

188,753

Dependencies

55,244

Author Associations

22,188

Publication Badges

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