Package: fude
Type: Package
Title: Utilities for Fude Polygon
Version: 0.3.5
Authors@R: 
    person(given = "Takeshi",
           family = "Nishimura",
           email = "takenishi@gmail.com",
           role = c("aut", "cph", "cre"),
           comment = c(ORCID = "0000-0003-1761-4300"))
Description: Provides utilities to facilitate handling of Fude Polygon data 
    downloadable from the Ministry of Agriculture, Forestry and Fisheries 
    website <https://open.fude.maff.go.jp>.
License: MIT + file LICENSE
URL: https://github.com/takeshinishimura/fude,
    https://takeshinishimura.github.io/fude/
BugReports: https://github.com/takeshinishimura/fude/issues
Encoding: UTF-8
LazyData: true
Depends:
    R (>= 3.3.0)
Imports:
    sf,
    dplyr,
    tidyr,
    purrr,
    rlang,
    magrittr,
    forcats,
    stringi,
    glue
Suggests: 
    testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
