Package: jpaccidents Title: Tools for Traffic Accident Data in Japan Version: 0.2.6 Authors@R: c( person("Keisuke", "Ando", , "ando@maslab.aitech.ac.jp", role = c("aut", "cre"), comment = c(ORCID = "0009-0002-4085-2067")), person("Takeshi", "Uchitane", role = "ths"), person("Naoto", "Mukai", role = "ths"), person("Kazunori", "Iwata", role = "ths"), person("Nobuhiro", "Ito", role = "ths") ) Description: In Japan, traffic accident data are published by the National Police Agency. This package provides tools to efficiently handle and standardise these datasets, facilitating seamless analysis and integration into various workflows. By using this package, users can uncover patterns in traffic accidents and identify high-risk scenarios, supporting efforts to enhance road safety and prevent future incidents. License: MIT + file LICENSE URL: https://nononoexe.github.io/jpaccidents/ Depends: R (>= 4.0) Imports: cli, curl, dplyr, fs, lubridate, magrittr, purrr, readr, rlang, sf, stringr, tibble, tidyr Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://nononoexe.r-universe.dev Date/Publication: 2026-01-20 02:45:18 UTC RemoteUrl: https://github.com/NONONOexe/jpaccidents RemoteRef: HEAD RemoteSha: 2d764c4743455d47f5e6804b64032de698e665a4 NeedsCompilation: no Packaged: 2026-06-20 08:18:53 UTC; root Author: Keisuke Ando [aut, cre] (ORCID: ), Takeshi Uchitane [ths], Naoto Mukai [ths], Kazunori Iwata [ths], Nobuhiro Ito [ths] Maintainer: Keisuke Ando