{
  "_id": "6a197c11acfb0bcc41df61c8",
  "Package": "lmds",
  "Type": "Package",
  "Title": "Landmark Multi-Dimensional Scaling",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\n\"Robrecht\", \"Cannoodt\",\nemail = \"rcannood@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-3641-729X\", github = \"rcannood\")\n),\nperson(\n\"Wouter\", \"Saelens\",\nemail = \"wouter.saelens@gmail.com\",\nrole = c(\"aut\"),\ncomment = c(ORCID = \"0000-0002-7114-6248\", github = \"zouter\")\n)\n)",
  "Description": "A fast dimensionality reduction method scaleable to large\nnumbers of samples. Landmark Multi-Dimensional Scaling (LMDS)\nis an extension of classical Torgerson MDS, but rather than\ncalculating a complete distance matrix between all pairs of\nsamples, only the distances between a set of landmarks and the\nsamples are calculated.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://dynverse.org/lmds/, https://github.com/dynverse/lmds",
  "BugReports": "https://github.com/dynverse/lmds/issues",
  "Collate": "'cmdscale_landmarks.R' 'select_landmarks.R' 'lmds.R'\n'package.R'",
  "Config/pak/sysreqs": "git libicu-dev",
  "Repository": "https://dynverse.r-universe.dev",
  "Date/Publication": "2023-09-22 12:00:57 UTC",
  "RemoteUrl": "https://github.com/dynverse/lmds",
  "RemoteRef": "HEAD",
  "RemoteSha": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-29 10:33:28 UTC",
    "User": "root"
  },
  "Author": "Robrecht Cannoodt [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-3641-729X>, github: rcannood),\nWouter Saelens [aut] (ORCID: <https://orcid.org/0000-0002-7114-6248>,\ngithub: zouter)",
  "Maintainer": "Robrecht Cannoodt <rcannood@gmail.com>",
  "MD5sum": "6b22868f7d6a7a64c420931e009a323c",
  "_user": "dynverse",
  "_type": "src",
  "_file": "lmds_0.1.1.tar.gz",
  "_fileid": "6521e69522a8a08508697f9c82317ac5bbe6e1897d583f6b16b69733a1c55168",
  "_filesize": 241223,
  "_sha256": "6521e69522a8a08508697f9c82317ac5bbe6e1897d583f6b16b69733a1c55168",
  "_created": "2026-05-29T10:33:28.000Z",
  "_published": "2026-05-29T11:44:17.457Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78484124506,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7288707465"
    },
    {
      "job": 78484124513,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7288703618"
    },
    {
      "job": 78484124529,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7289857179"
    },
    {
      "job": 78484124549,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7289846135"
    },
    {
      "job": 78483736154,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7288666902"
    },
    {
      "job": 78484124520,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7288697120"
    },
    {
      "job": 78484124563,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7288693356"
    },
    {
      "job": 78484124528,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7288693469"
    },
    {
      "job": 78484124551,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7288696301"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dynverse/lmds",
  "_commit": {
    "id": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
    "author": "Robrecht Cannoodt <rcannood@gmail.com>",
    "committer": "Robrecht Cannoodt <rcannood@gmail.com>",
    "message": "update package docs\n",
    "time": 1695384057
  },
  "_maintainer": {
    "name": "Robrecht Cannoodt",
    "email": "rcannood@gmail.com",
    "login": "rcannood",
    "linkedin": "in/robrechtcannoodt",
    "orcid": "0000-0003-3641-729X",
    "description": "CEO and Founder at @edaro",
    "uuid": 553642
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "dynutils",
      "version": ">= 1.0.3",
      "role": "Imports"
    },
    {
      "package": "irlba",
      "version": ">= 2.0.0",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "dynverse",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "rcannood",
      "count": 21,
      "uuid": 553642
    }
  ],
  "_userbio": {
    "uuid": 31854945,
    "type": "organization",
    "name": "dynverse: benchmarking, constructing and interpreting single-cell trajectories",
    "description": "The dynverse is an open set of packages to benchmark, construct and interpret single-cell trajectories. See https://dynverse.org for an overview"
  },
  "_downloads": {
    "count": 307,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lmds"
  },
  "_mentions": 5,
  "_devurl": "https://github.com/dynverse/lmds",
  "_pkgdown": "https://dynverse.org/lmds/",
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lmds.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dynverse/lmds",
  "_realowner": "dynverse",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-09-27"
    }
  ],
  "_exports": [
    "cmdscale_landmarks",
    "lmds",
    "select_landmarks"
  ],
  "_help": [
    {
      "page": "lmds-package",
      "title": "Landmark Multi-Dimensional Scalng",
      "topics": [
        "lmds-package",
        "lmds"
      ]
    },
    {
      "page": "cmdscale_landmarks",
      "title": "Perform MDS on landmarks and project other samples to the same space",
      "topics": [
        "cmdscale_landmarks"
      ]
    },
    {
      "page": "lmds",
      "title": "Landmark MDS",
      "topics": [
        "lmds"
      ]
    },
    {
      "page": "select_landmarks",
      "title": "Select landmarks from dataset",
      "topics": [
        "select_landmarks"
      ]
    }
  ],
  "_readme": "https://github.com/dynverse/lmds/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "cli",
    "crayon",
    "desc",
    "dplyr",
    "dynutils",
    "generics",
    "glue",
    "irlba",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pillar",
    "pkgconfig",
    "proxyC",
    "purrr",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "remotes",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 5.079181246047625,
  "_indexed": true,
  "_nocasepkg": "lmds",
  "_universes": [
    "dynverse",
    "rcannood"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-29T10:35:32.000Z",
      "distro": "noble",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "6d6f38c0b3c7c11bd4de6a03499b8310af29b52fc25d29e945b3d76d1ad88dd0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-29T10:35:21.000Z",
      "distro": "noble",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "2ab26166ac4d2791784ff543300f290b5f086631428a13d008a04d41d2e9f3dd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-29T11:43:36.000Z",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "a0de0d1104819c3a48ca2fa513ea478b883f2070e8d9254e19e63b3cc751e3b2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-29T11:42:49.000Z",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "17634057be53ea11a63ab9a6966e712ca04774749d6f6b5053d8192a0a42a8fa",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-29T10:35:31.000Z",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "f0202653f9d292cc4956d87bfbb5539a5e76546cad6f01ba322c13ed454948ed",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-29T10:34:37.000Z",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "108d099605c1009210a0fb1deab652f7da75dbe69f45e9dd2dd6168622031c55",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-29T10:34:39.000Z",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "a25c1159b685094104b34b7816f6cbbc25d59507a3789ca9e6f2ac407331528f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-29T10:34:48.000Z",
      "commit": "89b9ca2ea996c69c21da35caccb52cc2594a9bbc",
      "fileid": "d30531104884c845ec6cd46782087bfd0b87cc9fbe55df9a9422ed54a8c40883",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dynverse/actions/runs/26632234478"
    }
  ]
}