Package: baizer
Title: Useful Functions for Data Processing
Version: 0.5.0
Authors@R: 
    person("William", "Song", , "william_swl@163.com", role = c("aut", "cre"))
Description: In ancient Chinese mythology, Bai Ze is a divine creature that knows the needs of everything.
    'baizer' provides data processing functions frequently used by the author.
    Hope this package also knows what you want!
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: 
    curl,
    dplyr (>= 1.1.0),
    grDevices,
    magrittr,
    openxlsx,
    purrr,
    rlang (>= 0.4.11),
    stats,
    stringr,
    tibble (>= 3.1),
    tidyr,
    utils
Suggests: 
    covr,
    roxygen2,
    testthat (>= 3.0.0),
    withr
Config/testthat/edition: 3
Depends: 
    R (>= 3.5.0)
LazyData: true
URL: https://github.com/william-swl/baizer
BugReports: https://github.com/william-swl/baizer/issues
