Package: forstringr
Title: String Manipulation Package for Those Familiar with 'Microsoft
        Excel'
Version: 0.1.1
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 <gbganalyst@gmail.com>
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
BugReports: https://github.com/gbganalyst/forstringr/issues
Depends: R (>= 2.10)
Imports: dplyr, glue, rlang, stringr, tidyselect
Suggests: ggplot2, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Repository: CRAN
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-04-11 15:46:08 UTC; ezekiel.ogundepo
Author: Ezekiel Ogundepo [aut, cre] (<https://orcid.org/0000-0003-3974-2733>),
  Olubukunola Oyedele [ctb],
  Fatimo Adebanjo [ctb]
Date/Publication: 2023-04-11 20:40:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:31:39 UTC; windows
