Package: forstringr
Title: String Manipulation Package for Those Familiar with 'Microsoft
        Excel'
Version: 0.0.1
Authors@R: c(
    person("Ezekiel", "Ogundepo", , email = "gbganalyst@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3974-2733")),
    person("Olubukunola", "Oyedele", , email = "olubukunola.oyedele@54gene.com", role = c("ctb")),
    person("Fatimo", "Adebanjo", , email = "adebanjofatimo2000@gmail.com", role = c("ctb")))
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'.
Maintainer: Ezekiel Ogundepo <gbganalyst@gmail.com>
Repository: CRAN
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/gbganalyst/forstringr
BugReports: https://github.com/gbganalyst/forstringr/issues
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports: dplyr, stringr, tidyselect
Config/testthat/edition: 3
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2023-02-27 12:16:44 UTC; ezekiel.ogundepo
Author: Ezekiel Ogundepo [aut, cre] (<https://orcid.org/0000-0003-3974-2733>),
  Olubukunola Oyedele [ctb],
  Fatimo Adebanjo [ctb]
Date/Publication: 2023-02-27 17:02:33 UTC
