{
  "_id": "6a21537ecd65a98ecbd2da49",
  "Package": "jstager",
  "Type": "Package",
  "Title": "Retrieve Information Published on J-STAGE",
  "Version": "0.0.6",
  "Authors@R": "person(given = \"Takeshi\",\nfamily = \"Nishimura\",\nemail = \"takenishi@gmail.com\",\nrole = c(\"aut\", \"cph\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-1761-4300\"))",
  "Description": "Provides tools to access the J-STAGE WebAPI and retrieve\ninformation published on J-STAGE\n<https://www.jstage.jst.go.jp/browse/-char/ja>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/takeshinishimura/jstager,\nhttps://takeshinishimura.github.io/jstager/",
  "BugReports": "https://github.com/takeshinishimura/jstager/issues",
  "Config/pak/sysreqs": "chromium make libicu-dev libxml2-dev libssl-dev",
  "Repository": "https://takeshinishimura.r-universe.dev",
  "Date/Publication": "2024-08-10 11:06:03 UTC",
  "RemoteUrl": "https://github.com/takeshinishimura/jstager",
  "RemoteRef": "HEAD",
  "RemoteSha": "27427c7669bf426306e9c2e42c705ab020af5e7c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 10:26:13 UTC",
    "User": "root"
  },
  "Author": "Takeshi Nishimura [aut, cph, cre] (ORCID:\n<https://orcid.org/0000-0003-1761-4300>)",
  "Maintainer": "Takeshi Nishimura <takenishi@gmail.com>",
  "MD5sum": "9544e3f8b0fe91f454db8ed5b094655e",
  "_user": "takeshinishimura",
  "_type": "src",
  "_file": "jstager_0.0.6.tar.gz",
  "_fileid": "400614bba0a77ffbc76add040b7fdf6e9efa7165a82992f37c78d1245577e2e9",
  "_filesize": 103897,
  "_sha256": "400614bba0a77ffbc76add040b7fdf6e9efa7165a82992f37c78d1245577e2e9",
  "_created": "2026-06-04T10:26:13.000Z",
  "_published": "2026-06-04T10:29:18.119Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79499264599,
      "time": 153,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7409113880"
    },
    {
      "job": 79499264504,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409104381"
    },
    {
      "job": 79499264540,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7409095587"
    },
    {
      "job": 79499264544,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409100107"
    },
    {
      "job": 79498768909,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409062833"
    },
    {
      "job": 79499264533,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409108348"
    },
    {
      "job": 79499264595,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7409097640"
    },
    {
      "job": 79499264531,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7409091670"
    },
    {
      "job": 79499264483,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409086132"
    }
  ],
  "_buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/takeshinishimura/jstager",
  "_commit": {
    "id": "27427c7669bf426306e9c2e42c705ab020af5e7c",
    "author": "takeshinishimura <takenishi@gmail.com>",
    "committer": "takeshinishimura <takenishi@gmail.com>",
    "message": "0.0.6\n",
    "time": 1723287963
  },
  "_maintainer": {
    "name": "Takeshi Nishimura",
    "email": "takenishi@gmail.com",
    "login": "takeshinishimura",
    "description": "",
    "uuid": 1618652,
    "orcid": "0000-0003-1761-4300"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "chromote",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "openxlsx",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "takeshinishimura",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "takeshinishimura",
      "count": 48,
      "uuid": 1618652
    }
  ],
  "_userbio": {
    "uuid": 1618652,
    "type": "user",
    "name": "Takeshi Nishimura"
  },
  "_downloads": {
    "count": 117,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/jstager"
  },
  "_devurl": "https://github.com/takeshinishimura/jstager",
  "_pkgdown": "https://takeshinishimura.github.io/jstager/",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/jstager.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/takeshinishimura/jstager",
  "_realowner": "takeshinishimura",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2024-06-10"
    },
    {
      "version": "0.0.3",
      "date": "2024-06-23"
    },
    {
      "version": "0.0.5",
      "date": "2024-07-06"
    },
    {
      "version": "0.0.6",
      "date": "2024-08-26"
    }
  ],
  "_exports": [
    "get_jstage_articles",
    "get_jstage_volumes",
    "jstage_metadata",
    "jstage_references",
    "write_jstage_to_excel"
  ],
  "_help": [
    {
      "page": "get_jstage_articles",
      "title": "Get J-Stage Articles List",
      "topics": [
        "get_jstage_articles"
      ]
    },
    {
      "page": "get_jstage_volumes",
      "title": "Get J-Stage Volumes and Issues List",
      "topics": [
        "get_jstage_volumes"
      ]
    },
    {
      "page": "jstage_metadata",
      "title": "Scrape J-STAGE Article Metadata",
      "topics": [
        "jstage_metadata"
      ]
    },
    {
      "page": "jstage_references",
      "title": "Scrape J-STAGE References",
      "topics": [
        "jstage_references"
      ]
    },
    {
      "page": "write_jstage_to_excel",
      "title": "Write J-Stage Data to Excel File",
      "topics": [
        "write_jstage_to_excel"
      ]
    }
  ],
  "_readme": "https://github.com/takeshinishimura/jstager/raw/HEAD/README.md",
  "_rundeps": [
    "AsioHeaders",
    "askpass",
    "chromote",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "fastmap",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "openxlsx",
    "otel",
    "pillar",
    "pkgconfig",
    "processx",
    "promises",
    "ps",
    "purrr",
    "R6",
    "Rcpp",
    "rlang",
    "rvest",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "websocket",
    "withr",
    "xml2",
    "zip"
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "jstager",
  "_universes": [
    "takeshinishimura"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.6",
      "date": "2026-06-04T10:28:52.000Z",
      "distro": "noble",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "255b7e3720e696d7822390ff727783b97eaef3ef0bfe902b8c205896e40865f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.6",
      "date": "2026-06-04T10:28:23.000Z",
      "distro": "noble",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "f39d8677a182d8f18c1e32b5bf001c2146f978fff109472fdd0423953ea1047e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.6",
      "date": "2026-06-04T10:27:55.000Z",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "2179f11c4f75acfcc2546c8db1dc4fe578bc0e1eb778cd0309f5e62b6d3d26c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.6",
      "date": "2026-06-04T10:28:09.000Z",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "accad82859651f0f80c8ad0518c311375fc540999546a785a69ba6b1a147e0ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.6",
      "date": "2026-06-04T10:28:43.000Z",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "5c66bbad2d57befd2353038c808ecd643a27e09357388f7300c311355a082cb0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.6",
      "date": "2026-06-04T10:27:57.000Z",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "f65044d68507acffa27f9a27d02698795264fa2ef0ae4b93430a6982bbd096c8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.6",
      "date": "2026-06-04T10:27:38.000Z",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "01658bc205467aa3a6492bb89bb5d191323348d198a0e4457499f65e52ef3a92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.6",
      "date": "2026-06-04T10:27:23.000Z",
      "commit": "27427c7669bf426306e9c2e42c705ab020af5e7c",
      "fileid": "fc6fbbdc900f63f17585bafbbe7ce7ebfd3ac46fc8d1f58a31675dfb0228adde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takeshinishimura/actions/runs/26945917039"
    }
  ]
}