-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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 <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, https://gbganalyst.github.io/forstringr/
BugReports: https://github.com/gbganalyst/forstringr/issues
Depends:
R (>= 3.4.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
Repository: GitHub
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3