Package: roclang Title: Functions for Diffusing Function Documentations into 'Roxygen' Comments Version: 0.2.3 Authors@R: person(given = "Xiurui", family = "Zhu", role = c("aut", "cre"), email = "zxr6@163.com", comment = NULL) Maintainer: Xiurui Zhu Description: Efficient diffusing of content across function documentations. Sections, parameters or dot parameters are extracted from function documentations and turned into valid Rd character strings, which are ready to diffuse into the 'roxygen' comments of another function by inserting inline code. License: MIT + file LICENSE Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.0 Depends: R (>= 4.0.0) Imports: dplyr (>= 1.0.2), tidyr (>= 1.1.2), purrr (>= 0.3.4), tibble (>= 3.0.4), stringr (>= 1.4.0), magrittr (>= 2.0.1), rlang (>= 0.4.10), roxygen2 (>= 7.1.1), methods (>= 4.0.0), utils (>= 4.0.0), rex (>= 1.2.0) URL: https://github.com/zhuxr11/roclang BugReports: https://github.com/zhuxr11/roclang/issues Repository: https://zhuxr11.r-universe.dev Date/Publication: 2025-08-22 14:57:42 UTC RemoteUrl: https://github.com/zhuxr11/roclang RemoteRef: HEAD RemoteSha: 1c577d1456d2f2e4e83e51d2e6f73aab9660879c NeedsCompilation: no Packaged: 2026-06-19 11:18:41 UTC; root Author: Xiurui Zhu [aut, cre]