Package: WrapRmd Title: RStudio Addin for Wrapping RMarkdown Paragraphs Version: 0.0.0.9008 Authors@R: c( person("Tristan", "Mahr", email = "tristan.mahr@wisc.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8890-5116")), person("Shir", "Dekel", email = "shirdekel@yahoo.com.au", role = "ctb", comment = c(ORCID = "0000-0003-1773-2446")) ) Description: Provides an RStudio addin for wrapping paragraphs in an RMarkdown document without inserting linebreaks into spans of inline R code. License: MIT + file LICENSE Depends: R (>= 4.2.0) Imports: commonmark, rstudioapi, stringi, stringr (>= 1.0.0), magrittr, knitr Suggests: testthat RoxygenNote: 7.3.3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev Repository: https://tjmahr.r-universe.dev Date/Publication: 2026-03-13 14:17:29 UTC RemoteUrl: https://github.com/tjmahr/WrapRmd RemoteRef: HEAD RemoteSha: 3cdde1562104339fe33561482a72b45dfcff9830 NeedsCompilation: no Packaged: 2026-06-11 07:38:03 UTC; root Author: Tristan Mahr [aut, cre] (ORCID: ), Shir Dekel [ctb] (ORCID: ) Maintainer: Tristan Mahr