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 Config/pak/sysreqs: libicu-dev Repository: https://kota7.r-universe.dev Date/Publication: 2025-06-06 12:20:28 UTC RemoteUrl: https://github.com/kota7/striprtf RemoteRef: HEAD RemoteSha: 05195aeb3241301ed7ca930b3ca642ff0718bde9 NeedsCompilation: yes Packaged: 2026-06-12 08:24:29 UTC; root Author: Kota Mori [aut, cre] Maintainer: Kota Mori