Package: stringmagic Type: Package Title: Character String Operations and Interpolation, Magic Edition Version: 1.2.0 Authors@R: c(person(given = "Laurent R", family = "Berge", role = c("aut", "cre"), email = "laurent.berge@u-bordeaux.fr", comment = c(ORCID = "0000-0003-2736-1917")), person(given = "Morgan", family = "Jacob", role = "ctb")) Imports: Rcpp(>= 1.0.5), utils, stats Suggests: knitr, rmarkdown, data.table LinkingTo: Rcpp Description: Performs complex string operations compactly and efficiently. Supports string interpolation jointly with over 50 string operations. Also enhances regular string functions (like grep() and co). See an introduction at . License: GPL (>= 2) Encoding: UTF-8 BugReports: https://github.com/lrberge/stringmagic/issues URL: https://lrberge.github.io/stringmagic/, https://github.com/lrberge/stringmagic VignetteBuilder: knitr RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Repository: https://lrberge.r-universe.dev Date/Publication: 2025-04-18 16:18:11 UTC RemoteUrl: https://github.com/lrberge/stringmagic RemoteRef: HEAD RemoteSha: 87b187d40c745ea1d8496f071aee7229985da23c NeedsCompilation: yes Packaged: 2026-06-24 05:42:48 UTC; root Author: Laurent R Berge [aut, cre] (ORCID: ), Morgan Jacob [ctb] Maintainer: Laurent R Berge