Package: mgsub Type: Package Title: Safe, Multiple, Simultaneous String Substitution Version: 2.0.0 Authors@R: c( person("Mark", "Ewing", email="b.mark.ewing@gmail.com", role=c("aut","cre")) ) BugReports: https://github.com/bmewing/mgsub/issues Description: Designed to enable simultaneous substitution in strings in a safe fashion. Safe means it does not rely on placeholders (which can cause errors in same length matches). License: MIT + file LICENSE Encoding: UTF-8 ByteCompile: true Suggests: testthat, knitr, rmarkdown VignetteBuilder: knitr URL: https://github.com/bmewing/mgsub, https://bmewing.github.io/mgsub/ Config/roxygen2/version: 8.0.0 Repository: https://bmewing.r-universe.dev Date/Publication: 2026-05-06 09:43:45 UTC RemoteUrl: https://github.com/bmewing/mgsub RemoteRef: HEAD RemoteSha: e8520928f7a23bf8fa87140ceab702820e0d76b8 NeedsCompilation: yes Packaged: 2026-07-03 15:10:20 UTC; root Author: Mark Ewing [aut, cre] Maintainer: Mark Ewing