Package: forstringr Title: String Manipulation Package for Those Familiar with 'Microsoft Excel' Version: 1.0.0 Authors@R: c( person("Ezekiel", "Ogundepo", , "gbganalyst@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3974-2733")), person("Olubukunola", "Oyedele", , "olubukunola.oyedele@54gene.com", role = "ctb"), person("Fatimo", "Adebanjo", , "adebanjofatimo2000@gmail.com", role = "ctb") ) Maintainer: Ezekiel Ogundepo Description: The goal of 'forstringr' is to enable complex string manipulation in R especially to those more familiar with LEFT(), RIGHT(), and MID() functions in Microsoft Excel. The package combines the power of 'stringr' with other manipulation packages such as 'dplyr' and 'tidyr'. License: MIT + file LICENSE URL: https://github.com/gbganalyst/forstringr, https://gbganalyst.github.io/forstringr/ BugReports: https://github.com/gbganalyst/forstringr/issues Depends: R (>= 4.1.0), stringr Imports: dplyr, glue, rlang, stats, tidyselect Suggests: ggplot2, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev Repository: https://gbganalyst.r-universe.dev Date/Publication: 2024-09-10 14:03:21 UTC RemoteUrl: https://github.com/gbganalyst/forstringr RemoteRef: HEAD RemoteSha: 497266ad29df093d477673b62bff3f28f25b2d35 NeedsCompilation: no Packaged: 2026-07-04 03:10:03 UTC; root Author: Ezekiel Ogundepo [aut, cre] (ORCID: ), Olubukunola Oyedele [ctb], Fatimo Adebanjo [ctb]