{
  "_id": "6a59ede709eb0996dd68f961",
  "Package": "ssrn",
  "Title": "Scan Statistics for Railway Network",
  "Version": "0.1.0",
  "Date": "2020-06-14",
  "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 = \"Yuta\",\nfamily = \"Tanoue\",\nrole = c(\"aut\")),\nperson(given = \"Daisuke\",\nfamily = \"Yoneoka\",\nrole = c(\"aut\")))",
  "Description": "Implement the algorithm provided in scan for estimating\nthe transmission route on railway network using passenger\nvolume. It is a generalization of the scan statistic approach\nfor railway network to identify the hot railway route for\ntransmitting infectious diseases.",
  "URL": "https://github.com/uribo/ssrn",
  "BugReports": "https://github.com/uribo/ssrn/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.0",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://uribo.r-universe.dev",
  "Date/Publication": "2020-06-14 05:23:05 UTC",
  "RemoteUrl": "https://github.com/uribo/ssrn",
  "RemoteRef": "HEAD",
  "RemoteSha": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-17 08:51:28 UTC",
    "User": "root"
  },
  "Author": "Shinya Uryu [aut, cre] (ORCID: <https://orcid.org/0000-0002-0493-6186>),\nYuta Tanoue [aut],\nDaisuke Yoneoka [aut]",
  "Maintainer": "Shinya Uryu <suika1127@gmail.com>",
  "_user": "uribo",
  "_type": "src",
  "_file": "ssrn_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/3e54f9ee0b83564c8558237342e4db468a33d004f4de88a2718c3173a7d018b6",
  "_filesize": 682266,
  "_sha256": "3e54f9ee0b83564c8558237342e4db468a33d004f4de88a2718c3173a7d018b6",
  "_expires": "2026-10-25T08:55:00.000Z",
  "_created": "2026-07-17T08:51:28.000Z",
  "_published": "2026-07-17T08:55:02.967Z",
  "_jobs": [
    {
      "job": 87844594657,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8401904131"
    },
    {
      "job": 87844594648,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401886916"
    },
    {
      "job": 87844594658,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8401867150"
    },
    {
      "job": 87844594610,
      "time": 76,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401865962"
    },
    {
      "job": 87844040699,
      "time": 171,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401833995"
    },
    {
      "job": 87844594612,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8401880767"
    },
    {
      "job": 87844594629,
      "time": 70,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8401863653"
    },
    {
      "job": 87844594656,
      "time": 71,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8401864016"
    },
    {
      "job": 87844594666,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8401861594"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676",
  "_status": "success",
  "_upstream": "https://github.com/uribo/ssrn",
  "_commit": {
    "id": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
    "author": "Shinya Uryu <suika1127@gmail.com>",
    "committer": "Shinya Uryu <suika1127@gmail.com>",
    "message": "prepare for CRAN release\n",
    "time": 1592112185
  },
  "_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
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.6",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0.1",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "scanstatistics",
      "role": "Suggests"
    }
  ],
  "_owner": "uribo",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "uribo",
      "count": 13,
      "uuid": 228649
    },
    {
      "user": "kingqwert",
      "count": 1,
      "uuid": 19958635
    }
  ],
  "_userbio": {
    "uuid": 228649,
    "type": "user",
    "name": "Shinya Uryu",
    "followers": 389,
    "description": "R / Data Engineer / Geo / Ecology / Visualization / Tokushima University (徳島大学)"
  },
  "_downloads": {
    "count": 230,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ssrn"
  },
  "_devurl": "https://github.com/uribo/ssrn",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/ssrn.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/uribo/ssrn",
  "_realowner": "uribo",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-23"
    }
  ],
  "_exports": [
    "%>%",
    "make_adjacency_matrix",
    "make_passenger_matrix",
    "make_passenger_od",
    "network_window",
    "transit_table"
  ],
  "_datasets": [
    {
      "name": "jreast_jt",
      "title": "East Japan Railway's Tokaido Line Data",
      "object": "jreast_jt",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "st_code",
        "st_name"
      ],
      "rows": 20,
      "table": true,
      "tojson": true
    },
    {
      "name": "jreast_jt_od",
      "title": "JR-East Tokaido Line OD Data",
      "object": "jreast_jt_od",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "rw_code",
        "departure_st_code",
        "arrive_st_code",
        "volume"
      ],
      "rows": 197,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "jreast_jt",
      "title": "East Japan Railway's Tokaido Line Data",
      "topics": [
        "jreast_jt"
      ]
    },
    {
      "page": "jreast_jt_od",
      "title": "JR-East Tokaido Line OD Data",
      "topics": [
        "jreast_jt_od"
      ]
    },
    {
      "page": "make_adjacency_matrix",
      "title": "Convert station data to adjacency matrix",
      "topics": [
        "make_adjacency_matrix"
      ]
    },
    {
      "page": "make_passenger_matrix",
      "title": "Convert passenger and station data to origin-destination matrix",
      "topics": [
        "make_passenger_matrix"
      ]
    },
    {
      "page": "make_passenger_od",
      "title": "Summaries a passenger volume",
      "topics": [
        "make_passenger_od"
      ]
    },
    {
      "page": "network_window",
      "title": "Create network window zones",
      "topics": [
        "network_window"
      ]
    },
    {
      "page": "transit_table",
      "title": "Create transit table",
      "topics": [
        "transit_table"
      ]
    }
  ],
  "_readme": "https://github.com/uribo/ssrn/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "ssrn",
  "_universes": [
    "uribo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-17T08:54:17.000Z",
      "distro": "resolute",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/a5295225c00ecef3be6db2512526ef7695cd64c7949e9927da3e0ea4e45cdf50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-17T08:53:35.000Z",
      "distro": "resolute",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/6362627cae6672fa642b6beaea93280506726e9a2a0ffbf775dea4682678bca5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-17T08:52:51.000Z",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/a84eae2479b4e47c9299d6075146cb8dc6a48cfc8c2618b8285d954a40fac64e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-17T08:52:49.000Z",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/f8c8d479dc6f20f2ece133cb17fdcf9f38adb0bb189dc9e947dd43354fec694e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-17T08:53:33.000Z",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/fd5a05e94ae193987371db8438d5ed3ed2dc578ba53574f8e38f00220e4af33c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-17T08:52:35.000Z",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/dc694888f7d32891c3942b5093c77be46c1f27f638334c1ae064534fc318788f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-17T08:52:35.000Z",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/96263798999887c3852d235eb90451175174c0c3cee57245420939565bdb8590",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-17T08:52:30.000Z",
      "commit": "c0c2837eb6c3d7ff81ae23563b6932b95598fc15",
      "fileid": "https://r2.ropensci.org/c6360bf77925cabf44874a4adf14f1df7bff40b592844f4852e74274a3c86c05",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/uribo/actions/runs/29567699676"
    }
  ]
}