Package: striprtf
Type: Package
Title: Extract Text from RTF File
Version: 0.6.0
Authors@R: c(
    person("Kota", "Mori", email = "kmori05@gmail.com", role = c("aut", "cre"))
  )
Description: Extracts plain text from RTF (Rich Text Format) file.
License: MIT + file LICENSE
Depends:
    R (>= 3.0)
Imports:
    magrittr,
    Rcpp,
    stringr,
    utils
Suggests:
    testthat
RoxygenNote: 7.2.3
LinkingTo: Rcpp
URL: https://github.com/kota7/striprtf
BugReports: https://github.com/kota7/striprtf/issues
Encoding: UTF-8
