r-lib / commonmark

High Performance CommonMark and Github Markdown Rendering in R
https://docs.ropensci.org/commonmark/
Other
88 stars 11 forks source link

updated cmark-gfm from 0.29.0.gfm.9 to .13; bumped up version to 1.9.2 #30

Closed trbailey326 closed 7 months ago

trbailey326 commented 7 months ago

Everything appears to be working:

> remotes::install_github("trbailey326/commonmark@update-gfm-13")
> library(testthat)
> library(commonmark)
> test_check("commonmark")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ]

Extension tests passed as well.

jeroen commented 7 months ago

Can you remove the .in and .txt and ..re. files? We don't use those.

jeroen commented 7 months ago

OK thanks I have submitted it to CRAN.

trbailey326 commented 7 months ago

Thanks - as someone who uses quite a few of the packages you have authored on a daily basis, I appreciate your work.