{
  "_id": "6a0f6f73acfb0bcc41c5f17b",
  "Package": "Rtsne",
  "Type": "Package",
  "Title": "T-Distributed Stochastic Neighbor Embedding using a Barnes-Hut\nImplementation",
  "Version": "0.17",
  "Authors@R": "c(\nperson(\"Jesse\", \"Krijthe\", ,\"jkrijthe@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Laurens\", \"van der Maaten\", role = c(\"cph\"), comment = \"Author of original C++ code\")\n)",
  "Description": "An R wrapper around the fast T-distributed Stochastic\nNeighbor Embedding implementation by Van der Maaten (see\n<https://github.com/lvdmaaten/bhtsne/> for more information on\nthe original implementation).",
  "License": "file LICENSE",
  "URL": "https://github.com/jkrijthe/Rtsne",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Repository": "https://jkrijthe.r-universe.dev",
  "Date/Publication": "2025-09-17 09:31:23 UTC",
  "RemoteUrl": "https://github.com/jkrijthe/rtsne",
  "RemoteRef": "HEAD",
  "RemoteSha": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-21 07:38:57 UTC",
    "User": "root"
  },
  "Author": "Jesse Krijthe [aut, cre],\nLaurens van der Maaten [cph] (Author of original C++ code)",
  "Maintainer": "Jesse Krijthe <jkrijthe@gmail.com>",
  "MD5sum": "5ae7a016634a2608e9c2308e7e9930b3",
  "_user": "jkrijthe",
  "_type": "src",
  "_file": "Rtsne_0.17.tar.gz",
  "_fileid": "0d248535bf5c8cc5649ad43e856d2a8d51a903444c825588650127a92f05ff32",
  "_filesize": 233222,
  "_sha256": "0d248535bf5c8cc5649ad43e856d2a8d51a903444c825588650127a92f05ff32",
  "_created": "2026-05-21T07:38:57.000Z",
  "_published": "2026-05-21T20:47:47.885Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77265595283,
      "time": 172,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7129980218"
    },
    {
      "job": 77265595529,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7129963314"
    },
    {
      "job": 77265595617,
      "time": 118,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129963547"
    },
    {
      "job": 77265594773,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129974284"
    },
    {
      "job": 77265595394,
      "time": 115,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7129962397"
    },
    {
      "job": 77265595504,
      "time": 338,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7130032189"
    },
    {
      "job": 77265595018,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129956629"
    },
    {
      "job": 77265594609,
      "time": 279,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130014139"
    },
    {
      "job": 77265594205,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129924998"
    },
    {
      "job": 77265594267,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146832240"
    },
    {
      "job": 77265595105,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7129959952"
    },
    {
      "job": 77265595333,
      "time": 127,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7129966387"
    },
    {
      "job": 77265594759,
      "time": 183,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129983722"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jkrijthe/rtsne",
  "_commit": {
    "id": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
    "author": "Jesse Krijthe <jkrijthe@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #59 from Bisaloo/fix-gha\n\nUpdate GitHub Actions workflows to the latest version",
    "time": 1758101483
  },
  "_maintainer": {
    "name": "Jesse Krijthe",
    "email": "jkrijthe@gmail.com",
    "login": "jkrijthe",
    "description": "",
    "uuid": 651961
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "irlba",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "jkrijthe",
  "_selfowned": true,
  "_usedby": 274,
  "_updates": [
    {
      "week": "2025-38",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 267,
  "_contributors": [
    {
      "user": "jkrijthe",
      "count": 120,
      "uuid": 651961
    },
    {
      "user": "daniel-wells",
      "count": 6,
      "uuid": 3143390
    },
    {
      "user": "michaelchirico",
      "count": 4,
      "uuid": 7606389
    },
    {
      "user": "richierocks",
      "count": 4,
      "uuid": 197589
    },
    {
      "user": "bisaloo",
      "count": 2,
      "uuid": 10783929
    },
    {
      "user": "by321",
      "count": 2,
      "uuid": 6627392
    },
    {
      "user": "laurentgatto",
      "count": 1,
      "uuid": 32748897
    },
    {
      "user": "talgalili",
      "count": 1,
      "uuid": 976006
    }
  ],
  "_userbio": {
    "uuid": 651961,
    "type": "user",
    "name": "Jesse Krijthe"
  },
  "_downloads": {
    "count": 63658,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Rtsne"
  },
  "_mentions": 255,
  "_devurl": "https://github.com/jkrijthe/rtsne",
  "_searchresults": 7200,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_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/Rtsne.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jkrijthe/rtsne",
  "_realowner": "jkrijthe",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.5",
      "date": "2014-05-27"
    },
    {
      "version": "0.6",
      "date": "2014-06-23"
    },
    {
      "version": "0.8",
      "date": "2014-07-28"
    },
    {
      "version": "0.9",
      "date": "2014-09-18"
    },
    {
      "version": "0.10",
      "date": "2015-05-26"
    },
    {
      "version": "0.11",
      "date": "2016-06-30"
    },
    {
      "version": "0.13",
      "date": "2017-04-14"
    },
    {
      "version": "0.15",
      "date": "2018-11-10"
    },
    {
      "version": "0.16",
      "date": "2022-04-17"
    },
    {
      "version": "0.17",
      "date": "2023-12-07"
    }
  ],
  "_exports": [
    "normalize_input",
    "Rtsne",
    "Rtsne_neighbors"
  ],
  "_help": [
    {
      "page": "normalize_input",
      "title": "Normalize input data matrix",
      "topics": [
        "normalize_input"
      ]
    },
    {
      "page": "Rtsne",
      "title": "Barnes-Hut implementation of t-Distributed Stochastic Neighbor Embedding",
      "topics": [
        "Rtsne",
        "Rtsne.data.frame",
        "Rtsne.default",
        "Rtsne.dist",
        "Rtsne_neighbors"
      ]
    }
  ],
  "_readme": "https://github.com/jkrijthe/rtsne/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 14.546636609569516,
  "_indexed": true,
  "_nocasepkg": "rtsne",
  "_universes": [
    "jkrijthe"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.17",
      "date": "2026-05-21T07:41:52.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "30390ce8825e77b9d5bcf25a35a400e22b7ac7be7e3383319c7be02eff041fa4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.17",
      "date": "2026-05-21T07:40:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "2c327c3e95f4d0af7ddedf93a819d14101d5eaf66703c5b6c57ef000c55f90ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.17",
      "date": "2026-05-21T07:40:59.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "7994d01f8a917d60c5c4a366fd0d9bd2271c42120b3a8fb6e97377010e0087e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.17",
      "date": "2026-05-21T07:41:30.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "2f0fa51124a7bfd7dd3de4e034c2d22a8975bf92b38a8e433dedc11e0523a273",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.17",
      "date": "2026-05-21T07:40:54.000Z",
      "arch": "aarch64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "4deb58660e4353c66851ad4a7edf972f68514bac07fcd6d2ab66fb72c2226aa8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.17",
      "date": "2026-05-21T07:43:49.000Z",
      "arch": "x86_64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "13eb6633a3bec17fdd64c6e8ac154d73f7db58f8cfe471225e976151a930a81d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.17",
      "date": "2026-05-21T07:40:40.000Z",
      "arch": "aarch64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "37c2c5f132e2b2ca03d6071e36cd3549bb0ba06ae03a659128382df8ea737761",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.17",
      "date": "2026-05-21T07:42:49.000Z",
      "arch": "x86_64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "393409d99aa95131674e9b91544f0a6ef9b74e053d9e2dc80c51c754c3e4e8ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.17",
      "date": "2026-05-21T20:47:17.000Z",
      "arch": "emscripten",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "c145e19562568ba95b60c544a71fc4578fdd9e71a5a135178d4997456f076ff3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.17",
      "date": "2026-05-21T07:40:18.000Z",
      "arch": "x86_64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "d70885486b1745c37a479040bd987ea86403587efcade56c4115cf83a320d3ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.17",
      "date": "2026-05-21T07:40:31.000Z",
      "arch": "x86_64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "3356be47ce9e54ee945a3360815fff346ee2bbf9928b988660a950608ad723b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.17",
      "date": "2026-05-21T07:41:03.000Z",
      "arch": "x86_64",
      "commit": "0e769505ab791fa3c3ac25bd9434ff20e1f0a689",
      "fileid": "fc3eaabeb655e1810e0c7206fd18c1c04e283d95528b25035246ccb6c1e5a441",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jkrijthe/actions/runs/26212308394"
    }
  ]
}