{
  "_id": "6a4a42d51e9cffeb4b832e65",
  "Package": "langevitour",
  "Title": "Langevin Tour",
  "Version": "0.8.1",
  "Authors@R": "person(\"Paul\", \"Harrison\", , \"pfh@logarithmic.net\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3980-268X\"))",
  "Description": "An HTML widget that randomly tours 2D projections of\nnumerical data. A random walk through projections of the data\nis shown. The user can manipulate the plot to use specified\naxes, or turn on Guided Tour mode to find an informative\nprojection of the data. Groups within the data can be hidden or\nshown, as can particular axes. Points can be brushed, and the\nselection can be linked to other widgets using crosstalk. The\nunderlying method to produce the random walk and projection\npursuit uses Langevin dynamics. The widget can be used from\nwithin R, or included in a self-contained R Markdown or Quarto\ndocument or presentation, or used in a Shiny app.",
  "URL": "https://logarithmic.net/langevitour/",
  "BugReports": "https://github.com/pfh/langevitour/issues/",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://pfh.r-universe.dev",
  "Date/Publication": "2026-03-08 01:58:15 UTC",
  "RemoteUrl": "https://github.com/pfh/langevitour",
  "RemoteRef": "HEAD",
  "RemoteSha": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 10:04:32 UTC",
    "User": "root"
  },
  "Author": "Paul Harrison [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-3980-268X>)",
  "Maintainer": "Paul Harrison <pfh@logarithmic.net>",
  "_user": "pfh",
  "_type": "src",
  "_file": "langevitour_0.8.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/6ec99a615b2e0f959c70af72ca7c2ae88d298539a8f1946a55e2dd90d72bc696",
  "_filesize": 408756,
  "_sha256": "6ec99a615b2e0f959c70af72ca7c2ae88d298539a8f1946a55e2dd90d72bc696",
  "_expires": "2026-10-13T11:41:07.000Z",
  "_created": "2026-06-06T10:04:32.000Z",
  "_published": "2026-07-05T11:41:09.186Z",
  "_jobs": [
    {
      "job": 85219787891,
      "time": 187,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7453498943"
    },
    {
      "job": 85219787951,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453492039"
    },
    {
      "job": 85219787980,
      "time": 157,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7453493336"
    },
    {
      "job": 85219787967,
      "time": 160,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453493235"
    },
    {
      "job": 85219787882,
      "time": 206,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453479284"
    },
    {
      "job": 85219787889,
      "time": 155,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453495649"
    },
    {
      "job": 85219787873,
      "time": 134,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7453493625"
    },
    {
      "job": 85219787978,
      "time": 97,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7453489759"
    },
    {
      "job": 85219788116,
      "time": 115,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453491630"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295",
  "_status": "success",
  "_upstream": "https://github.com/pfh/langevitour",
  "_commit": {
    "id": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
    "author": "Paul Harrison <pfh@logarithmic.net>",
    "committer": "Paul Harrison <pfh@logarithmic.net>",
    "message": "Update NEWS, add dev dependency for testing nbconvert via markdown.\n",
    "time": 1772935095
  },
  "_maintainer": {
    "name": "Paul Harrison",
    "email": "pfh@logarithmic.net",
    "login": "pfh",
    "description": "",
    "uuid": 728279,
    "orcid": "0000-0002-3980-268X"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "htmlwidgets",
      "role": "Imports"
    },
    {
      "package": "crosstalk",
      "role": "Imports"
    },
    {
      "package": "RANN",
      "role": "Imports"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "GGally",
      "role": "Suggests"
    },
    {
      "package": "DT",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "palmerpenguins",
      "role": "Suggests"
    },
    {
      "package": "tourr",
      "role": "Suggests"
    },
    {
      "package": "geozoo",
      "role": "Suggests"
    },
    {
      "package": "liminal",
      "role": "Suggests"
    },
    {
      "package": "uwot",
      "role": "Suggests"
    }
  ],
  "_owner": "pfh",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2026-10",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "javascript-applications",
    "langevin-dynamics",
    "tour",
    "visualization"
  ],
  "_stars": 27,
  "_contributors": [
    {
      "user": "pfh",
      "count": 162,
      "uuid": 728279
    },
    {
      "user": "wytamma",
      "count": 11,
      "uuid": 13726005
    },
    {
      "user": "patcon",
      "count": 1,
      "uuid": 305339
    }
  ],
  "_userbio": {
    "uuid": 728279,
    "type": "user",
    "name": "Paul Harrison"
  },
  "_downloads": {
    "count": 608,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/langevitour"
  },
  "_devurl": "https://github.com/pfh/langevitour",
  "_pkgdown": "https://logarithmic.net/langevitour/",
  "_searchresults": 81,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/langevitour.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pfh/langevitour",
  "_realowner": "pfh",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2022-03-21"
    },
    {
      "version": "0.2",
      "date": "2022-03-23"
    },
    {
      "version": "0.4",
      "date": "2022-05-09"
    },
    {
      "version": "0.5",
      "date": "2022-08-05"
    },
    {
      "version": "0.6",
      "date": "2023-11-17"
    },
    {
      "version": "0.7",
      "date": "2024-02-24"
    },
    {
      "version": "0.8.0",
      "date": "2025-04-13"
    },
    {
      "version": "0.8.1",
      "date": "2025-05-27"
    }
  ],
  "_exports": [
    "knnDenoise",
    "langevitour",
    "langevitourOutput",
    "renderLangevitour"
  ],
  "_datasets": [
    {
      "name": "zeiselPC",
      "title": "Principal components of scRNA-Seq of mouse brain cells",
      "object": "zeiselPC",
      "file": "zeiselPC.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "type",
        "PC1",
        "PC2",
        "PC3",
        "PC4",
        "PC5",
        "PC6",
        "PC7",
        "PC8",
        "PC9",
        "PC10"
      ],
      "rows": 2816,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "knnDenoise",
      "title": "k-nearest neighbor denoising of a set of points",
      "topics": [
        "knnDenoise"
      ]
    },
    {
      "page": "langevitour",
      "title": "Langevin Tour",
      "topics": [
        "langevitour"
      ]
    },
    {
      "page": "langevitour-shiny",
      "title": "Shiny bindings for langevitour",
      "topics": [
        "langevitour-shiny",
        "langevitourOutput",
        "renderLangevitour"
      ]
    },
    {
      "page": "zeiselPC",
      "title": "Principal components of scRNA-Seq of mouse brain cells",
      "topics": [
        "zeiselPC"
      ]
    }
  ],
  "_readme": "https://github.com/pfh/langevitour/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "crosstalk",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "highr",
    "htmltools",
    "htmlwidgets",
    "jquerylib",
    "jsonlite",
    "knitr",
    "lazyeval",
    "lifecycle",
    "memoise",
    "mime",
    "R6",
    "RANN",
    "rappdirs",
    "rlang",
    "rmarkdown",
    "sass",
    "tinytex",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "usage.Rmd",
      "filename": "usage.html",
      "title": "Usage example",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Further examples"
      ],
      "created": "2022-03-19 08:09:44",
      "modified": "2022-10-02 04:10:46",
      "commits": 7
    }
  ],
  "_score": 7.11800003342128,
  "_indexed": true,
  "_nocasepkg": "langevitour",
  "_universes": [
    "pfh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-06-06T10:07:43.000Z",
      "distro": "noble",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/eb37bff50e6e9be69a5f1ee161e1cff89c468ccc03f6d662eb7bc4216be4ed5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-06-06T10:06:38.000Z",
      "distro": "noble",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/ce075b522b1762d87611467c39316ae6082bdc8aee815b82b2db109bebeba459",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-06-06T10:06:50.000Z",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/9e8b1d18079f35de8af6c5522c0308789b128918f3deecb226825f13fa083a64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-06-06T10:06:49.000Z",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/4417b5263313ba8b3876576473a6a50ccdf457c8482c7ea15b0f82ff104f02fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.1",
      "date": "2026-06-06T10:07:21.000Z",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/8b90ee38da035fadeba806660e1677980b2d8cec8b8769573dee9178143897f7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-06-06T10:06:46.000Z",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/183ee44d4d56ec6b572277ceb9c22fafdec6db8b4093013e7c31aeb313d259f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-06-06T10:06:08.000Z",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/fdeb0b30e06693e694aa604c2648ac009e9a5814501a40fe4af173dc1963c6ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-06-06T10:06:26.000Z",
      "commit": "20b2e79dff06ed2123a139ce5ae0c2d2a81ac03c",
      "fileid": "https://r2.ropensci.org/328825eecba98634ed4aea27e2b336bb19011868451b2193141d73d19696851f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pfh/actions/runs/27059303295"
    }
  ]
}