{
  "_id": "6a17f365acfb0bcc41da7ec2",
  "Package": "zipangu",
  "Title": "Japanese Utility Functions and Data",
  "Version": "0.3.3.9000",
  "Authors@R": "c(person(given = \"Shinya\",\nfamily = \"Uryu\",\nrole = c(\"aut\", \"cre\"),\nemail = \"suika1127@gmail.com\",\ncomment = c(ORCID = \"0000-0002-0493-6186\")),\nperson(given = \"Hiroaki\",\nfamily = \"Yutani\",\nrole = \"ctb\",\ncomment = c(ORCID = \"0000-0002-3385-7233\")),\nperson(given = \"Kazuhiro\",\nfamily = \"Maeda\",\nrole = \"ctb\"),\nperson(given = \"Mao\",\nfamily = \"Kobayashi\",\nrole = \"ctb\"),\nperson(given = \"Akiru\",\nfamily = \"Kato\",\nrole = \"ctb\")\n)",
  "Description": "Some data treated by the Japanese R user require unique\noperations and processing. These are caused by address, Kanji,\nand traditional year representations. 'zipangu' transforms\nspecific to Japan into something more general one.",
  "License": "MIT + file LICENSE",
  "URL": "https://uribo.github.io/zipangu/, https://github.com/uribo/zipangu",
  "BugReports": "https://github.com/uribo/zipangu/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://uribo.r-universe.dev",
  "Date/Publication": "2026-04-28 07:48:28 UTC",
  "RemoteUrl": "https://github.com/uribo/zipangu",
  "RemoteRef": "HEAD",
  "RemoteSha": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 07:46:06 UTC",
    "User": "root"
  },
  "Author": "Shinya Uryu [aut, cre] (ORCID: <https://orcid.org/0000-0002-0493-6186>),\nHiroaki Yutani [ctb] (ORCID: <https://orcid.org/0000-0002-3385-7233>),\nKazuhiro Maeda [ctb],\nMao Kobayashi [ctb],\nAkiru Kato [ctb]",
  "Maintainer": "Shinya Uryu <suika1127@gmail.com>",
  "MD5sum": "52a3e5941b594a6e4402af04f0a6fe37",
  "_user": "uribo",
  "_type": "src",
  "_file": "zipangu_0.3.3.9000.tar.gz",
  "_fileid": "60309de40499d69408bfc3d5a7a6df17ee94fc42f80caea5f16367d0e586cc60",
  "_filesize": 335844,
  "_sha256": "60309de40499d69408bfc3d5a7a6df17ee94fc42f80caea5f16367d0e586cc60",
  "_created": "2026-05-28T07:46:06.000Z",
  "_published": "2026-05-28T07:48:53.290Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78246470454,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7260448961"
    },
    {
      "job": 78246470474,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260450327"
    },
    {
      "job": 78246470483,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7260441242"
    },
    {
      "job": 78246470518,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260444095"
    },
    {
      "job": 78246065787,
      "time": 161,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260411164"
    },
    {
      "job": 78246470460,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260443857"
    },
    {
      "job": 78246470496,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7260441509"
    },
    {
      "job": 78246470524,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7260434329"
    },
    {
      "job": 78246470541,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260441059"
    }
  ],
  "_buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/uribo/zipangu",
  "_commit": {
    "id": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
    "author": "Shinya Uryu <uryu.shinya@tokushima-u.ac.jp>",
    "committer": "Shinya Uryu <uryu.shinya@tokushima-u.ac.jp>",
    "message": "style(R): migrate to native pipe and modernize tidyverse usage\n\n- Replace magrittr |> with the native pipe |> across internal code.\n  The re-export of |> in utils-pipe.R is kept for backward compatibility\n  with downstream callers.\n- Replace dplyr::recode() (superseded) with dplyr::replace_values() in\n  kansuji2arabic() and convert_jyear_roman(). Bump the minimum dplyr\n  requirement to >= 1.2.0 accordingly.\n- Refactor separate_address() to extract the inline magrittr-placeholder\n  pattern (dplyr::if_else with .) into a local function, since the\n  native pipe does not support the . placeholder.\n\nBehaviour and tests are unchanged: 339 testthat assertions still pass\nand R CMD check --as-cran is clean.\n",
    "time": 1777362508
  },
  "_maintainer": {
    "name": "Shinya Uryu",
    "email": "suika1127@gmail.com",
    "login": "uribo",
    "orcid": "0000-0002-0493-6186",
    "twitter": "@u_ribo",
    "description": "R / Data Engineer / Geo / Ecology / Visualization / Tokushima University (徳島大学)",
    "uuid": 228649
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "version": ">= 0.1.0",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "version": ">= 1.7.4",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "memoise",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.3",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.0",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "version": ">= 1.4.3",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 2.1.3",
      "role": "Imports"
    },
    {
      "package": "arabic2kansuji",
      "version": ">= 0.1.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "version": ">= 1.1.0",
      "role": "Suggests"
    }
  ],
  "_owner": "uribo",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-18",
      "n": 5
    }
  ],
  "_tags": [],
  "_stars": 57,
  "_contributors": [
    {
      "user": "uribo",
      "count": 158,
      "uuid": 228649
    },
    {
      "user": "indenkun",
      "count": 23,
      "uuid": 64451481
    },
    {
      "user": "yutannihilation",
      "count": 19,
      "uuid": 1978793
    },
    {
      "user": "paithiov909",
      "count": 19,
      "uuid": 33294906
    },
    {
      "user": "doubt-0kb",
      "count": 10,
      "uuid": 98461207
    },
    {
      "user": "hidekoji",
      "count": 5,
      "uuid": 230637
    },
    {
      "user": "hadley",
      "count": 2,
      "uuid": 4196
    },
    {
      "user": "zettsu-t",
      "count": 1,
      "uuid": 5561777
    }
  ],
  "_userbio": {
    "uuid": 228649,
    "type": "user",
    "name": "Shinya Uryu",
    "description": "R / Data Engineer / Geo / Ecology / Visualization / Tokushima University (徳島大学)"
  },
  "_downloads": {
    "count": 147,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/zipangu"
  },
  "_devurl": "https://github.com/uribo/zipangu",
  "_pkgdown": "https://uribo.github.io/zipangu/",
  "_searchresults": 42,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/zipangu.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-12-01"
    },
    {
      "version": "0.2.0",
      "date": "2020-01-11"
    },
    {
      "version": "0.2.1",
      "date": "2020-07-07"
    },
    {
      "version": "0.2.2",
      "date": "2021-02-01"
    },
    {
      "version": "0.2.3",
      "date": "2021-02-07"
    },
    {
      "version": "0.3.0",
      "date": "2022-03-11"
    },
    {
      "version": "0.3.1",
      "date": "2022-09-01"
    },
    {
      "version": "0.3.2",
      "date": "2022-12-09"
    },
    {
      "version": "0.3.3",
      "date": "2024-11-07"
    }
  ],
  "_exports": [
    "%>%",
    "convert_jdate",
    "convert_jyear",
    "convert_prefecture",
    "convert_prefecture_from_kana",
    "dl_zipcode_file",
    "find_date_by_wday",
    "harmonize_prefecture_name",
    "hiragana",
    "is_jholiday",
    "is_prefecture",
    "is_zipcode",
    "jholiday",
    "jholiday_spec",
    "kana",
    "kansuji2arabic",
    "kansuji2arabic_all",
    "kansuji2arabic_num",
    "kansuji2arabic_str",
    "katakana",
    "label_kansuji",
    "label_kansuji_suffix",
    "read_zipcode",
    "separate_address",
    "str_conv_hirakana",
    "str_conv_normalize",
    "str_conv_romanhira",
    "str_conv_zenhan",
    "str_jconv",
    "str_jnormalize",
    "zipcode_spacer"
  ],
  "_datasets": [
    {
      "name": "jpnprefs",
      "title": "Prefectural informations in Japan",
      "object": "jpnprefs",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "jis_code",
        "prefecture_kanji",
        "prefecture",
        "region",
        "major_island"
      ],
      "rows": 47,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "convert_jdate",
      "title": "Convert Japanese date format to date object",
      "topics": [
        "convert_jdate"
      ]
    },
    {
      "page": "convert_jyear",
      "title": "Convert Japanese imperial year to Anno Domini",
      "topics": [
        "convert_jyear"
      ]
    },
    {
      "page": "convert_prefecture",
      "title": "Convert prefecture names to roman or kanji",
      "topics": [
        "convert_prefecture"
      ]
    },
    {
      "page": "convert_prefecture_from_kana",
      "title": "Convert prefecture names from kana",
      "topics": [
        "convert_prefecture_from_kana"
      ]
    },
    {
      "page": "dl_zipcode_file",
      "title": "Download a zip-code file",
      "topics": [
        "dl_zipcode_file"
      ]
    },
    {
      "page": "find_date_by_wday",
      "title": "Find out the date of the specific month and weekday",
      "topics": [
        "find_date_by_wday"
      ]
    },
    {
      "page": "harmonize_prefecture_name",
      "title": "Harmonize the notation of Japanese prefecture names.",
      "topics": [
        "harmonize_prefecture_name"
      ]
    },
    {
      "page": "is_jholiday",
      "title": "Is x a public holidays in Japan?",
      "topics": [
        "is_jholiday"
      ]
    },
    {
      "page": "is_prefecture",
      "title": "Check correctly prefecture names",
      "topics": [
        "is_prefecture"
      ]
    },
    {
      "page": "is_zipcode",
      "title": "Test zip-code",
      "topics": [
        "is_zipcode"
      ]
    },
    {
      "page": "jholiday",
      "title": "Public holidays in Japan",
      "topics": [
        "jholiday",
        "jholiday_spec"
      ]
    },
    {
      "page": "jpnprefs",
      "title": "Prefectural informations in Japan",
      "topics": [
        "jpnprefs"
      ]
    },
    {
      "page": "kana",
      "title": "Create kana vector",
      "topics": [
        "hiragana",
        "kana",
        "katakana"
      ]
    },
    {
      "page": "kansuji",
      "title": "Convert kansuji character to arabic",
      "topics": [
        "kansuji2arabic",
        "kansuji2arabic_all",
        "kansuji2arabic_num",
        "kansuji2arabic_str"
      ]
    },
    {
      "page": "label_kansuji",
      "title": "Label numbers in Kansuji format",
      "topics": [
        "label_kansuji",
        "label_kansuji_suffix"
      ]
    },
    {
      "page": "read_zipcode",
      "title": "Read Japan post's zip-code file",
      "topics": [
        "read_zipcode"
      ]
    },
    {
      "page": "separate_address",
      "title": "Separate address elements",
      "topics": [
        "separate_address"
      ]
    },
    {
      "page": "str_jconv",
      "title": "Converts the kind of string used as Japanese",
      "topics": [
        "str_conv_hirakana",
        "str_conv_normalize",
        "str_conv_romanhira",
        "str_conv_zenhan",
        "str_jconv"
      ]
    },
    {
      "page": "str_jnormalize",
      "title": "Converts characters following the rules of 'neologd'",
      "topics": [
        "str_jnormalize"
      ]
    },
    {
      "page": "zipcode_spacer",
      "title": "Insert and remove zip-code connect character",
      "topics": [
        "zipcode_spacer"
      ]
    }
  ],
  "_pkglogo": "https://github.com/uribo/zipangu/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/uribo/zipangu/raw/HEAD/README.md",
  "_rundeps": [
    "arabic2kansuji",
    "cachem",
    "cli",
    "cpp11",
    "dplyr",
    "fastmap",
    "generics",
    "glue",
    "lifecycle",
    "lubridate",
    "magrittr",
    "memoise",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 5.40031344514033,
  "_indexed": true,
  "_nocasepkg": "zipangu",
  "_universes": [
    "uribo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:48:09.000Z",
      "distro": "noble",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "9d0eb700f5f26458c7ccb0ab7eb7983b0b907e17520702b4f91de5888def307e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:48:12.000Z",
      "distro": "noble",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "05985fff672c0a5634dce4aab8ee20eb9e9b12063af5d8944dabe64d7040808d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:47:45.000Z",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "387fa4b59aa26d9e08b4a4fb5b787c3cd20c490d0b02fea405a7e129f27b0597",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:47:54.000Z",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "5ee8c50b736819e4f21b4f55536225831eba3c85d74c260881ee3b63cd09d207",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:48:08.000Z",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "4c5591936042796d8cc3f6c817b6513a1a862a1d8a9698a43bee61dfe560cbfe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:47:34.000Z",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "72c302f7f0081bf30249fe8ec32ca914dbca18389ae93436bbcfcf587f805f75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:47:15.000Z",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "b8bfee82260921af059ef99c95c61d14c6ba17211adc4d75d23b0a93e0312708",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.3.9000",
      "date": "2026-05-28T07:47:36.000Z",
      "commit": "c5c58dd7dde3c6dc9271ace47da0469febdb5d1c",
      "fileid": "5eed1f34a7e13ce948d3309005fd6ab476ae6e31e46935d14c154a6b8782406b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/26561689213"
    }
  ]
}