Type: Package Package: pipian Title: Tiny Interface to CaboCha for R Version: 0.4.0 Authors@R: c( person("Akiru", "Kato", , "paithiov909@gmail.com", role = c("aut", "cre")), person("Marcin", "Kalicinski", role = "aut", comment = "Author of rapidxml") ) Maintainer: Akiru Kato Description: A tiny interface to 'CaboCha'; a Japanese dependency structure parser. The main goal of this package is to implement a parser for that XML output. License: MIT + file LICENSE URL: https://github.com/paithiov909/pipian, https://paithiov909.github.io/pipian/ BugReports: https://github.com/paithiov909/pipian/issues Depends: R (>= 4.0.0) Imports: dplyr, igraph, purrr, Rcpp, readr, rlang (>= 0.1.2), stringi, utils Suggests: knitr, rmarkdown, roxygen2, spelling, testthat (>= 3.0.0) LinkingTo: Rcpp Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.2 SystemRequirements: CaboCha Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev libx11-dev Repository: https://paithiov909.r-universe.dev Date/Publication: 2025-11-21 10:46:11 UTC RemoteUrl: https://github.com/paithiov909/pipian RemoteRef: HEAD RemoteSha: f1f8d2aa5037b8e7c59728bc58a9d09abfb95248 NeedsCompilation: yes Packaged: 2026-06-19 09:24:27 UTC; root Author: Akiru Kato [aut, cre], Marcin Kalicinski [aut] (Author of rapidxml)